@charset "UTF-8";
/* CSS Document */

#nav{width:820px; height:29px; font-size:10px; color:#FFFFFF;}

#nav ul{display:inline; list-style:none;}

#nav li{background-image:url(images/bluetab.jpg); background-repeat:no-repeat; float:left; display:block; text-decoration:none; width:134px; height:29px; margin:0 .10em; text-align:center; font-weight:bold; color:white; }

#nav li a{
	float:left;
	display:block;
	text-decoration:none;
	text-align:center;
	width:134px;
	height:22px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:white;
	padding-top:4px;
}

#nav li a:hover{ text-decoration:underline; color:#FFF;}

#bar {height:2px; background-color:#285F8B; width:817px;margin:1px 2px 0px 1px; float:left; clear:left;}


