/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(images/blockdefault.gif) center center repeat-x;
	width: 100%;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 145px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}




.tabsmenu{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
	text-align: center;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
.tabselect {
	width: 1001px;
	background-color: #ECECEB;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 34px;
}

.tabsmenu li{
	display: inline;
	height: 23px;
	float: left;
	width: 200px;
	text-align: center;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

.tabsmenu li a{
	float: left;
	color: #434343;
	text-decoration: none;
	font-size: 12px;
	border-left-style: none;
	padding-top: 6px;
	height: 28px;
	text-align: center;
	width: 200px;
	background-color: #CCC;
}

.tabsmenu li a:visited{
	color: #000000;
}
.tabsmenu  li a:hover, .tabsmenu li .current{
	color: #000;
	float: left;
	background-color: #434343;
}
.tabsdown {
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	border-left-style: none;
	padding-top: 6px;
	height: 28px;
	text-align: center;
	width: 200px;
	background-repeat: no-repeat;
	background-color: #434343;
}
