.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	border: none;
	background-image: url(../images/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;




}

.solidblockmenu li{
	display: inline;

}

.solidblockmenu li a{
	float: left;
	color: #CE9BA2;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: arial;
	font-size: 11px;
	letter-spacing: 0.1em;
	font-weight: bolder;









}

.solidblockmenu li a:visited{
color: #CE9BA2;
}

.solidblockmenu li a:hover{
	color: white;
	background: transparent url(../images/hover.gif) repeat-x left bottom;
	border-top: 1px solid #410107;
	border-right: 1px solid #410107;
	border-left: 1px solid #410107;

}
.solidblockmenu{
	color: white;
	background: transparent url(../images/hover.gif) repeat-x left bottom;
	border: none;
}

.solidblockmenu li a.current{
	color: white;
	background: transparent url(../images/hover.gif) repeat-x left bottom;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #410107;
	border-right-color: #410107;
	border-left-color: #410107;
	visibility: visible;


}

.tabcontainer{
clear: left; /*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{


}
.warid {
	margin: 0px;
	border: none;
	cursor: hand;
	text-align: right;
	vertical-align: bottom;
	padding: 5px 5px 0px;


}

