.menubg{
width: 224px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.menubg:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menubg ul{
width: 224px;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.menubg ul li{
background-image: url(../../images/bgmenu1.gif);
background-repeat: repeat-x;
width: 224px;
height: 25px;
display: block;
margin-top: 3px;

}

.menubg ul li a{
background-image: url(../../images/bgmenu3.gif);
background-repeat: no-repeat;
color: #363636;
padding-left: 15px;
padding-top: 5px;
margin-top: 0;
text-decoration: none;
}

.menubg ul li a:hover, .menubg ul li a.current{
color: #003b19;
font-weight: bold;
background-image: url(../../images/bgmenu2.gif);
background-repeat: no-repeat;
padding-left: 15px;
}

.tabcontainer-menubg{
margin-top: 54px;
clear: left;
width:95%; /*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-menubg{
display:none;
}
