#Horizontalmenu 
{
	margin: 0px 1px 0px 1px;
	width: 100%;
}
#Horizontalmenu:after 
{
	content: "";
	display: block;
	height: 0;
	clear: both;
}

#Horizontalmenu ul
{
    margin: 0px 0px;	
	padding: 2px 0px; 
	float: left;
	border-top: solid 1px #EC5050;
	border-right: solid 1px #9C0000;
	border-bottom: solid 1px #9D0505;
	border-left: solid 1px #EC5050;
	color: #000000;
	background-color: #bb0000;		
	list-style-type: none;	
	width:100%;
}

/*L1------------------------------------------------------------*/
/* common settings */
li.menuL1,
li.menuL1over,
li.menuL1on,
li.menuL1onover,
li.menuL1sel
{
	font-size: 0.9em;
	font-weight: bold;	padding: 0px 10px 0px 10px;
	text-decoration: none; 
	vertical-align: middle;
	float:left;
    display: block;
    white-space: nowrap;
}
/* 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: bold;
	text-decoration: none; 
	color: #000000;
	cursor: pointer;	
} 
li.menuL1on a,
li.menuL1on a:visited,
li.menuL1onover a,
li.menuL1onover a:visited 
{
	font-weight: bold;
	text-decoration: underline; 
	color: #FFFFFF;
}
li.menuL1on a:hover,
li.menuL1onover a:hover {
	font-weight: bold;
	text-decoration: underline; 
	color: #000000;
	cursor: pointer;	
} 
li.menuL1sel {
	font-weight: bold;
	text-decoration: underline; 	
	color: #FFFFFF;} 


/* ========= Vertical Menu ===========*/
#Verticalmenu 
{
	padding: 0px 0px 0px 0.5em; 
	vertical-align: top;
	background-color: #FFFFFF;
}

/*L2------------------------------------------------------------*/
#Verticalmenu .Level2first, 
#Verticalmenu .Level2last, 
#Verticalmenu .Level2 
{
	margin-left: 0em;
}

.menuL2,
.menuL2on,
.menuL2sel
{
	padding: 0.3em 0.2em 0.3em 0.5em;
	margin-top: 0.25em;	
	margin-bottom: 0.25em;	
	font-size: 0.75em;
	font-weight: bold;
	vertical-align:middle;
} 
.menuL2
{
	color: #FFFFFF;
	background: #6C757A url(../../images/TopRightBannerCorner.gif) no-repeat right top;
} 
.menuL2on,
.menuL2sel 
{
	color: #000000;
	background: #A9C0CE url(../../images/TopRightBannerCorner.gif) no-repeat right top;
}
.menuL2 a,
.menuL2 a:visited,
.menuL2 a:active {
	text-decoration: none; 
	color: #EFEFEF;
} 
.menuL2 a:hover {
	text-decoration: none; 
	color: #FFFFFF;
	cursor: pointer;	
} 
.menuL2on a,
.menuL2on a:visited,
.menuL2on a:active {
	text-decoration: none; 
	color: #000000;
} 
.menuL2on a:hover {
	text-decoration: none; 
	color: #FFFFFF;
	cursor: pointer;	
} 


/*L3------------------------------------------------------------*/
#Verticalmenu .Level3first,  
#Verticalmenu .Level3last,  
#Verticalmenu .Level3  
{
	padding-top: 0.1em;
	margin-left: 0.5em;
	background-color: #E9E9E9;
	border-bottom: 0.1em solid #FFFFFF;
}
#Verticalmenu .Level3last
{
	border-bottom: none;
}

.menuL3,
.menuL3on,
.menuL3sel
{
	padding: 0.1em 0.2em 0.3em 0.5em;
	margin-top: 0.1em;	
	margin-bottom: 0.1em;	
	font-size: 0.75em;
	vertical-align:middle;	
} 
.menuL3sel 
{
	text-decoration: underline; 
	color: #000000;
}  
.menuL3 a,
.menuL3 a:visited,
.menuL3 a:active {
	text-decoration: none; 
	color: #333333;
} 
.menuL3 a:hover {
	text-decoration: underline; 
	color: #ff0000;
	cursor: pointer;	
} 
.menuL3on a,
.menuL3on a:visited,
.menuL3on a:active {
	text-decoration: underline; 
	color: #000000;
} 
.menuL3on a:hover {
	text-decoration: underline; 
	color: #ff0000;
	cursor: pointer;	
} 


/*L4------------------------------------------------------------*/
#Verticalmenu .Level4first, 
#Verticalmenu .Level4last, 
#Verticalmenu .Level4 
{
	margin-left: 0.5em;
}
#Verticalmenu .Level4last
{
	margin-bottom: 0.4em;
}

.menuL4,
.menuL4on,
.menuL4sel
{
	padding: 0.1em 0.2em 0.1em 0.5em;
	margin-bottom: 0em;		
	font-size: 0.75em;
} 
.menuL4sel 
{
	text-decoration: underline; 	color: #000000;
}  
.menuL4 a,
.menuL4 a:visited,
.menuL4 a:active {
	text-decoration: none; 
	color: #333333;
} 
.menuL4 a:hover {
	text-decoration: underline; 
	color: #ff0000;
	cursor: pointer;	
} 
.menuL4on a,
.menuL4on a:visited,
.menuL4on a:active {
	text-decoration: underline; 
	color: #000000;
} 
.menuL4on a:hover {
	text-decoration: underline; 
	color: #ff0000;
	cursor: pointer;
} 


