/* Menu
------------------------------ */

/*table, tr, td { background-color:transparent; border:none; border-width:0;}*/




.nav {
	list-style-type: none;
	/*border-top: 1px solid #7484a8;*/
	/*padding: 0;*/
	padding: 0 0 0 0px;
	/*margin: 0 0 0 30px;*/
	/*background-color: #506592;*/
	height: 30px;
	/*width: 95%;
	background:transparent url(images/navgrad.png) repeat-x scroll 0 top;
*/
}

.nav2 {
	list-style-type: none;
	/*padding: 0;*/
	/*_padding: 10px 0px 0px 30px;*/
	margin: 30px 30px 0px 30px;
  text-align: center;
	/*display: block;*/
	height: 50px;
	color: #eeeeee;
	font-size: 0.9em;
	/*width: 95%;*/
	/*background:transparent url(images/navgrad.png) repeat-x scroll 0 top;
*/
}

.nav2 a {
	
	font-size: 0.9em;
	/*margin: 0px 1px 0px 0px;*/
	padding: 6px 4px 3px 2px;
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	color: #aaaaaa;

}

.nav2 a:hover {
	
	background-color: #1548AE;
  text-decoration: underline;
	/*_top: 1px; /* IE Only */
}


.nav li {
	display: inline;
}

.nav li a {
	/*border-top: 1px solid #4672C3;*/
  border-left: 1px solid #4672C3;
	font-size: 100%;
	display: block;
	float: left;
	padding: 6px 12px;
	/*margin: 0px 1px 0px 0px;*/
	text-decoration: none;
	font-weight: normal;
	height: 17px;
	color: #ffffff;
	/*background: #F8F8F8;*/
	/*background-image: url(images/admin-navtabback.jpg);*/
	/*background-repeat: repeat-x;*/
	/*_position: relative; /* IE Only */
	/*_top: 6px; /* IE Only */
}

.nav li a:hover {
	border-top: 1px solid #4672C3;
	background-color: #1548AE;
	/*height: 21px;*/
	/*_height: 24px;*/
	/*position: relative;*/
	/*top: -3px;*/
	/*_top: 1px; /* IE Only */
}

.nav li.current a {
	/*border-top: 1px solid #CBCBCB;*/
	background-color: #1548AE;
	/*background: none;*/
	cursor: default;
	/*height: 21px;
	_height: 24px;
	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}

.nav li.currentsubtab a {
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	color: #4D646F;
	background-color: #fff;
	cursor: default;
	height: 21px;
	/*_height: 24px;*/
	position: relative;
	top: -3px;
	/*_top: 1px; /* IE Only */
}

.nav li {
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	color: #000;
	background-color: #F7F8F9;
	height: 21px;
	/*_height: 24px;*/
	position: relative;
	top: -3px;
}


