/* CSS Document */

#header {
	position: relative;
	width: 100%;
	height: 24.5px;
	width: 570px;
	background: url(images/navbg.jpg) repeat -top left;
}
#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
}
#header ul#primary li  {
	display: inline;
	list-style: none;
}
#header ul#primary a,#header #header ul#primary a.current {
	width: 7em;
	display: block;
	float: left;
	padding: 4px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 70%;
	font-style: bold;
	text-decoration: none;
	color: #555555;
}
#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #FFFFFF;
	border-bottom: none;
	background: #FFF3B3;
	padding-bottom: 6px;
	margin-top: 0;
}
#header ul#primary a:hover {
	margin-top: 0;
	/*border-color: #FFFFFF;
	/*background: #E32532;*/
	padding-bottom: 5px; 
	color: #FFFFFF; 
	background:  url(images/navbg_red.jpg) repeat -top left;
}
#subnav ul#secondary li  {
	display: inline;
	list-style: none;
}
#subnav ul#secondary {
	position: relative;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}
#subnav ul#secondary li a,
#subnav ul#secondary li span 
{
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;
	color: #06C;
	text-decoration: underline;
}
#subnav ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}
#subnav ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}
#subnav ul#secondary li a:active {
	color: #000;
	background: transparent;
}
#subnav ul#secondary li:last-child a { border: none; }