.chromemenu{
width: 100%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
width: 100%;
padding: 2px 0 2px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
background: url(http://czwrestling.com/scripts/css/chromebg.gif) center center repeat-x;

}

.chromemenu ul li a{
color: #494949;
padding: 0px 0px;
margin: 0;
text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
color: #494949;
}

.tabcontainer{
	clear: left;
	width:90%; /*width of 2nd level sub menus*/
	height:19px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	padding: 2px 15px 4px 15px;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	font-weight: bold;
	color: #6C6C6C;
}

.tabcontainer a{
	color: #FF0;
	text-decoration:none;
	background-color:#191919;
	margin: 2px 2px 2px 2px;
	border: 1px solid #666;
}

.tabcontainer a:hover, .tabcontainer a.current{
	color: #7C7C7C;
	text-decoration:none;
	background-color:#191919;
	margin: 2px 2px 2px 2px;
	border: 1px solid #666;
}

.tabcontent{
display:none;
}
