/* CSS Document */

.tab_main_menu{
padding: 0;
width: 450px; /*width of menu*/
}

.tab_main_menu div.silverheader a{
background: url(../images/green_tab_btn.jpg) repeat-x center left;
font: Verdana;
font-size:12px;
color:#546229;
display: block;
position: relative;
width: 182px;
height:15px;
padding: 5px 0;
padding-left: 8px;
padding-right:8px;
text-decoration: none;
}


.tab_main_menu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #546229;
}


.tab_main_menu div.selected a, .tab_main_menu div.silverheader a:hover{
background-image: url(../images/green_tab_btn.jpg);
color: #546229;
}

.tab_main_menu div.submenu{ /*DIV that contains each sub menu*/
/*font: Verdana;
font-size:11px;
color: #79934F;*/
width:438px;
background: white;
height: 170px;
overflow:auto;
border:1px solid #B8DB7C;
padding:5px;

}