/* 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: #7f6a57;
	height: 28px;
	/*width: 95%;
	background:transparent url(images/navgrad.png) repeat-x scroll 0 top;
*/
}

.nav2 {
	list-style-type: none;
	/*padding: 0;*/
	_padding: 0 0 0 30px;
	/*margin: 0 0 0 30px;*/
	float: left;
	display: block;
	height: 30px;
	color: #ffffff;
	
	/*width: 95%;*/
	/*background:transparent url(images/navgrad.png) repeat-x scroll 0 top;
*/
}

.nav li {
	display: inline;
}

.nav li a {
	/*border-top: 1px solid #4672C3;*/
  border-left: 1px solid #999977;
	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: #DD0000;
	/*height: 18px;*/
	/*_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 . a:hover {
	border-top: 1px solid #CBCBCB;
	border-left: 1px solid #CBCBCBF;
	border-right: 1px solid #CBCBCB;
	color: #000;
	background-color: #F7F8F9;
	height: 21px;
	_height: 24px;
	position: relative;
	top: -3px;
	_top: 1px; /* IE Only */
}

