@charset "utf-8";
/* CSS Document */

/* ######### Style for Tab Interface itself ######### */



.MeanuTabs ul{
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	font: 11px Verdana;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	vertical-align: middle;
}

.MeanuTabs li{
	display: inline;
	margin: 0;
	float: left;
}

.MeanuTabs li a{
	text-decoration: none;
	color: #FFFFFF;
	padding: 3px 7px;
	margin-right: 3px;
	font-weight: bold;
}

.MeanuTabs li a:visited{

}

.MeanuTabs li a:hover{
}

.MeanuTabs li.selected{
}

.MeanuTabs li.selected a{

}

.MeanuTabs li.selected a:hover{
	text-decoration: none;
}

.menudiv
{
	
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0600ff; /*THEME CHANGE HERE*/
border-width: 1 3px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 140px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: white;
background-image: url(http://creaturewrestling.com/Scripts/menu/button_on.gif);
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image: url(http://creaturewrestling.com/Scripts/menu/button_over.gif);
text-decoration: none;
color: white;
}
