.solidblockmenu{
	padding: 0;
	height:auto;
	font: bold 12px Arial;
	width: 100%;
	overflow: hidden;
	background-image: url(../images/menu_or_fa.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	bottom:0px;
	margin: 0;
	margin-bottom: 10px;
	border-top-width: 16px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #211C21;
	background-color: #211C21;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 9px 11px;
	text-decoration: none;
	/*border-right: 1px solid white;*/
	
}

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

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

.wireframemenu{
	border-bottom-width: 0;
	width: 100%;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 100%;
}

.wireframemenu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.wireframemenu a{
	font: small Arial;
	padding: 4px 3px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid #B9B9BC;
}
.wireframemenu #emphasize a{
        font-weight: bold;
}

html>body .wireframemenu a{ /*Non IE rule*/
	width: auto;
}

.wireframemenu a:hover{
	background-color: #E5962E;
	color: black;
}
.wireframemenu ul ul {
	background-color: #BCBCBF;
	border: 0px;
	padding-bottom:5px;
}
.wireframemenu ul ul a:visited{
	font: bold x-small Arial;
	padding:0px 0px 0px 15px;
	color: #ffffff;
	text-decoration: none;
	border: 0px;
	

}
.wireframemenu ul ul a{
	font: bold x-small Arial;
	padding:0px 0px 0px 15px;
	color: #ffffff;
	text-decoration: none;
	border: 0px;
	

}
.wireframemenu ul ul a:hover{
	font-weight:bold;
	color: black;
	background-color: #BCBCBF;
}
