/* CSS Document */
#menu { background:#690; background:url(../images/nav-bg.gif); border:2px solid white; border-width:2px 0; height:30px; width:793px; color:#fff; } 
ul#nav a { color:#fff; text-decoration:none; font-weight:bold; }
#nav a:hover {color:#CCCCCC}
ul#nav{ /* all lists */
	background:url(../images/nav-bg.gif) repeat-x;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#908A83;
	border-bottom:1px solid #FFFFFF;
	height:30px;
	width:794px;
}
ul#nav li  { padding:6px 8px 0 17px; 
height:24px;
background:url(../images/button_divider.gif) no-repeat top left; }
ul#nav li#home { background:url(../images/button_dividerhome.gif) no-repeat top left; } 
ul#nav li ul li a { padding:0; } 
ul#nav li { margin:0px; float: left; position: relative;} 
ul#nav li ul { width:103px;
display: none;
color:#004F00;
/*color: black;*/
	position: absolute;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	margin-left: 0;
	padding:0;
	/*font-size:.9em;*/
	font-size:10px;
	margin-top:14px;} 
ul#nav li ul li {  color: black; width:150px; padding-top:2px; padding-right:3px; padding-bottom:2px; padding-left:5px;margin:0 !important; background:#ECFDFF; list-style:none; height:auto; } 
ul#nav li ul li a { color: black;}
ul#nav  li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: 0;
}
ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	left:10px;
	top:16px;
}

/* don't touch these */

#title
{
	font-size: 22px;
	color: #003300;
	background-color:#ffcc99;		
	font-weight: bold;
	width: 515px;
	text-align:center;
	text-transform:capitalize;
	
	
	
}

table#spotlight {
	font-size:10px;
	}