.vertical ul{
	list-style-type: none;
	padding: 0;
	width: 190px;
	margin: 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
		
}
.vertical li a{
	display: block;
	text-decoration: none;
	height: 22px;
	padding-top: 7px;
	padding-left:5px;
	border: 1px solid;
	border-left:0;
	border-top: 0;	
	background-image:url(../images/template/nav_bg.jpg);
	
}

.vertical li a.double{
	height:40px;
	background-image:url(../images/template/nav_bg_two_line.jpg);
}

.vertical li{
	position: relative;
	border-bottom: 1px solid transparent;
	margin-bottom: -1px;
	
} 
.vertical li:first-child>a{
	border-top: 1px solid;
}

.vertical a.first{
	border-top: 1px solid;
}
.vertical li ul{
	position: absolute;
	top: -10px;
	left: 190px;
	border-left: 1px solid #FFFFFF;
	
}
.vertical.left ul ul ul,.vertical .left ul{
	left: -190px;
}
/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
.mlmenu li ul{
	display: none;
}
.mlmenu li:hover>ul{
	display: block;
}
/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
.accessible li ul{
	display: block;
}

.redwhite li a{
	background-color: #0073B0; /* TEA #990000; */
	color: #FFFFFF;
	border-color: #FFFFFF;
}

.redwhite li a:hover,.redwhite li a.first:hover,.redwhite .trail a.hover{
	background-color:#004F66; /* TEA E5BB9E; */
	background-image:none;
	color: #FFFFFF;/*#000000;*/
}/*
.redwhite li:first-child>a:hover{
	background-color: #3096BF;  TEA E5BB9E; 
	color: #000000;

}*/
.redwhite ul{
	border-color: #FFFFFF;
}
