/* CSS Document */
body{	
	background:#B7DBFF;
}


.cssvertical {margin-left:0px;}
.cssvertical ul {
font: bold 11px Verdana, Arial, Helvetica, sans-serif;color:#694913;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 174px; /* Width of Menu Items */
	border-bottom: 0px dashed #4D94B5;
    LIST-STYLE-TYPE: none;
	float:left;
	margin-left:5px;
	margin-top:10px;
	}
	.cssvertical ul ul{
	width:180px;
	}
	
.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; 
	z-index:100;
	
	LINE-HEIGHT: 0em;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 175px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	border:2px solid #F7C78D;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;

font: bold 11px Verdana, Arial, Helvetica, sans-serif;color:#694913;
	padding-left:20px;
	text-align:left;
	border: 0px solid #ccc; /* IE6 Bug */
	border-bottom: 0px dashed #4D94B5;
	height:23px;
	line-height:23px;
	BACKGROUND:  url(../images/arrow.jpg) no-repeat 5px 50%; //setup background
	z-index:100;
/* 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*/
background-color:#FAF9F7;
border-right:3px solid #694913;
/* 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;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}

ul#cssvertical li,ul#cssvertical li ul li{z-index:100;}

