.menubg{
background:#23283c url(../images/nav-menu-bg.gif) repeat-x;
height:30px;
width:980px;
clear:both;
display:block;
}
.chromestyle{
width:640px;
display:inline;
float:left;
margin-left:10px;
}

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

.chromestyle ul{
float:left;
height:24px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

.chromestyle li{
background:url(../images/nav-tab.gif) no-repeat right top;
float:left;
height:24px;
margin-right:3px;
}
.chromestyle li a, .chromestyle li a:link, .chromestyle li a:active, .chromestyle li a:visited {
color:#424242;
font-weight:bold;
display:block;
font-family:Arial,sans-serif;
font-size:11px;
height:19px;
line-height:16px;
text-align:center;
padding-top:5px;
text-decoration:none;
}
.chromestyle li.ActiveTab {
color:#ffffff;
background:url(../images/nav-tab-h.gif) no-repeat right top;
text-decoration:none;
}

.chromestyle li a:hover {
color:#ffffff;
background:url(../images/nav-tab-h.gif) no-repeat right top;
text-decoration:none;
}

.chromestyle ul li a[rel]:before{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */
.tabcontainer{
clear:left;
/*width:95%; /*width of 2nd level sub menus*/
/*height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontent{
	display:none;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	padding-top:8px;
	padding-left:150px;
	float:left;
	margin:0;
}
.tabcontent a{
	background:#23283c url(../images/bullet.gif) no-repeat left center;
	color:#d4d7e5;
	padding:0pt 5px 0pt 10px;
	/*margin:0 2px 0 2px;*/
	text-decoration:none;
}
.tabcontent a:hover{
	color:#fff;
	text-decoration:none;
}
/*.dropmenudiv{
	position:absolute;
	top:0;
	left:0;
	border-bottom-width: 0;
	font:bold 11px Verdana;
	line-height:17px;
	z-index:500;
	visibility: hidden;
	height:28px;
	text-align:left;
	margin-top:-3px;
	padding-top:5px;
	margin-right:0;
	float:left;
}

.dropmenudiv a{
background:#23283c url(../images/bullet.gif) no-repeat left center;
color:#d4d7e5;
display:inline;
float:left;
font-family:Arial,sans-serif;
font-size:11px;
font-weight:normal;
height:23px;
line-height:22px;
padding:0pt 5px 0pt 10px;
text-align:left;
text-decoration:none;
}

* html .dropmenudiv{
width:680px;
}

.dropmenudiv a:hover{ 
background:url(../images/bullet.gif) no-repeat left center;
color:#fff;
}*/