.chromemenu{
background-color:#BAB8AE;
font-weight:bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{
margin: 0;
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: #BAB8AE;
padding: 1px 8px;
margin: 0;
text-decoration: none;
}

.chromemenu ul li a:hover, .chromemenu ul li {
text-decoration: none;
color:#5D5647;
}

.chromemenu a{
color: #FFFFFF;
padding: 1px 8px;
margin: 0;
text-decoration: none;
}

.chromemenu a:hover{
text-decoration: none;
color:#5D5647;
}

.Submenu{
width: 99%;
background-color:#E0E0E0;
font-weight:bold;
}

.Submenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.Submenu ul{
width: 100%;
margin: 0;
text-align:center; /*set value to "right" for example to align menu to the left of page*/
}

.Submenu ul li{
display: inline;
}

.Submenu ul li a{
color: #5D5647;
padding: 1px 8px;
margin: 0;
text-decoration: none;
font-size:10px;
}

.Submenu ul li a:hover, .chromemenu ul li{
text-decoration: none;
color:#403c31;
font-size:10px;
}

.Submenu a{
color: #928E80;
padding: 1px 8px;
margin: 0;
text-decoration: none;
font-size:10px;
}

.Submenu a:hover{
text-decoration: none;
color:#5D5647;
font-size:10px;
}

.Downmenu{
font-weight:bold;
width: 99%;
}

.Downmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.Downmenu ul{
width: 100%;
margin: 0;
text-align:left; /*set value to "right" for example to align menu to the left of page*/
}

.Downmenu ul li{
display: inline;
}

.Downmenu ul li a{
color: #d0d0d0;
padding: 0px 8px;
margin: 0;
text-decoration: none;
}

.Downmenu ul li a:hover, .chromemenu ul li{
text-decoration: none;
color:#333333;
}

.Downmenu a{
padding: 0px 8px;
margin: 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #d0d0d0;
}

.Downmenu a:hover{
text-decoration: none;
color:#333333;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:2.0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding-top:1px;
}

.tabcontent{
display:none;
height:1.0em; 
}

.tabcontent a{
padding: 5px 8px;
margin: 0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color: #d0d0d0;
}

.tabcontent a:hover{
text-decoration: none;
color:#333333;
}

.Leftmenu {
padding-left:22px;
background-color:#BAB8AE;
}


.Leftmenu2{
font-weight:bold;
color: #FFFFFF;
}

.Leftmenu2:hover{
text-decoration: none;
color:#5D5647;
}
