﻿
/* 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;*/ /*background-color: #CCC; 	color:#004B8C;*/
	/*border: 1px solid #7abaf2;*/
	/* Blue Theme */
	/*background: #004b8c url(jqueryui/css/custom-theme-blue-black/images/ui-bg_highlight-hard_75_004b8c_1x100.png) 50% 50% repeat-x; 
	font-weight: bold;
	color: #ffffff;*/
	/* Black Theme */
	/*background: #0078a3 url(jqueryui/css/custom-theme-orange-black/images/ui-bg_highlight-hard_40_0078a3_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;*/
	background-color: Transparent;
}

.empty_state
{
	background-color: Transparent;
	background-image: none;
	border: none;
}

.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;*/
	/*background-color: #CCC;
	color: #004B8C;*/
	/*border: 1px solid #004b8c; 
	background: #004b8c url(jqueryui/css/custom-theme-blue-black/images/ui-bg_highlight-hard_75_004b8c_1x100.png) 50% 50% repeat-x; 
	font-weight: bold; 
	color: #ffffff;*/
	/* Blue Theme */
	/*border: 1px solid #4192d9;
	background: #f5f8f9 url(images/ui-bg_inset-hard_100_f5f8f9_1x100.png) 50% 50% repeat-x;	
	font-weight: bold;
	color: #e17009;*/
	/* Black Theme */
	background: #0078a3 url(jqueryui/css/custom-theme-orange-black/images/ui-bg_highlight-hard_40_0078a3_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
}

li.current_simple a
{
	background:url(images/menu/active.gif) no-repeat 0 0;
	/*background: url(images/menu/active_blue4.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;
	/*background: url(images/menu/active_blue4.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 #4192d9;
	border-left: 2px solid #4192d9;
	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;*/
	/*border-right: 2px solid #004B8C;
	border-bottom: 2px solid #004B8C;
	text-align: left; */
	/*border: 1px solid #00305a;*/
	/* Blue Theme */
	/*width: 18em;
	float: left;
	text-align: left;
	background: #4192d9 url(jqueryui/css/custom-theme-blue-black/images/ui-bg_highlight-hard_85_4192d9_1x100.png) 50% 50% repeat-x;
	font-weight: bold;*/
	/* Black Theme */
	/*width: 18em;
	float: left;
	text-align: left;
	background: #555555 url(jqueryui/css/custom-theme-orange-black/images/ui-bg_highlight-hard_20_555555_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eeeeee;*/
	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;
}
