





/* CSS For the Left menu */

		/*this is the css for the vertical version*/
		.mlmenu
		{
		margin-left:-40px;
		padding:0;
		}
		.mlmenu ul
		{
		margin:0;
		padding:0;
		}
		.vertical ul{
			list-style-type: none;
			padding:0;
			margin:0;
		}
		
		.vertical li a{
			display: block;
			width: 187px;
			text-decoration: none;
			padding:0px;
			border-top: 0px;
			height:21px;
			background:url(../images/normal_tab_one_bordar_img.gif) no-repeat;
		}
		.vertical li a:hover{
			display: block;
			width: 188px;
			text-decoration: none;
			padding:0px;
			border-top: 0px;
			line-height:21px;
			background:url(../images/active_tab_img.gif) no-repeat;
		}
		.vertical li a:active{
			display: block;
			width: 188px;
			text-decoration: none;
			padding:0px;
			border-top: 0px;
			background:url(../images/active_tab_img.gif) no-repeat;
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -1.3em;
		}
	.bgcolor a
	{
	background:#EAEAEA;
	}
		/*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: 2em;
		
		}
		.arrow a:hover span
		{
		color:#FFFF10;
		}
		.arrow a span.noshow
		{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span
		{
			padding-left: .5em;
		}
		/*colors for menu*/
		
	
			.blackwhite li a
		{
			color: black;
			padding-left:35px;
			line-height:21px;
		}
		.blackwhite li a:hover{
			
			color: white;
			padding-left:35px;
			line-height:21px;
		}
		.blackwhite li a:visited{
			
			color: white;
			padding-left:35px;
			line-height:21px;
		}
		.blackwhite li a:active{
			
			color: white;
			padding-left:35px;
			line-height:21px;
		}
		.blackwhite ul{
			border-color: black;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color: #000033;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: white;
			border-color: #000033;
		}
		.bluewhite ul{
			border-color: #000033;
		}

/* End of the css for the Left Menu*/