		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0;
			width: 200px;
			margin: 0;
			position: relative;
			background:none;
		}
		.vertical li a{
			display: block;
			width: 182px;
			text-decoration: none;
			height:20px;
			padding: 5px 0px 5px 17px;
			border: none;
			border-top:none;
			background: url(images/arrow-new.gif) no-repeat 4px center;
			color:#000000;
					
		}
		.vertical li a:hover{
			background: url(images/arrow-new-over.gif) no-repeat 4px center;
			color:#990000;
		}
		.vertical li{
			position: relative;
			border-bottom: 1px solid #ffffff;
			margin-bottom: -1px;
			background: url(images/list-items-bg.gif) no-repeat left top; 
			}
		.vertical li li{
		background:#FFFFFF url(images/list-items-bg.gif) no-repeat left top;
		}	
			
			
		.vertical li:first-child>a{
			border-top: 1px solid #fff;
		}
		.vertical a.first{
			border-top: 1px solid #fff;
		}
		.vertical li ul{
			position: absolute;
			top: 0px;
			right: 200px;
			
		}
		.vertical.left ul ul ul,.vertical .left ul{
			right: -200px;
			
		}
		
		
	
		
		
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*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*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		
		
	#right-head-bg1 {width:201px; padding:8px 0px 8px 0px; font-weight:bold; font-size:14px; text-transform:uppercase; color:#fff; border:none; cursor:pointer; background:url(images/right-nav-head-bg.gif) no-repeat; margin:0 0 3px 0}	
	
	
	.sub a{
			
			background: #FF0000;
		}	
	.sub a:hover{
			
			background: #FF0000;
		}
	 
