.chromemenu{
width: 100%;
font-weight: bold;
height:16px;
font-size:12px;
}

.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-color:#BBBBBB;
 border-top-width:1px;
 border-top-style:solid;     
 width: 100%; 
 background-image:url(../images/blue.bmp);
 /* background-color:#024D95; */ 
 padding: 0px 0px; 
 margin: 0; 
 height:15px;
 text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
 display: inline;
}

.chromemenu ul li a{
 color: #FFFFFF;
 padding: 0px 20px;
 margin: 0;
 text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
 background-color:#3C79B2; 
 color:#63b4e2;
 height:100%;
}

.tabcontainer{
 clear: left;
 width:100%; /*width of 2nd level sub menus*/
 /*height:16px; /*1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
 /*text-align:right;  /*set value to "right" for example to align menu to the left of page*/
 background-color:#3C79B2;
 border-bottom-color:#BBBBBB;
 border-bottom-width:2px;
 border-bottom-style:solid;
 font-size:12px;
/* font-weight: bold;  */
 color:#FFFFFF;
}


.tabcontainer ul{
 width: 100%;
 background-color:#3C79B2;
 padding: 0px 0px; 
 margin: 0; 
 text-align:center; /*set value to "right" for example to align menu to the left of page*/
}

.tabcontainer ul li{
  display: inline; 
}

.tabcontainer ul li a{
 color: #FFFFFF;
 padding: 0px 10px;
 margin: 0;
 text-decoration: underline; 
}


.tabcontainer ul li a:hover, .chromemenu ul li a.current{
 background-color:#3C79B2; 
 color:#63b4e2;
 height:100%;
}

.tabcontent{
 display:none;
}