/* CSS Document */



#nav {
	position: relative;
	top: 0px;
	left: 0px;
	height: 17px;
	background: url(../_images/nav_border_top_inner.gif) top left no-repeat;
	width: 768px;
}

#nav ul {
	margin: 0px;
	padding:0px;
	list-style: none;
	position: relative;
	height: 17px;
	clear: both;
}

#nav ul li {
	float: left;
	display: block;
	height: 17px;
	background: transparent;
	padding: 0px;
}

#nav ul li.firston, #nav ul li.on { background: url(../_images/nav_bg_right.gif) top right no-repeat; }

#nav ul li a {
	font: 10px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7d7d7d;
	font-weight: 700;
	letter-spacing: .25px;
	padding: 2px 10px 0px 16px;
	margin: 0px 5px 0px 0px;
	text-align: center;
	display: block;
	height: 17px;
	text-decoration: none;
	background: transparent;
}

#nav #notemanager li a {
	padding: 2px 0px 0px 5px;
}

#nav ul li a:hover  {
	color: #d22020;
	background: transparent;
}
#nav ul li.on a, #nav ul li.on a:hover {
	color: #ffffff;
	background:url(../_images/nav_on.gif) top left no-repeat;
}
#nav ul li.firston a, #nav ul li.firston a:hover {
	color: #ffffff;
	background:url(../_images/nav_on-first.gif) top left no-repeat;
}



* html #nav ul li.first, * html #nav ul li.firston { width: 100px; }

#subnav {
	height: 17px;
}

#subnav ul {
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 0px 30px;;
	height:16px;
	border-bottom: 1px #EDEDED solid;
	list-style: none;
}

#subnav ul li {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	float: left;
	text-align: center;
	padding: 2px 13px;
	margin: 0px;
}

#subnav ul li a:link, #subnav ul li a:visited, #subnav ul li a:active {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	letter-spacing: .25px;
	font-weight:bold;
}

#subnav ul li a:hover {
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #373737;
	letter-spacing: .25px;
	font-weight:bold;
}

#subnav ul li.on a {
	color: #ED1C24;
}
