.chromemenu{
width: 300px;;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
border-bottom: 3px solid #303399;
width: 100%;
padding: 0px 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;
}

.chromemenu ul li a{
color: #666;
font-family: tahoma, Calibri, Tahoma, Verdana;
font-size: 12px;
padding: 5px 8px;
margin: 0;
text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
color: #ffffff;
font-family: tahoma, Calibri, Tahoma, Verdana;
font-size: 12px;
background-color: #303399;
}

.tabcontainer{
color: #666;
clear: left;
width:292px; /*width of 2nd level sub menus*/
height: 260px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
border-bottom: 1px solid #ededed;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
background-color: #f9f9f9;
padding: 3px;
}

.tabcontent{
display:none;
height: 150px;
}
.link_menu {
color: #9f9f9f;
font-family: tahoma, Calibri, Tahoma, Verdana;
font-size: 11px;
text-decoration: none;
padding-bottom: 5px;
}
.link_menu:hover {
color: #9f9f9f;
font-family: tahoma, Calibri, Tahoma, Verdana;
font-size: 11px;
text-decoration: underline;
padding-bottom: 5px;
}