/*  
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: 10px;
 margin-right: 0;
 /* padding-left: 10px */
}

.menuOut { /* normal state */ 
 cursor: pointer; 
 font-size: 13px; 
 background-color: #FFFFFF; 
 color: #2C762C; /* dk-green */ 
 width: 190px; 
 text-align: left; 
 font-weight: normal;
 padding: 4px 0 8px 0;  /* top right bottom left */
 border-style: none;
 border-width: 0 0 1px 0;
 border-color: #000000;
 text-align: left; 
}

.menuOut a {  /* normal state links - same as above  */ 
 color: #2C762C; /* dk-green */ 
 text-decoration: none; 
}

.menuOver { /* rollover state */ 
 cursor: pointer; 
 font-size: 13px; 
 background-color: #FFFFFF;  
 color: #922333; /* dk-red */ 
 width: 190px; 
 text-align: left; 
 font-weight: normal;
 padding: 4px 0 8px 0;  /* top right bottom left */
 border-style: none;
 border-width: 0 0 1px 0;
 border-color: #000000;
 text-align: left; 
}

.menuOver a{ /* rollover link state - same as above */
 color: #922333; /* dk-red */ 
 text-decoration: none; 
}

.submenu { /* sub-menu appearance */
 width: 144px; 
 font-size: 11px; 
 line-height: 170%;
 padding: 4px 0 6px 30px;  /* top right bottom left */
 text-align: left; 
}

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

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

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

.breadcrumb {
	color: #8389A9; /* dk-brey */
	font-size: 65%;
	margin-right: 4px;
}

