/*  
Script made by Martial Boissonneault © 2001-2003 http://getElementById.com/
*/

#menu p { /* resets the height of the <p> line break */ 
 margin-top: 0;
 margin-bottom: 0;
 margin-left: 12px;
 margin-right: 0;
}

.menuPad { /* spaces at top */ 
 cursor: pointer; 
 font-size: 75%; 
 background-color: #FFFFFF; 
 width: 150px; 
 text-align: left; 
 font-weight: normal;
 padding: 5px 0 6px 0;  /* top right bottom left */
 text-align: left; 
}

.menuTopOut { /* first line - no line above */ 
 cursor: pointer; 
 font-size: 75%; 
 background-color: #FFFFFF;
 color: #909090; 
 width: 150px; 
 text-align: left; 
 font-weight: normal;
 padding: 5px 0 6px 0;  /* top right bottom left */
 text-align: left; 
}

.menuTopOver { /* first line - no line above */ 
 cursor: pointer; 
 font-size: 75%;  
 background-color: #FFFFFF; 
 color: #909090; 
 width: 150px; 
 text-align: left; 
 font-weight: normal;
 padding: 5px 0 6px 0;  /* top right bottom left */
 text-align: left; 
}

.menuOut { /* normal state */ 
 cursor: pointer; 
 font-size: 75%; 
 /* background-color: #FFFFFF; */ 
 background-image: url(../Media/home/menu_rule.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 color: #909090; 
 width: 150px; 
 text-align: left; 
 font-weight: normal;
 padding: 5px 0 6px 0;  /* top right bottom left */
 text-align: left; 
}

.menuOut a, .menuTopOut a {  /* normal state links - same as above  */ 
 color: #909090; 
 text-decoration: none; 
}

.menuOver { /* rollover state */ 
 cursor: pointer; 
 font-size: 75%;  
 /* background-color: #FFFFFF; */ 
 background-image: url(../Media/home/menu_rule.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 color: #909090; 
 width: 150px; 
 text-align: left; 
 font-weight: normal;
 padding: 5px 0 6px 0;  /* top right bottom left */
 text-align: left; 
}

.menuOver a, .menuTopOver a { /* rollover link state - same as above */
 color: #940042; 
 text-decoration: none; 
}

.submenu { /* sub-menu appearance */
 width: 144px; 
 font-size: 70%; 
 line-height: 190%;
 padding: 4px 0 5px 20px;  /* top right bottom left */
 text-align: left; 
}

.submenu a { /* sub-menu links */
 color: #909090; 
 text-decoration: none; 
}

.submenu a:hover { /* sub-menu links appearance */
 color: #940042; 
 text-decoration: none; 
}

.small_cross { /* special for symbols */ 
 cursor: pointer; 
 font-family: Arial, Verdana, sans-serif;
 font-size: 11px; 
 color: #909090; 
 text-align: left; 
 font-weight: normal;
}


