/* Navigation */

#mainnav {
	margin: 0px;
	width: 240px;
	color: #fff;
	position: relative;
	top: 10px;
	left: 10px;
	background-color: #292929;
	padding: 0;
	z-index: 5;
}

#mainnav ul {
	list-style-image: none;
	list-style: none;
	width: 244px;
	margin: 0;
	padding: 0;
}

.nav1 {
	clear: left;
}

.nav1on {
	display: none;
}

.nav1on a, .nav1on a:visited {
	display: block;
	width: 240px;
	/*height: 25px;*/
	/*background: url(../menu/nav1-active-bg.gif) 0 0 no-repeat;*/
	background-color: #990000;
	font: 16px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	border-bottom: #333333 1px solid;
	border-right: #990000 4px solid;
}

.nav1on a:hover, nav1on a:active {
	color: #ffffff;
	background-color: #333333;
	text-decoration: none;
}

.nav1 a span, .nav1on a span {
	display: block;
	/*margin-left: 16px;*/
	margin-left: 10px;
	line-height: 25px;
}

.nav1 a, .nav1 a:visited {
	display: block;
	width: 240px;
	height: 25px;
	/*background: url(../menu/nav1-bg.gif) 0 0 no-repeat;*/
	background-color: #212121;
	font: 16px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: #333333 1px solid;
	border-right: #333333 1px solid;
}
	
.nav1 a:hover {
	color: #ffffff;
	text-decoration: none;
	/*background: url(../menu/nav1-hover-bg.gif) 0 0 no-repeat;*/
	background-color: #292929;
	font: 16px Arial, Helvetica, sans-serif;
}

.nav1 a:active {
	color: #ffffff;
	text-decoration: none;
	/*background: url(../menu/nav1-active-bg.gif) 0 0 no-repeat;*/
	background-color: #292929;
}

.nav2 {
	width: 120px;
	float: left;
	background-color: #212121;
}

.nav2on {
	display: none;
	background-color: #212121;
}

.nav2 a span, .nav2on a span {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 20px;
}

.nav2on a, .nav2on a:visited {
	display: block;
	height: 21px;
	font: normal 11px Arial, Helvetica, sans-serif;
	background-color: #333333;
 	color: #ffffff;
	text-decoration: none;
}

.nav2on a:hover, .nav2on a:active {
	display: block;
	height: 21px;
	font: normal 11px Arial, Helvetica, sans-serif;
	background-color: #333333;
 	color: #ffffff;
	text-decoration: none;
}

.nav2 a, .nav2 a:visited {
	display: block;
	/*height: 21px;*/
	width: 120px;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	background-color: #212121;
}

.nav2 a.nav2left, .nav2 a.nav2left:visited {
	border-right: 0;
}

.nav2 a:hover, .nav2 a:active {
	display: block;
	/*height: 21px;*/
	background-color: #333333;
 	color: #ffffff;
	text-decoration: underline;
}

.second {
	display: none;
}
