/* Anthony's Code */
/* MENU */
#nav
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	text-align: left;
	position: relative;
}
#nav li
{
	margin: 0px;
	padding: 0px;
	display: inline;
}
#nav a
{
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}
#nav a:hover
{
	color: #FFFFFF !Important;
	padding: 5px 6px 5px 6px;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #666  !Important;
}
#nav li ul
{
	margin: 0px;
	padding: 0px;
	height: 25px;
	line-height: 25px;
	list-style-type: none;
	display: inline;
	position: absolute;
	left: 0px;
	top: 25px;
	width: 780px;
	background-color: #FFFFFF;
}
#nav li
{
	margin-right: -3px;
}
#nav li.off ul
{
	display: none;
}
#nav li:hover ul, li:hover li:hover ul
{
	z-index: 6000;
	display: block;
}
#nav li.on a
{
	background-color: #666;
}

#nav li ul a
{
	padding: 7px 6px 5px 6px;
	color: #666;
	font-size: 10px;
	background-color: #FFF !Important;
}
#nav li ul a:hover
{
	padding: 7px 6px 5px 6px;
	color: #FFF;
	font-size: 10px;
}
#nav li.on ul
{
	display: block;
	background-color: #FFFFFF;
	width: 780px;
}
#nav li.off a:hover, #nav li.on a:hover, #nav li:hover a
{
	background: #666;
}
#nav li.on ul a#active
{
	background-color: #99C979 !Important;
	color: #fff;
}
.title-case
{
	text-transform:capitalize;	
}
/* MISCELLANEOUS */

.news
{
	color: #6db23e !Important;
	background: #FFF;
	font-weight: bold;
	position:absolute;
	line-height: 20px;
	right:0px;
}
/*
a.news:hover
{
	color: #FFF !Important;
}
*/
#nav li.off a.news:hover, #nav li.on a.news:hover, #nav li:hover a.news
{
	color: #FFF !Important;
}
#nav li.on a.news
{
	color: #fff !Important;
}
/* SUB NAV */
.subnav
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.subnav li
{
	margin: 0px 0px 5px 0px;
}
.subnav a
{
	display: block;
	width: 169px;
	background: #6db23e;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	padding: 5px 0px 5px 10px;
}
.subnav a#active
{
	background: #FFF;
	color: #333;
}
.subnav a:hover
{
	background: #333;
}

#nav .news {
	width:80px;
	height:33px;
	background:url(images/news-btn.gif) center top no-repeat !important;
	text-indent:-9999px;
	padding:0;
	}
	
#nav a.news:hover {
	width:80px;
	height:33px;
	background:url(images/news-btn.gif) center top no-repeat !important;
	text-indent:-9999px;
	padding:0;
	}
