
a.podmeni{
	font: normal 10px Arial, Verdana, sans-serif;
	font-size:10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a.podmeni:hover{
	background-color: #d2d2d2;
}


.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	font: bold 13px Arial;
	text-decoration: none;
	border-right: 1px solid white;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	background: transparent url(../images/blockactive.gif) center center repeat-x;
}

.tabcontainer{
	padding-top: 15px;
	padding-left: 15px;
	width: 98%; /*width of 2nd level sub menus*/
	height: 1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
	margin-top: -1em;
}

.tabcontent {
	display: none;
	font: normal 10px Arial, Verdana, sans-serif;
	margin-top: 2em; /*menu top pos*/
}

/*______________________________________________________________________________________________________________ddcolortabs*/

.ddcolortabs{
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.ddcolortabs ul{
	font: normal 11px Arial, Verdana, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs a{
	float:left;
	color: white;
	background: black url(../images/color_tabs_left.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 1px 3px;
	text-decoration:none;
	letter-spacing: 1px;
}

.ddcolortabs a span{
	float:left;
	display:block;
	background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
	padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
	float:none;
}

.ddcolortabs a:hover{
	background-color: #591f20;
}

.ddcolortabs a:hover span{
	background-color: #591f20;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: #591f20;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	background: black;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid #678b3f;
	border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #8a3c3d;
	color: white;
}

/*______________________________________________________________________________________________ bluetabs

.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/


.bluetabs li{
	display: inline;
	margin: 0;
}

.bluetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../images/bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
	color: #2d2b2b;
}

.bluetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
	background-image: url(../images/bluetabactive.gif); /*THEME CHANGE HERE*/
	border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.podmeni_drop_down {
	position:absolute;
	top: 0;
	border: 1px solid #d2d2d2; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 10px Arial;
	font-weight:bold;
	line-height:10px;
	z-index:100;
	background-color: white;
	width: 180px;
	visibility: hidden;
}


.podmeni_drop_down a {
	width: auto;
	display: block;
	font:normal 10px Arial;
	font-weight:bold;
	text-indent: 5px;
	border: 0 solid #d2d2d2; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
}

* html .podmeni_drop_down a{ /*IE only hack*/
	width: 100%;
}

.podmeni_drop_down a:hover{ /*THEME CHANGE HERE*/
	background-color: #d2d2d2;
}