﻿
/* Top-band main tab style start */

.nav, .nav ul, .nav_simple, .nav_simple ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	white-space:nowrap;
}

.nav a, .nav li.unset a{
	display:block;
	color:#fff;
	text-decoration: none;
	background-color: Transparent;
	font-size:smaller;
	font-weight:bolder;
	line-height:18px;
	padding-left:20px;
	padding-right:20px;
	text-align:center;
	white-space:nowrap;
}
.nav li.unset a
{
	text-align:left;
	background-color: #2A553A;
}
.nav a.navtop 
{	
	
}

.nav_simple a 
{
	background:url(images/menu/inactive.gif) no-repeat 0 0; 
	float:left; 
	width:86px;
	height:20px; 
	padding-top:6px; 
	text-align:center; 
	color:#454545; 
	text-decoration:none; 
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.navtop a, .navtop_simple a
{

}

.nav a:hover, .nav li.current ul a:hover {
	background-color:#ccc;
	color:#2A553A;
}

.nav_simple a:hover {
	background:url(images/menu/hover.gif) no-repeat 0 0; color:#000000;
}

.nav li, .nav_simple li 
{
	float:left;
	position:relative;
}

li.current a
{
	background-color: #ccc;
	color:#2A553A;
}

li.current_simple a
{
	background:url(images/menu/active.gif) no-repeat 0 0; 
	font-weight:bold; 
	color:#ffffff;
}
li.current_simple a:hover{
	background:url(images/menu/active.gif) no-repeat 0 0;
	font-weight:bold; 
	color:#ffffff;
}

li.unset a
{
	color:#ccc;
	background-color:#2A553A;
}
li.unset a:hover
{
	background-color: #ccc;
	color:#2A553A;
}

.nav ul, .nav_simple ul {
	position:absolute;
	display:none;
	border-top:2px solid #358236;
	border-left:2px solid #358236;
	width:16em;
}

/* STYLE THE DROP DOWNS */
.nav li ul a, .nav_simple li ul a, .nav li.current ul a {
	width:18em;
	background-color:#2A553A;
	color: #fff;
	float:left;
	border-right:2px solid #358236;
	border-bottom:2px solid #358236;
	text-align:left;
}

.nav ul ul, .nav_simple ul ul{
	top:auto;
}	

.nav li ul ul, .nav_simple li ul ul {
	margin:0px 0 0 0px;
}
