﻿body {
	font: normal 11px verdana;
	}

.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 193px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
    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: #fff;
   //setup background
	LINE-HEIGHT: 0em;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 193px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	width:193px;
	height:17px;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	width:193px;
	height:17px;
/* 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-image:url(../images/../images/munubg.jpg);
background-repeat:repeat-x;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li.over ul { display: block; } 

.cssvertical li:hover ul { display: block; } 
li.over ul ul {display: none;} 
.cssvertical li:hover ul ul {display: none;} 
ul ul li.over ul {display: block;} 
.cssvertical ul ul li:hover ul {display: block;}
