@charset "utf-8";
/**********************************
	Top Nav Definitions
**********************************/

#nav {
	list-style:none;
	margin:0;
	padding:1px 0;
	height:30px;
	background:url(/images/base/nav_bg.jpg) no-repeat center top #000000;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	padding: 7px 0;
	width: 215px;
	text-align: center;
	font:Arial 11px #000000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#nav li a:link {
	color:#000000;
}
#nav li a:visited {
	color:#000000;
}
#nav li a:hover {
	color:#000000;
	background:#CCCCCC;
	width: 213px;
	border-left:1px solid #999999;
	border-right:1px solid #FFFFFF;
}
#nav li a:active {
	color:#FFFFFF;
}
#nav li a:first-child {
	margin-left:25px;
}

/**********************************
	Path Nav Definitions
**********************************/

a.pathnav {
	font-size: 10px;
	color: #666666;
}
a.pathnav:link {
	text-decoration: none;
}
a.pathnav:visited {
	text-decoration: none;
	color: #666666;
}
a.pathnav:hover {
	text-decoration: underline;
	color: #666666;
}
a.pathnav:active {
	text-decoration: underline;
	color: #666666;
}

/**********************************
	Footer Nav Definitions
**********************************/

a.footernav {
	font-size: 10px;
	color: #999999;
}
a.footernav:link {
	text-decoration: none;
}
a.footernav:visited {
	text-decoration: none;
	color: #999999;
}
a.footernav:hover {
	text-decoration: underline;
	color: #999999;
}
a.footernav:active {
	text-decoration: underline;
	color: #999999;
}

