* html #HorizontalmenuContainer 
{
	padding: 0px 1px 0px 1px;
}
#Horizontalmenu 
{
	margin: 1px 0px 0px 0px;
	width: 100%;
}
#Horizontalmenu:after 
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#Horizontalmenu ul
{
    margin: 0px 0px;	
	padding: 5px 3px 4px 3px; 
	float: left;
	border-top: solid 1px #c6cbe1;	
	border-bottom: solid 1px #c6cbe1;
	color: #000000;
	background-color: #233589;	
	list-style-type: none;	
	width:100%;
}

/*L1------------------------------------------------------------*/
/* common settings */
li.menuL1,
li.menuL1over,
li.menuL1on,
li.menuL1onover,
li.menuL1sel
{
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none; 
	vertical-align: middle;
	text-align:center;
	float:left;
    display: block;
    white-space: nowrap;
    text-transform: uppercase;
 /*   min-width: 10%; */
}
li.menuL1 a,
li.menuL1over a,
li.menuL1on a,
li.menuL1onover a,
li.menuL1sel a
{
	padding: 0 12px 0 12px;
}

/* specific settings */
li.menuL1 a,
li.menuL1 a:visited,
li.menuL1over a,
li.menuL1over a:visited {
	text-decoration: none; 
	color: #EFEFEF;	
} 
li.menuL1 a:hover,
li.menuL1over a:hover {
	font-weight: normal;
	text-decoration: underline; 
	color: #FFFFFF;
/*	background-color: #002a66; */
	cursor: pointer;
} 
li.menuL1on a,
li.menuL1on a:visited,
li.menuL1onover a,
li.menuL1onover a:visited 
{
	font-weight: normal;
	text-decoration: underline; 
	color: #FFFFFF;
}
li.menuL1on a:hover,
li.menuL1onover a:hover {
	font-weight: normal;
	text-decoration: none; 
	color: #FFFFFF;
	cursor: pointer;	
/*	background-color: #002a66; */
} 
li.menuL1sel a {
	font-weight: normal;
	text-decoration: underline; 	
	color: #FFFFFF;
} 


/* ========= Vertical Menu ===========*/
#VerticalmenuContainer 
{	
}
#Verticalmenu 
{
	padding: 1em 5% 50px 0; 
	vertical-align: top;
	text-align:right;
	font-family: Arial;
}

#Verticalmenuheading 
{
	color: #1B2E68;
	font-size: .8em;
	font-weight: bold;
	padding: 3px 0px 2px 2px;
	margin-bottom: 5px;
	text-transform: uppercase;	
}
#Verticalmenuheading a
{
	text-decoration: none;
	color: #1B2E68;	
}
#Verticalmenuheading a:hover
{
	color: #1B2E68;	
	font-weight: bold;
}
#VerticalmenuheadingText
{
	padding-bottom: 4px;
	border-bottom: solid 1px #cad6e5;
}

#Verticalmenu ul
{
	list-style-type: none;
	margin:0;
	padding:0;
	padding-left: 4px;	
	font-weight:normal;
}
#Verticalmenu ul.L2
{
	font-size: 0.8em;
	line-height: 1.2em;
	padding: 3px 0 0px 0;
}
#Verticalmenu ul.L3
{
	font-size: 0.9em;	
	line-height: 1.1em;
	padding: 0.4em 6px 0.4em 0;
}

#Verticalmenu ul.L4
{	
	font-size: 0.9em;	
	line-height: 1.1em;
	padding: 0.4em 6px 0.4em 0;
}

span.mi a,
span.mi a:visited,
span.mi a:active 
{
	color: #5A5A5A;
	text-decoration: none; 
	font-weight:normal;
}
span.mi a:hover {
	color: #0046AD;
	font-weight:normal;
} 

span.mion a,
span.mion a:visited,
span.mion a:active 
{
	color: #0046AD;
	text-decoration: none; 
	font-weight:normal;
}
span.mion a:hover {
	text-decoration: underline; 
	color: #0046AD;
} 

span.misel 
{
	color: #0046AD;
	font-weight:normal;
}
ul.L2 span.misel
{
	font-weight:normal;
}

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 7px;
}

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: 0.3em 0.9em 0.3em 0;
	background-image: url(../../images/GreyDashMenu.gif);
	background-position: right 0.95em;
	background-repeat: no-repeat;
}

li.L4firstlast, 
li.L4first, 
li.L4last, 
li.L4, 
li.L4selfirstlast, 
li.L4selfirst, 
li.L4sellast, 
li.L4sel, 
li.L4onfirstlast, 
li.L4onfirst, 
li.L4onlast, 
li.L4on 
{	
	padding: 0.2em 0.9em 0.1em 0;
	background-image: url(../../images/GreyDashMenu.gif);
	background-position: right 0.90em;
	background-repeat: no-repeat;
}

