#Horizontalmenu 
{
	float:left;
	padding: 4px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana;
	background-color: Transparent;
}
#Horizontalmenu:after 
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#Horizontalmenu ul
{
    margin: 0px 0px 0px 0px;	
	padding: 0px 0px 5px 20px; 
	float: left;
	color: #FFFFFF;
	background-color: Transparent;		
	list-style-type: none;	
	text-transform: uppercase;
}

/*L1------------------------------------------------------------*/
/* common settings */
li.menuL1,
li.menuL1on,
li.menuL1sel 
{
	font-size: 11px;
	font-weight: normal;
	padding: 0px 13px 0px 13px;
	text-decoration: none; 
	vertical-align: middle;
	float:left;
    display: block;
    white-space: nowrap;
}

/* specific settings */
li.menuL1 a,
li.menuL1 a:visited,
li.menuL1 a:link {
	text-decoration: none; 
	color: #4a4b52;	
} 
li.menuL1 a:hover {
	font-weight: normal;
	text-decoration: none; 
	color: #160e5f;
	cursor: pointer;	
} 
li.menuL1on a,
li.menuL1on a:visited
{
	font-weight: bold;
	text-decoration: none; 
	color: #37383b;
}
li.menuL1on a:hover {
	font-weight: bold;
	text-decoration: none; 
	color: #4a4b52;
	cursor: pointer;	
} 
li.menuL1sel {
	font-weight: bold;
	text-decoration: none; 	
	color: #37383b;
} 


/* ========= Vertical Menu ===========*/
#VerticalmenuContainer 
{
	padding: 0px 9px 10px 12px;
/*	background-color: #eef2fb; */
}
#Verticalmenu 
{
	padding: 8px 0px 0px 2px; 
	vertical-align: top;
	font-family: Verdana, Tahoma, Arial;
}

#Verticalmenuheading 
{
	color: #6e7173;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0px 2px 2px;
	border-bottom: solid 1px #97b3c4;
	margin-bottom: 5px;
}
#Verticalmenuheading a
{
	text-decoration: none;
	color: #6e7173;
}
#Verticalmenuheading a:hover
{
	color: #6e7173;
	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;
	font-size: 11px;
}
#Verticalmenu ul.L2
{
	font-size: 11px;
}
#Verticalmenu ul.L3
{
	font-size: 10px;
}

span.mi a,
span.mi a:visited,
span.mi a:active 
{
	color: #6e7173;
	text-decoration: none; 
	font-weight:normal;
}
span.mi a:hover {
	color: #37383b;
	font-weight:bold;
} 

span.mion a,
span.mion a:visited,
span.mion a:active 
{
	color: #37383b;
	text-decoration: none; 
	font-weight:bold;
}
span.mion a:hover {
	text-decoration: none; 
	color: #6e7173;
} 
ul.L3 span.mion a:hover {
	font-weight:bold;
} 

span.misel 
{
	color: #37383b;
	font-weight:bold;
}
ul.L3 span.misel 
{
	font-weight:bold;
}


li.L1firstlast, 
li.L1first, 
li.L1last, 
li.L1 
{
	padding: 0.5em 0.2em 0.4em 0px;
}

li.L2firstlast, 
li.L2first, 
li.L2last, 
li.L2 
{
	padding-left: 11px;
	padding-top: 0.15em;
	background-image: url(../../images/L2.gif);
	background-position: 0px 6px;
	background-repeat: no-repeat;
}

li.L3firstlast, 
li.L3first, 
li.L3last, 
li.L3 
{
	padding-left: 10px;
	padding-top: 0.2em;
	background-image: url(../../images/L3.gif);
	background-position: 3px 8px;
	background-repeat: no-repeat;
}

