.otheader {
	/*box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;*/
	/*background: url(img/otheader-back.jpg) repeat-x top #fafafa;*/
	padding: 10px 9px 10px 9px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	font-size: 11px;
	font-weight: bold;
	color: #9a8479;
	position: relative;
	width: 100%;
	/*border-color: #e8e8e8; border-style: solid; border-width: 0px 1px 1px 1px;*/

}
.otheader a  {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: #9a8479;
	text-decoration: none;
}

.otheader a:hover  {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	font-weight: bold; 		
	font-size: 11px;	
	color: #FF6D15;
	text-decoration: underline;
}

.otmenuItem {
	/*box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;*/
	/*background-color: #f3f3f3;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	font-size: 11px;
	height: 20px;
	color: #9a8479;
	vertical-align: top;
}

.otmenuItem a {
	text-decoration: none; 
	color: #9a8479
}

.otmenuItemOver {
	/*box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	-ms-box-sizing: border-box !important;*/
	/*background-color: #e8f1ff;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-style: normal;
	font-size: 11px;
	height: 20px;
	color: #9a8479;
	vertical-align: top;
}

.otmenuItemOver a {
	color: #9a8479;
	font-size: 11px;
}

.otmenuItemOver a:hover {
	color: #FF6D15;
}

a.active {
	color: #FF6D15;
}

