body {
	font: normal 11px Arial;
	position: relative;
	}

.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 210px;
	background-repeat:repeat-x;
	color: #990000;
	}
	
.cssvertical ul li {
	font-size: 12px;
	font-family: Verdana;
	position: relative;
	//setup here
	padding: 2px;
	LIST-STYLE-TYPE: none;
	//BACKGROUND: url(images/header.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	color: #999999;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 210px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	border-bottom: 1px solid #9ac1c9;
	text-decoration: none; /* IE6 Bug */
	padding: 2px;
	font-size: 12px;/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
	font-family: Verdana;
	color: #000000;
	text-transform: none;
        }
.cssvertical ul li a:hover{ /*Theme Change here*/
	COLOR:#000000;
	font-weight: normal;
	background-color: #d8e0e3;
	text-transform: none;
	font-size: 12px;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul {
	display: block;
	border: 1px solid #9ac1c9;
	background: #e9eff1;
	border-bottom: none;
} 
.cssvertical li:hover ul ul, li.over ul ul {
	display: none;
	background: #e9eff1;
} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {
	display: block;
	background: #e9eff1;
}