		/*this is the css for the vertical version*/
.vertical ul{list-style-type: none;padding: 0px;width:180px;background:url(../../view/images/background/bg_menuL.jpg);*margin:0px;}
.vertical li a{display: block;min-height:30px;line-height:30px;color:#FFF;font-weight:bold;padding-left:15px;background:url(../../view/images/background/bg_menuL.jpg) #064896 no-repeat;}
.vertical li{display: inline;}
.vertical li ul{background:url(../../view/images/background/bg_menuL_ul.jpg);position: absolute;margin-top: -31px;margin-left: 180px; width:210px;}
.vertical li li a{display: block;min-height:26px;line-height:18px;color:#FFF;background:url(../../view/images/background/bg_menuL_ul.jpg) #064896 no-repeat; padding: 6px 5px 0 15px;}
.vertical li ul ul{position: absolute;margin-left: 180px;}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			display: block;
			height: 35px;
			width:760px;
			float:left;
		}
		.horizontal li{
			float: left;
			text-align:center;
			display: inline;
			position:relative;
		}
		.horizontal li a{
			text-decoration: none;
			height: auto;
			float: left;
			display: block;
			width: auto;					
			line-height:35px;
		}
		.horizontal li li a{
			border-top: none;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 35px;
			width: 180px; 
			border: none;
			display: block;
			height: auto;
			padding:0px;
			*top:38px;
			*left:129px;
			background-color:#1d76be;
			/* for IE */
			filter:alpha(opacity=90);
			/* CSS3 standard */
			border-left:1px solid #c3c3c3;
			border-right:1px solid #c3c3c3;
			z-index:9999;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: 0px;
			*margin-top: -9px;
			margin-left: 180px;
		}
		.horizontal li ul li a{
			width: 165px;
			margin:0px;
			padding:4px 5px 4px 10px;
			text-align:left;
			font-weight:normal;
			color:#fff;
			height:auto;
			line-height:20px;
			border-bottom:solid 1px #c3c3c3;
		}
		.horizontal li ul li a:hover{
			background:none;
			color:#fff;
			text-decoration:underline;
			font-weight:normal;
		}
		/*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;
		}
		/*Arrow code - looks like <a class="haschild" href="#">Text <span>Arrow</span></a> can be turned on/off with arrow class*/
		.arrow a span{
		padding-left: 1em;
		font-size: 85%;  
		}
		.arrow a:hover span{
			padding-left: 2em;			
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .5em;
		}
		/*colors for menu*/
		.border_bg_menuL{background:url(/view/images/background/bg_menuL_border.jpg) no-repeat; float:left; width:180px; height:1px;}
		.border_bg_menuL_ul{background:url(/view/images/background/bg_menuL_border_ul.jpg) no-repeat; float:left; width:210px; height:1px;}