	#tabs
	{
		font-family: Georgia,Times New Roman,Times,serif;
		padding: 0px 0px 0px 0px;
		margin: 0px 5px 45px 5px;

	}
	
	.subnavback
	{
	width: 800px;
	height: 35px;
	position: absolute;
	top: 28px;
	left: 0px;
	background-image: url(images/background_subtabs.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
	z-index:0;
	margin:0px;
	/*border-bottom: solid 1px #e5d8bf;*/
	}

#tabmenu {
	font-family:Georgia,Times New Roman,Times,serif;
	/*border-bottom:1px solid #DADADA;*/
	height:27px;
	margin:0px 5px 10px 0px;
	padding-bottom:0px;
	position:relative;
	width: 730px;
	background: none;

}
#tabmenu ul, #tabmenu li {
	display:inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}


/*
--------------------------------------------------------------
li.topnav - top level tabs
--------------------------------------------------------------
*/

#tabmenu ul li.topnav a {
	background:transparent url(images/background_tabsmain.gif) repeat-x scroll left top;
	position: relative;
	display: block;
	color:#FFFFFF;
	float:left;
	font-size: 14px;
	font-weight:normal;
	line-height:16px;
	margin-right:0px;
 	text-decoration:none;
  padding: 0;
  padding-left: 17px;
}
  		 
#tabmenu ul li.topnav a span {
  		background:transparent url(images/background_tabsright.gif) repeat-x scroll right top;
  		display: block;
  		padding:6px 10px 6px 0;
}
  		
#tabmenu ul li.topnav.hover a {
	color:#000000;
	background:transparent url(images/background_tabsmain.gif) repeat-x scroll left -28px;
}

#tabmenu ul li.topnav.hover a span {
	color:#000000;
	background:transparent url(images/background_tabsright.gif) repeat-x scroll right -28px;
}

#tabmenu ul li.topnav.active a {
	background:transparent url(images/background_tabsmain.gif) repeat-x scroll left -28px;
	color:#000000;
}

#tabmenu ul li.topnav.active a span {
	background:transparent url(images/background_tabsright.gif) repeat-x scroll right -28px;
	color:#000000;
}

#tabmenu ul li.topnav.active.behind a{
	background:transparent url(images/background_tabsmain.gif) repeat-x scroll left bottom;
	color:#444444;
}

#tabmenu ul li.topnav.active.behind a span{
	background:transparent url(images/background_tabsright.gif) repeat-x scroll right bottom;
	color:#444444;
}


/*
--------------------------------------------------------------
ul.subnav - hover links from top tabs
--------------------------------------------------------------
*/
#tabmenu ul.subnav {
	display:none;
	margin-top: 6px;
	margin-right: 4px;
	top:21px;
	left: 0px;
	background: none;
	padding:8px;
	position: absolute;
}

#tabmenu li.hover ul.subnav{
	display: block;
	z-index: 0;
}

#tabmenu li.topnav ul.subnav li a, #tabmenu li.topnav.active ul.subnav li a {
	background: none;
	border-style:none;
	color:#000033;
	line-height:16px;
	margin-right:4px;
	padding:2px 10px;
	background-image: none;
}

ul.subnav li a:hover {
	background-image: none;
}

#tabmenu li.topnav ul.subnav a:hover, #tabmenu li.topnav.active ul.subnav li a:hover {
	text-decoration:none;
	color:#ffffff;
	background-color:#081729;

}

#tabmenu ul.subnav li.currentpage a {
	text-decoration: none;
	font-weight: bold;
	background-image: none;
}


#pubdropdownlist {
position: absolute;
right: 30px;
top:4px;

}

#pubdropdownlist select {
font-family: Georgia,Times New Roman,Times,serif;
width: 150px;
color: white;
background-color: #182C42;
border: solid 1px #102031;
}