.chromemenu{
width:1006px;
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{
/*border: 1px solid #BBB;
width: 100%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; */
width:999px;
padding-left:270px;
padding-top:30px;
/*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #909090;
padding: 5px 8px;
margin: 0;
font-size:20px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:normal;
text-decoration: none;
/*border-right: 1px solid #BBB;*/
}

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

.tabcontainer{
position:absolute;
margin:0px auto 0px auto;
z-index:1;
clear: left;
background:#fff;
filter:alpha(opacity=94);
opacity: .94;

border:1px solid #D8D8D8;
/*
border-top:1px solid #D8D8D8;
*/
width:999px; /*width of 2nd level sub menus*/
/*height:1em;*/ /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.linundermenu{
position:absolute;
z-index:1;
clear: left;
background:#fff;
filter:alpha(opacity=94);
opacity: .94;
border:1px solid #D8D8D8;
border-top:1px solid #D8D8D8;
width:999px; /*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.*/
}

.tabcontainer dl{
	width:1006px;
	overflow:hidden;
	margin:0px auto 0px auto;
}
.tabcontainer dl dd{
	background:url(../images/dropnavBg.jpg) no-repeat top right;
	padding:5px;
	width:195px;
	float:left;
	margin:15px;
	height:260px;
}
.tabcontainer dl dd h3{
	background:url(../images/dropnav-icon.jpg) no-repeat;
	width:185px;
	padding-left:10px;
	font-size:12px;
	color:#696969;
	letter-spacing:-1px;
}
.tabcontainer dl dd ul{
	width:185px;
	padding-left:10px;
	padding-top:10px;
}
.tabcontainer dl dd ul li{
	background: url(../images/deop-dwon-list-icon.jpg) no-repeat 0px 5px;
	width:170px;
	padding-left:15px;
	margin:15px 0px;
}
.tabcontainer dl dd ul li a{
	color:#717073;  
    font-family:Arial, Verdana, Helvetica, sans-serif;
    font-weight:bold;
	font-size:12px;
	text-decoration: none;
}
.tabcontainer dl dd ul li a:hover{
	color:#c0112e;
	text-decoration:none;
}
.tabcontent{
display:none;
}