﻿#subnav
{
	background-color: White;
	float: right;
	padding: 3px 20px 0 0;
	font-size: 93%;
	line-height: normal;
}
#subnav ul
{
	list-style: none;
}
#subnav li
{
	float: right;
	background: white;
	margin: 0 2px 0 0;
	padding: 0;
	border-left: 1px solid #765;
	border-right: 1px solid #765;
	border-bottom: 1px solid #765;
}
#subnav a
{
	float: right;
	display: block;
	background: white;
	padding: 5px 5px 5px 5px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}
/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
#subnav a
{
	float: none;
}
/* end IE5-Mac hack */
#subnav #current
{
	background: white;
}
#subnav #current a
{
	background: white;
	padding-bottom: 5px;
	color: #333;
}
#subnav li:hover
{
	color: #333;
}
#subnav li:hover a
{
	color: #333;
}
/* End Menu styling */