@charset "UTF-8";

/********************************************************************************
You may adapt elements of this CSS in your own projects, but the unique 
combination of images, colors, sizes, typography, and positioning ("the design") 
is copyright 2009 AWGI LLC and may not be reproduced. 
/********************************************************************************/

#main-nav{
	background:#005a9c;
	width:99%;
	float:left;
	height:22px;
	line-height:20px;
	padding:3px 0px 0px 1%;
	border-bottom:5px solid #009cdc;
}

#main-nav a, #main-nav a:link, #main-nav a:active, #main-nav a:visited {
padding:0px 8px; 
color:#ffffff; 
line-height:20px; 
height:20px;  
float:left; 
font-size:1.2em; 
font-weight:bold; 
}

#main-nav a:hover{color:#90cef1; text-decoration:none;}

.special-nav{padding:0px 8px; color:#ffffff; line-height:20px; height:20px;  float:left; font-size:1.2em; font-weight:bold; }
.special-nav:hover{color:#90cef1; text-decoration:none;}


.selected { text-decoration:underline  !important; }

