
.update_message{
	text-align:right;
	font-style:italic;
	font-family:'Times New Roman';
}

form.subMenuItem{
	border:none;
	margin:0;
	padding:0;
	display:inline;
	background-color:transparent;
}

.subMenuItem input{
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:.6em;
	border:none;
	color:#990000;
	background-color:transparent;
	text-align:center;
	font-weight:bold;
	padding:0;
	margin:0;	
}

.subMenuItem input:hover{
	background-color:#990000;
	color:#ffffff;
}
/*these settings hold if javascript is turned off */
/*the entire menu container*/
div#access-navigation{
	clear:both;
}

ul#nav{
	margin:0;		

	/*can't get it to center; margin:auto centers the ul, but not the li elements inside*/
	padding-left:2em;
	text-align:center;
	list-style-type:none;	

	padding-bottom:0;
	background-color: #ffffff;
	background-position:bottom left;
	background-repeat: repeat-x;
	
}

/*items in the main menu */
ul#nav li{	
	background-color:#ffffff;
	position:relative;
	float:left;		
	padding-left:.45em;
	padding-right:.45em;
	margin-left:0;
	margin-right:0;
	margin-bottom:.3em;
	margin-top:.3em;
	text-align:center;
	text-indent:0;
	list-style-type:none;		
	border-right:1px solid #990000;
}
ul#nav li.lastItem {
	border-right:none;
}

ul#nav a{
	font-size:.6em;
	font-weight:bold;
	background-color:#ffffff;
	color:#990000;	/*controls color of main menu items*/
	text-decoration:none;/*links are not underlined*/
	display:block;
	margin:0;
	padding:0;
}
ul#nav a:hover{	
	background-color:#990000;
	color:#ffffff;
}


/*sub menu containers*/
ul#nav li ul{	
	margin:0;
	padding:0;
	background-color:#ffffff;

}

/*sub menu items*/
ul#nav li li {	
	/*width:10em;*/
	text-align:center;
	display:block;
	background-color: transparent;
	color: #990000;
	padding:0;
	line-height:130%;
	margin:0;
	float:none;
}

ul#nav li li a{	
	text-decoration:none;
	background-color: transparent;
	color: #990000;
}

ul#nav li li a:hover{
	background-color:#ffffff;
	color:#990000;
}
/*end of settings for no javascript*/
/*the following settings apply if javascript is on*/
.hiddenChild{
	left: -999em;
	visibility: hidden;
}
.shownChild{
	/*left:.45em;*/
	left:-3em;/* to center it*/
	visibility: visible;
}

ul#nav.dhtml{
height:1.2em;
}

ul#nav.dhtml li{	
	position:relative;
	float:left;
}
ul#nav.dhtml li:hover{	
}
ul#nav.dhtml ul{	
	position: absolute;		
	border:1px solid #990000;	
	width:13em;
	z-index:10;
	background-image: url(../images/MenuImage.jpg);
	background-position: bottom left;
	background-repeat:repeat-y;
}

ul#nav.dhtml li a, ul#nav.dhtml li a:hover{
	border:none;
}
ul#nav.dhtml li a{
	
}

ul#nav.dhtml ul li{
	border:none;
	width:13em;
	padding:0;
	position:relative;
}

ul#nav.dhtml li.isParent{
	
	/*can put an arrow image here if desired*/
}


ul#nav.dhtml li.isActive ul a{
	padding:0;
}
ul#nav.dhtml a:hover{
/*
 	background-color:#990000;
	color:#ffffff;
	*/
}
ul#nav.dhtml li.isParent a:hover{
		/*can put an arrow image here if desired*/
}
ul#nav.dhtml li.isActive ul a:hover{
 	background-color:#990000;
	color:#ffffff;
}/*this is the bottom navigation bar*/
.navigationBar{
	text-align:center;
	padding-top:7px;/*to accomodate the image of the maroon strip*/
	padding-bottom: .6em;
	background-image: url('../images/maroonStrip.jpg');	
	background-color: #ffffff;
	background-position:top left;
	background-repeat: repeat-x;
	/*height:2.4em;*/
	clear:both;
}

.navigationBar ul{
	padding-top:.5em;
	padding-bottom:.3em;
	text-align:center;
	width:100%;
	list-style-type:none;
	padding-left:0;
	padding-right:0;
	margin: 0;
	background-color: #fff;
	color: #990000;
}

.navigationBar li{
 	/*float:left;removing the float to improve centering*/
	display:inline;	
}


.navigationBar a {	
	font-family:verdana,arial,helvetica,sans-serif;
	font-weight:bold;
	font-size:.6em;	
	text-align:center;
	text-decoration:none;
	background-color:#ffffff;
	color:#990000;
	padding-top:.2em;
	padding-bottom:.2em;
	padding-left:1em;
	padding-right:1em;
	border-left: 1px solid #990000;
	border-right: 1px solid #990000; /* the borders have the same size */
	margin-right: -1px; /* the value has to be like the above but negative */

}

.navigationBar a:visited{
	background-color:#ffffff;
	color:#990000;
}

.navigationBar a:active {
	background-color:#ffffff;
	color:#cc9999;
	text-decoration:underline;
}

.navigationBar a:hover{
	background-color:#ffffff;
	color:#cc9999;
	text-decoration:underline;
}

.navigationBar form{
	margin-top:10px;
	margin-right:3em;
	padding-left:.5em;
	border:none;
	float:left;	
}


