#Horizontalmenu 
{	
	width: 968;
	min-height: 29px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Tahoma, Arial;
	background-image: url(../../images/Horiz_menubar.jpg);
	background-position: 0 0;
	background-repeat:  repeat;			
}
#Horizontalmenu:after 
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#Horizontalmenu ul
{
    margin: 0;
	padding: 0 0 0 15px;
	float: left;
	color: #ffffff;
	list-style-type: none;	
}

/*L1------------------------------------------------------------*/
/* common settings */
li.menuL1,
li.menuL1on,
li.menuL1sel, 
li.menuL1xtra,
li.menuL1onxtra,
li.menuL1selxtra 
{
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: none; 
	vertical-align: middle;
	float:left;
    display: block;
    white-space: nowrap;
}
li.menuL1on,
li.menuL1sel 
{
	background-color: #fff;
	background-image: url(../../images/Horiz_menubar_onsel.gif);
	background-position: 0 0;
	background-repeat: repeat-x;				
}

/* specific settings */
li.menuL1 a,
li.menuL1 a:visited,
li.menuL1 a:link {
	text-decoration: none; 
	color: #fff;
} 
li.menuL1 a:hover {
	font-weight: bold;
	text-decoration: none; 
	color: #b0b0b0;
	cursor: pointer;	
} 
li.menuL1on a,
li.menuL1on a:visited
{
	font-weight: bold;
	text-decoration: none; 
	color: #a20e0e;
}
li.menuL1on a:hover {
	font-weight: bold;
	text-decoration: underline; 
	color: #a20e0e;
	cursor: pointer;	
} 
li.menuL1sel {
	font-weight: bold;
	text-decoration: none; 	
	color: #a20e0e;
} 

ul.menuL1
{
	padding: 0px 0px 15px 0px; 
}

ul.menuL2
{
	font-size: 0.9em;
	padding: 0 0 0 0;	
	font-weight:normal;
}


li.menuL2firstlast, 
li.menuL2first, 
li.menuL2last, 
li.menuL2 
{
}

li.menuL2selfirstlast, 
li.menuL2selfirst, 
li.menuL2sellast, 
li.menuL2sel, 
li.menuL2onfirstlast, 
li.menuL2onfirst, 
li.menuL2onlast, 
li.menuL2on 
{
}

ul.menuL2 span.mi a,
ul.menuL2 span.mi a:visited,
ul.menuL2 span.mi a:active 
{
	color: #59585e;
	text-decoration: none; 
	font-weight:normal;
}
ul.menuL2 span.mi a:hover {
	color: #59585e;
	font-weight:normal;
	text-decoration: underline; 
} 

/* ========= Vertical Menu ===========*/
#VerticalmenuContainer 
{	
	padding: 28px 8px 25px 12px; 
}
#Verticalmenu 
{
	padding: 2px 0 0 0;
	vertical-align: top;
	font-family: Verdana;
	border-top: solid 1px #e8e8ea;
}

#Verticalmenuheading 
{
	color: #8e1616;
	font-size: 1.1em;
	font-weight: bold;
	padding: 3px 0px 2px 9px;
	margin-bottom: 5px;	
}
#Verticalmenuheading a
{
	text-decoration: none;
	color: #8e1616;	
}
#Verticalmenuheading a:hover
{
	color: #8e1616;	
	font-weight: bold;
	text-decoration: underline;
}
#VerticalmenuheadingText
{
	padding-bottom: 4px;
}

#Verticalmenu ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	padding-left: 4px;	
	font-weight:normal;
	font-size: 0.9em;	
}
#Verticalmenu ul.L2
{
	font-size: 0.9em;
	padding: 0;
	border-bottom: solid 1px #e8e8ea;	
}
#Verticalmenu ul.L3
{
	font-size: 0.9em;
}

span.mi a,
span.mi a:visited,
span.mi a:active 
{
	color: #656363;
	text-decoration: none; 
	font-weight:bold;
}
span.mi a:hover {
	color: #252323;
	font-weight:bold;
} 

span.mion a,
span.mion a:visited,
span.mion a:active 
{
	color: #252323;
	text-decoration: none; 
	font-weight:bold;
}
span.mion a:hover {
	text-decoration: underline; 
	color: #050303;
} 

span.misel 
{
	color: #252323;
	font-weight:bold;
}
ul.L2 span.misel
{
	font-weight:bold;
}


li.L2firstlast, 
li.L2first, 
li.L2last, 
li.L2, 
li.L2selfirstlast, 
li.L2selfirst, 
li.L2sellast, 
li.L2sel, 
li.L2onfirstlast, 
li.L2onfirst, 
li.L2onlast, 
li.L2on 
{
	padding: 3px 0 3px 9px;
	border-top: solid 1px #e8e8ea;
}

li.L3firstlast, 
li.L3first, 
li.L3last, 
li.L3,
li.L3selfirstlast, 
li.L3selfirst, 
li.L3sellast, 
li.L3sel, 
li.L3onfirstlast, 
li.L3onfirst, 
li.L3onlast, 
li.L3on  
{
	padding: 1px 0 1px 8px;
	padding-top: 0.2em;
	background-image: url(../../images/GreyDashMenu.gif);
	background-position: 0px 0.8em;
	background-repeat: no-repeat;
}
