/* nav tabs */

#navtabs{
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
margin-left: 1px;
}

#navtabs ul{
font-size: 12px;
font-weight: bold;
font-family: arial,helvetica;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#navtabs li{
display:inline;
margin:0 5px 0 0;
/*
padding:0;
text-transform:uppercase;
*/
line-height: 1.5em;
}

#navtabs a{
color: white;
margin:0px;
padding:0px;
text-decoration:none;
}

#navtabs a span{
float:left;
display:block;
background: transparent url(/images/nav/nav_tabs_right.gif) no-repeat right bottom;
padding:3px 9px 3px 6px;
}

#navtabs a span{
float:none;
}

#navtabs a:hover{
background-color: #777777;
}

#navtabs a:hover span{
background-color: #777777;
}

#navtabs #current a, #navtabs #current span{ /*currently selected tab*/
background-color: #777777;
}



/* styles for dropdown menu */
.dropmenudiv{
	position:absolute;
	visibility: hidden;
	z-index:100;
	width: 226px;
/*	border: 1px solid #7283a8;*/ /*THEME CHANGE HERE*/
	font-size: 12px;
	font-family: arial,helvetica;
	line-height:22px;
/*	background-color: #626b7f; */
	background-image: url(/images/nav/nav_bk.png);
	background-repeat: repeat-all;
	margin-left: 0px;
	margin-top: 2px;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
/*	border-bottom: 1px solid #7283a8; */ /*THEME CHANGE HERE*/
	padding: 2px;
	text-decoration: none;
	color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #563a19;
	color: #ffffff;
}








/* submenu */
#menu{
/* margin:0 auto; */
/* width:700px; */
height:59px;
background:url(/images/nav/menu_034_bg.jpg) repeat-x;
}
#menu ul{
list-style:none;
/* margin:0 auto; */
/* width:800px; */
}
#menu li{
list-style:none;
display:block;
float:left;
height:59px;
line-height:59px;
font-family: arial, verdana;
}
#menu li a{
display:block;
float:left;
color:#081585;
/* text-transform:uppercase; */
font-size:13px;
font-weight:bold;
line-height:59px;
text-decoration:none;
padding:0 12px;
}
#menu li a:hover{
color:#006fb5;
background:url(/images/nav/menu_034_h.jpg) no-repeat bottom;
}
#menu li a.current{
display:block;
float:left;
background:url(/images/nav/menu_034_h.jpg) no-repeat bottom;
color:#000000;
/* text-transform:uppercase; */

font-weight:bold;
line-height:59px;
text-decoration:none;
padding:0 12px;	
}
#menu li a:hover.current{
color:#000000;
}