body {
	}

.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
    LIST-STYLE-TYPE: none;
	}
	
.cssvertical ul li {
	position: relative;


	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;


	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	top: 0px;
	color: #FFFFFF;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 105px;
	display: none;
	top: 0px;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #666666; /* IE6 Bug */
	padding: 2px; /* IE6 Bug */
	border-bottom: 0;
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover{ /*Theme Change here*/
	color: #FFFFFF;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 0.5%; }
* html ul li a { height: 0.5%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}
