img {margin: 0; padding: 0; border: none; height: 28px;}

.chromemenu{
width: 100%;
font-weight: bold;
height: 28px;
font-size: 12px! important;
}


.chromemenu ul{
width: 100%;
height: 28px;
padding: 0px;
margin: 0;
text-align: right; /*set value to "right" for example to align menu to the left of page*/

}

.chromemenu ul li{
display: inline;
padding: 0;
margin-left: -4px;
}

.chromemenu ul li a{
color: #494949;
padding:0;
margin: 0;
text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{

}

.tabcontainer{
clear: left;
width:565px; /*width of 2nd level sub menus*/
height:32px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding: 0;
margin: 0;
}

.tabcontent{
display:none;
text-align: center;
height: 28px;
}


