/* CSS Document */


.cssvertical {margin-left:0px;}
.cssvertical ul {
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
color:#25486A;
	margin: 8px 0 0 0;
	padding: 0;
	list-style: none;
	width: 207px; /* Width of Menu Items */
	
    LIST-STYLE-TYPE: none;
	float:left;
	
	}
	.cssvertical ul ul{
	width:207px;
	
	}
	.cssvertical ul li ul{margin:0px;padding:0px;}
.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; 
	border-bottom:1px dotted #2191E8;
	background:#fff url("../images/menu_icon.jpg") 0 50% no-repeat ;
	LINE-HEIGHT: 0em;
	}


.cssvertical .subfolderstyle{

background:url(../images/arrow-list.gif) no-repeat center right;
height:20px;
line-height:20px;
}


.cssvertical li ul {
	position: absolute;
	left: 207px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	border:1px solid #E2EAF2;
	z-index:10;
	background:#fff;
	
	
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	font-weight:normal;
	color: #25486A;
	background: #fff; /* IE6 Bug */
	padding-left:20px;
	text-align:left;
	border: 0px solid #ccc; /* IE6 Bug */
	background:#fff url("../images/menu_icon.jpg") 0 50% no-repeat ;
	height:20px;
	line-height:20px;
	
	
	
/* 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:#FF8A00;
							height:20px;
							display: block;height:20px;
							line-height:20px;
							
	background:#fff url("../images/menu_icon.jpg") 0 50% no-repeat ;
							text-decoration:none;
}
.cssvertical ul li ul{width:215px;margin:0px;padding:0px;}
.cssvertical ul li ul li,.cssvertical ul li ul li a{padding-left:5px;background:#fff}
.cssvertical ul li ul li a:hover{background:#fff}
/* 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;} 
.cssvertical li:hover ul ul, li.over ul ul {display: none;z-index:900 } 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}

ul#cssvertical li ul{}
ul#cssvertical li ul li a{background-image:none;}




