.chromemenu{
width: 100%;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border-top: 1px solid #000;
width: 100%;
background: url(menu1.jpg) center center repeat-x;
padding: 5px 0px;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
padding:0px;
}

.chromemenu ul li a{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #fff;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(menu2.jpg) center center repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#000000;
padding: 5px 8px;
}

.tabcontainer{
clear: left;
text-align:left;
font-family:tahoma;
font-size:11px;
font-weight:normal;
color:#000000;
background-color:#DEDEDC;
padding:2px 0px 0px 2px;
width:100%; /*width of 2nd level sub menus*/
height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer a{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
text-decoration:none;
}
.tabcontainer a:hover{
	color:#FF0000;
	text-decoration:none;
}
.tabcontent{
display:none;
}