/* CSS Document */
body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
}

.outline{
border:1px solid #b0bdc6;
height:100%;
margin:0px 0px 5px 0px;
}

/*this is the css for the horizontal version*/
.horizontal ul{
	list-style-type: none;
	padding: 0px;
	display: block;
	margin:0px;
	height:37px;
	
}
.horizontal li{
	float: left;
	display: inline;
	background-color:transparent;
	padding-right:5px;
	padding-left:10px;
}
.horizontal li a{
	font-size: 13px;
	padding-right: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 12px;
	text-decoration: none;
	float: left;
	display: block;
	background-color:transparent;
	color:#FFFFFF;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}
.horizontal li a:hover{
	background-color:#999933;
	color:#ffffff;
	text-decoration: none;
	background-repeat: repeat-x;
	background-image: url(../images/nav-bg.jpg);
}
.horizontal li li {
	padding:0px;
}
.horizontal li li a{	
	border-bottom-width: 1px;
	border-left-width: 1px;	
	border-bottom-style: solid;
	border-left-style: solid;	
	border-bottom-color: #999a34;
	border-left-color: #999a34;

}
.horizontal li ul{
	background-color:#666600;
	position: absolute;
	margin-top: 30px;
	border: none;
	display: none;
	height: auto;
	width: 210px;
	color: #FFFFFF;
	margin-left: 0px;
}
.horizontal li li ul{
	position: absolute;
	margin-top:0em;
	display:none;
	margin-left:200px;
}
.horizontal li ul li a{
	width: 200px;
	text-align:left;
	padding:0px 0px 0px 5px;
	margin:0px;
	line-height:30px;
}
/*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*/
.menustyle li a{
	background-color:transparent;
	color: black;
	border-color: black;
}
.menustyle li a:hover{
	background-color: black;
	color: white;
	border-color: black;
}
.menustyle 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;
}
.vertarrow
{
	background-image:url(../images/arrow_right.gif);
	background-position:center right;
	background-repeat:no-repeat;
}
.horiarrow
{
	background-image:url(../images/arrow_up.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
li a.highlight
{

color:#ffffff;
}