/* ************************************************************ */
/* Navigation (menu) bar.                                       */
/* ************************************************************ */
.topnavbar ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	border-color:#d1b19c;
	border-style:solid;
	border-width:1px 1px 1px 1px;
	background: #d1b19c;
	overflow: hidden;
	width:806px; 
	}
.topnavbar li{
	display: inline;
	margin: 0;
	}
.topnavbar li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 4px 8px; /*padding inside each tab*/
	/*border-right: 1px solid white; /*right divider between tabs*/
	color: #000000;
/*	background: #d1b19c; */
	}
.topnavbar li a:visited{
	color: #000000;
	}
.topnavbar li a:hover{
	color:#ffffff;
	background-color:#a74236; /*background of tabs for hover state */
	}
.topnavbar a.selected{
	color:#ffffff;
	background-color:#a74236; /*background of tab with "selected" class assigned to its LI */
	}
/* ************************************************************ */
/* Pull-down menus.                                             */
/* ************************************************************ */
.ddsubmenudiv ul{
	font: bold 12px Verdana;
	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	list-style-type: none;
	background: white;
	border: 0px solid #ffcc00;
	border-bottom-width: 0px;
	text-align:left;
	visibility: hidden;
	z-index: 100;
	}
.ddsubmenudiv ul li a{
	display: block;
	width: 170px;
	color: #000000;
	background-color: #d1b19c;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 0px solid #ffcc00;
	}
* html .ddsubmenudiv ul li a{ /*IE6 CSS hack*/
display: inline-block;
}
.ddsubmenudiv ul li a:hover{
	background-color: #a74236;
	color: #ffffff;
	}
/* ************************************************************ */
/* Neutral.                                                     */
/* ************************************************************ */
.mainmenupointer{ /*CSS for arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	}
.submenupointer{ /*CSS for arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	right: 2px;
	border: 0;
	}
#ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}