.chromemenu{
width: 100%;
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-top:1px  solid #BBBBBB;
border-bottom:0px;

width: 100%;
background: url(../../images/nav/chromebg_light.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
margin-right:-3px;
}

.chromemenu ul li a, .chromemenu ul li a.visited{
color: #494949;
text-decoration: none;
border-right: 1px solid #BBB;
padding-top: 5px;
padding-bottom: 5px;
padding-left:5px;
padding-right:5px;
margin:0;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background-color:#CC0000;
color:#ffffff;
text-decoration:underline;
}



.tabcontainer{
background-color:#CC0000;
clear: left;
width:100%; /*width of 2nd level sub menus*/
border-top:0px;
height:2em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer a {
color:#ffffff;
font-size:11px;
font-weight:normal;
}

.tabcontainer a:hover {
color:#ffffff;
text-decoration:underline;
}

.tabcontainer a:visited{
color:#ffffff;
}


.tabcontent{
margin-left:5px;
padding-top:5px;
color:#ffffff;
display:none;
font-size:11px;
}

div.search_box
{
  border:1px  solid #BBBBBB;
  text-align:center;
  background-color:#F3F3F3;
  /*background: url(../../images/nav/chromebg_light.gif) center center repeat-x;*/
  padding-top: 3px;
  padding-bottom: 3px;
  margin: 0;
  height:30px;
}

.search_link
{
   width: 60px;
   /*border:1px solid #cccccc;*/
}

