.chromemenu{
width: 100%;
font-weight: bold;
border-bottom:1px solid #d1d1d1;
}

.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%;
background: url(media/chromebg.gif) center center repeat-x;
padding: 3px 0px 0px 0px;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
list-style-type:none;
}

.chromemenu ul li{
/*display: inline;*/
float:left;
}

.chromemenu ul li a{
color: #046AAB;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration: none;
padding:5px 9px;
background:none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(../../images/nav2_hover.jpg) center left repeat-x;
}

.tabcontainer{
border:1px solid #d1d1d1;
border-top:0px;
width:966px;
background: url(../../images/submen_bg.jpg) bottom left repeat-x;
/*width:100%; *//*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;
width:966px;
padding:0px;
color:#a7a7a7;
}

.tabcontent a
{
color:#4e88c2;
width:156px;
padding:0px 6px;
line-height:20px;
text-decoration:none;
}

.tabcontent a:hover
{
text-decoration:underline;
}

.submenu_links
{
width:130px;
float:left;
border-right:1px solid #a7a7a7;
margin:5px 0px;
}
.submenu_links2 tr td
{
	border-right:1px solid #a7a7a7;
}
.submenu_links2
{
width:190px;
float:left;
border-right:1px solid #a7a7a7;
margin:5px 0px;
}
.submenu_links3
{
width:150px;
float:left;
border-right:1px solid #a7a7a7;
margin:5px 0px;
}
.hightlight{
background: url(../../images/nav2_hover.jpg) center left repeat-x;
}
.submenu_links4
{
width:188px;
float:left;
border-right:1px solid #a7a7a7;
margin:5px 0px;
}

.submenu_links_last{width:130px;float:left;margin:5px 0px;}
.submenu_links2_last{width:190px;float:left;margin:5px 0px;}
.submenu_links3_last{width:150px;float:left;margin:5px 0px;}
.submenu_links4_last{width:188px;float:left;margin:5px 0px;}