/* don't put anything in here unless it a.) is only for the tabs, b.) isn't already in styles.css */
/* this is a stripped / customized version of www.alistapart.com sliding doors technique */
#topnav
{
	float: left;
	font-size: 1.3em;
	width: 100%;
}

#topnav ul /* all lists */
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav li /* all list items */
{
	float:left;
	margin:0;
	padding:0;
}

#topnav a
{
	color: #2b388f;
	display: block;
	float: left;
	padding: 0 17px 0 18px;
	text-decoration: none;
	text-align:center;
}

#topnav > ul a 
{
	width:auto;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#topnav a 
{
	float:none;
}
/* End IE5-Mac hack */

#topnav .current a
{
	font-weight:bold;
}

#topnav .current a:hover
{
	/*cursor: default;*/
	font-weight:bold;
}

#topnav a:hover
{
	color: #78AA3B;
	font-weight:bold;
}