/* CSS Document */

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	line-height:10pt;
	z-index:100;
	width: 170px;
	visibility: hidden;
	font-family: Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFDEBC;
	
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FF3333;
	border-top-width: 0;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #FDE8E9;
	border-bottom-color: #FDE8E9;
}
.dropmenudiv_a a.sub_bottom{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: white;
	border-top-width: 0;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #678b3f;
	border-bottom-color: #678b3f;
	background-repeat: no-repeat;
	background-position: left bottom;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #CC0000;
	text-decoration: underline;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	background-color: transparent;
	background-image: url(images/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;	
}

.solidblockmenu li{
	display: inline;

}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #CCCCCC;
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
		
}



.solidblockmenu a.left{
float: left;
color: white;
padding: 9px 11px ;
text-decoration: none;
border-right: none;
background:url(images/blockdefault_left.gif) top left no-repeat;
}

.solidblockmenu a.right{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 0px solid white;
	background:url(images/blockdefault_right.gif) top right no-repeat;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}



.solidblockmenu li a:visited{
color: white;
}

#blockmenu a:hover.left{background: transparent url(images/blockactive_left.gif) top left no-repeat;}
#blockmenu a:hover.right{background: transparent url(images/blockactive_right.gif) top right no-repeat;}

#blockmenu a#current{
	background: transparent url(images/blockactive_right.gif) top right no-repeat;
	position: absolute;
}



.solidblockmenu li a:hover, .solidblockmenu li .current{
	color: white;
	background-color: transparent;
	background-image: url(images/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center top;
}


 .solidblockmenu a.leftcurrent {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	background-image: url(images/blockactive_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 .solidblockmenu a.leftcurrent:hover {
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	background-image: url(images/blockactive_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
 .solidblockmenu a.rightcurrent {
	float: left;
	color: white;
	text-decoration: none;
	border-right: 0px solid white;
	background-image: url(images/blockactive_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}
 
 .solidblockmenu a.rightcurrent:hover {
	float: left;
	color: white;
	padding: 9px 11px 9px 11px;
	text-decoration: none;
	border-right: 0px solid white;
	background-image: url(images/blockactive_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
