		/*this is the css for the horizontal version*/
		.horizontal{
	background-image: url(../images/menubg.gif);
	background-repeat: repeat-x;
		}
	.horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	height: 27px;
	border-left-width: 0px;
	margin: 0px;
		}
		.horizontal li{
		float: left;
		display: inline;
		}
		.horizontal li a{
	text-decoration: none;
	height: 27px;
	float: left;
	display: block;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 0em;
	width: 109px;
	background-image: url(../images/menubgbk.gif);
		}
		.horizontal li li a{
	margin: 0px;
	padding: 0px;
		}
		.horizontal li ul{
	position: absolute;
	width: 109px;
	display: block;
	height: auto;
	padding: 0px;
	margin-top: 27px;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: -10px;
		}
		.horizontal li li ul{
	position: absolute;
		}
		.horizontal li ul li a{
	width: 109px;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
		}
		/*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{
		font-size: 85%;  
		}
		.arrow a:hover span{
		padding-left: 0px;
		}
		.arrow a span.noshow{
			visibility: hidden;
		}
		/*Plus code*/
		.plus a span{
			padding-left: 0.5em;
		}
	
		.bluewhite li a{
	background-color: #E60E3E;
	margin: 0px;
	padding: 0px;
	color: #000000;
		}
		.bluewhite li a:hover{
	color: white;
		}
		.bluewhite ul{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
		}
.submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: bold;
}
.submenu {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #FFFFFF;
}

.submenu a:hover {
	color: #ED1658;
}

a.menulink:link {
	padding-left:0px;
	height:21px;
	padding-top:3px;
	text-indent: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
.topmenu {
	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #F9D5DD;
	text-decoration: none;
	padding-left: 10px;
}


a.menulinkparent:link {
	height:21px;
	padding-top:3px;
	background-image: url(images/arrow.gif);
	background-position: right 8px;
	background-repeat: no-repeat;
	text-indent: 10px;
}
a.menulink:hover {
	padding-left:0px;
	height:21px;
	padding-top:3px;
	text-indent: 10px;
	font-weight: bold;
	color: #E60E3E;
}
.topmenu:hover {

	font-family: arial;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #E60E3E;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #2E2E2E;
	text-decoration: none;
}
