		/*this is the css for the vertical version*/
		.vertical ul{
			list-style-type: none;
			padding: 0px;
			border-top: 0px solid;
			width: 180px;
		}
		.vertical li a{
	display: block;
	width: 180px;   /* Dear , Notice ! Make this number always same as .vertical ul width: 157px */
	text-decoration: none;
	/*height: 1.5em;*/
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	padding-left:1px;
	/*margin-left: 17px;*/
	padding-top: 0.1em;
	padding-right: 1px;
	padding-bottom: 0.1em;
	font-weight: bold;
	border: 1px ridge #000000;	
		}
		.vertical li{
			/*Needed for IE. Don't ask me why, It was a lucky guess.*/
			display: inline;
		}
		.vertical li ul{
			position: absolute;
			margin-top: -0.8em;
			margin-left: 180px;
		}
		/*this is the css for the horizontal version*/
		.horizontal ul{
			list-style-type: none;
			padding: 0px;
			border-left: 0px solid;
			display: block;
			height: 1.4em;
		}
		.horizontal li{
			float: left;
			display: inline;
		}
		.horizontal li a{
	text-decoration: none;
	height: 1.2em;
	float: left;
	display: block;
	width: 180px;
	padding: .1em 1px;
	border: 0px solid;
	border-left: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
		}
		.horizontal li li a{
			border-top: none;
			border-left: 0px solid;
		}
		.horizontal li ul{
			position: absolute; 
			margin-top: 1.3em;
			margin-left: -1px;
			width: 180px;
			border: none;
			display: block;
			height: auto;
			border-top: 0px solid;
		}
		.horizontal li li ul{
			position: absolute;
			margin-top: .1em;
			margin-left: 180px;
		}
		.horizontal li ul li a{
		width: 180px;
		}
		/*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: 100%;
	/*background-image: url(../button/arrow2.gif);*/
	background-repeat: no-repeat;
	background-position: right center;
	background-attachment: fixed;
	color: #FFFF00;
		}
		.arrow a:hover span{
		padding-left:;
	color: #000000;
	/*background-image: url(../button/arrow3.gif);*/
		background-repeat: no-repeat;
	background-position: right center;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: .1em;
		}
		/*colors for menu*/
		.blackwhite li a{
	background-color: #CA0C25;
	color: #FFFFFF;



			border-color: ;
		}
		.blackwhite li a:hover{
	background-color: #FF6D0D;
	color: #42130D;


			border-color: ;
	text-decoration:none;
		}
		.blackwhite ul{
			border-color: ;
		}
		.bluewhite li a{
			background-color: white;
			color: #000033;
			border-color:;
		}
		.bluewhite li a:hover{
			background-color: #000033;
			color: CCDBEB;
			border-color: ;
		}
		.bluewhite ul{
			border-color:;
		}
