
       	.vertical li{
           width:200px;
           float: left;
		   z-index: 999;
		   position:relative;
		}
        .vertical li:hover {
            background: #5797eb;
            
		}
		.vertical li a{
			display: block;
			line-height: 18px;
			padding: 6px 0 6px 15px;
			color:#fff;
			font-size:12px;
			font-weight: bold;
            border-bottom: 1px solid #a2bbdb;
			text-decoration:none;
            width:185px;
            float: left;
			text-transform: uppercase;
		}
		.vertical li li a{
			text-indent:0px;
			_margin-top:-2px;
			
		}
		.vertical li a:hover{
			color:#fff; 
            border-bottom: none;
		}
	   .vertical li ul li a:hover{
			color:#fff; 
            border-bottom: none;
		}
        
 /*** *****************/
 
 		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			*margin:0px;
			width: 200px;
			background: url(../images/bg_menu_left.png) repeat-y left top;
		}
		
		.vertical li a{
			display: block;
			font-size:12px;
			text-decoration:none;
		}
		
		.vertical li li a{
			text-indent: 0px;
			_margin-top:-2px;
			
		}
		.vertical li a:hover{
		}
		
		.vertical li ul a{
		}
			
		.vertical li li a{
		}
		.vertical li li a:hover{
			
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-left: 200px;
			background: #4476b8;
			opacity:0.92;
			z-index:9999;
			left: 0;
			top: 0;
		}
		.vertical li ul ul{
			position: absolute;
			top: 0;
			left: 0;
		}
		/*this is the css for the horizontal version*/
		
		
		.horizontal ul{
	/*		list-style-type: none;
			display: block; */
			float:left;
		}
		.horizontal li{
			float: left;
			display: inline;
			position:relative;
		}
		.horizontal li a{
			text-decoration: none;
			float: left;
			display: block;
			width: auto;
			text-transform: uppercase;
		}
		.horizontal li li a{
			border-top: none;
		}
		.horizontal li ul{
			position: absolute; 
			border: none;
			display: none;
			height: auto;
			padding:0px;
			*top:0px;
			*left:0px;
			top: 0;
			left: 0;
			/* for IE 
			filter:alpha(opacity=90); */
			/* CSS3 standard */
			opacity: 1;
			z-index:9999;
		}
		.horizontal li ul li a{
			float:left;
			text-align:left;
		}
		.horizontal li ul li a:hover{
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		/*Not sure if I recommend this or not*/
		.inaccesible li ul{
			display: none;
		}
