#chromemenu{
}
#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
#chromemenu ul{
border: 0px solid #BBB;
width: 100%;
background: #000000;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 10px verdana;
}
#chromemenu ul li{
display: inline;
}
#chromemenu ul li a{
float: left;
color: #7F7F7F;
font-weight: bold;
padding: 3px 6px 3px 4px;
text-decoration: none;
background: url(http://www.pfcritics.com/img/divider.gif) center right no-repeat; /*Theme Change here*/
}
.chromemenua{
color: #7F7F7F;
font-weight: bold;
text-decoration: none;
}
#chromemenu ul li a:hover{
color: #ffffff;
background: #002156;
cursor: pointer;
}
#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px verdana;
z-index:100;
background-color: white;
width: 120px;
visibility: hidden;
}
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}
.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #E3EEFF;
}
.tabcontent {
	padding:0px;
	clear:both;
	background:#dddddd;
	width: 233px;
	border: 1px solid #00265A;
}
#mainnavtabbed{
	clear:both;
	list-style-type:none;
	margin:0;
	padding:0;
}
#mainnavtabbed li{
	float: left;
	text-align: center;
	width:47px;
}
#mainnavtabbed li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #00265A;
	background:#dddddd;
	padding: 2px 0px 2px 0px;
	display:block;
	color:#00265A;
	text-decoration:none;
}
#mainnavtabbed li a.tabon,#mainnavtabbed li a.tabon:hover{
	color:#fff;
	background:#37BB4E;

}
#mainnavtabbed li a:hover{
	color:#000000;
	background:#bbbbbb;
}
#ddimagetabs{
}
#ddimagetabs a{
display: block;
text-decoration: none;
color: white; /*font color */
width: 60px; /*width of tab image */
height: 16px; /*height of tab image */
float: left;
display: inline;
margin-left: 0px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
padding-bottom: 0px;
background-image:url(http://www.pfcritics.com/img/bluetab.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}
#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(http://www.pfcritics.com/img/bluetabover.gif); /*URL to tab image onmouseover */
color: black;
cursor: pointer;
}
#tabcontentcontainer{
background: #DDDDDD;
padding: 2px;
border: 1px solid #000000;
}
#tabcontentcontainer{
  width:234px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:240px;
}
html>body #tabcontentcontainer {
  width:234px;
} 
.tabcontent1{
display:none;
}