﻿/* Menu styling */
#nav_container
{
	padding-bottom: 5px;
	background: none;
}
#nav
{
	padding: 10px 0 0 0;
	float: right;
	width: 100%;
	background: Gainsboro url( "images/background.gif" ) repeat-x bottom; 
	font-size: 0.8em;
	line-height: normal;
}
#nav ul
{
	margin: 0;
	padding: 2px 10px 0 0;
	list-style: none;
}
#nav li
{
	float: right;
	margin: 0;
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #765;
}
#nav a
{
	float: right;
	display: block;
	background-color: Silver;
	padding: 6px 15px 6px 15px;
	text-decoration: none;
	font-weight: bold;
	border-top: 1px solid #765;
	border-right: 1px solid #765;
	border-left: 1px solid #765;
	color: #765;
}
/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
#nav a
{
	float: none;
}
/* end IE5-Mac hack */
#nav #current
{
	border-width: 0;
}
#nav #current a
{
	background-color: white;
	padding-bottom: 7px;
	color: #333;
}
#nav li:hover
{
	color: #333;
}
#nav li:hover a
{
	background-color: white;
}