/* Menu Bar style */
.menu_bar {
width: 100%;
height: 22px;
background-color: #BAB194;
border: 0;
margin: 0;
padding: 0;
}

/*
#content_box {
position: float;
width:100%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px !important;
background-color: #EFEAD9;
}
*/

.menu_bar_item { /* main menu items */

/* width: auto; */

color: #EFEAD9;
background-color: #BAB194;

text-align: left;
text-decoration: none;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 12px !important;

line-height: 22px;
}


.menu_bar_item a { /* color of anchors - links */
display: block;
background-color: #bab194;
color: #EFEAD9;
text-decoration: none;
}


.menu_bar_item a:hover { /* hover over any anchors-links */
background-color: #bab194;
text-decoration: none;
color: #663333;
}

/*
.menu_bar_item td {
display: block;
background-color: #bab194;
color: #EFEAD9;
text-decoration: none;
}

.menu_bar_item td a {
display: block;
background-color: #bab194;
color: #EFEAD9;
text-decoration: none;
}

.menu_bar_item td a:hover {
background-color: #bab194;
text-decoration: none;
color: #663333;
}



.menu_bar_item ul {
display: none;
list-style: none;
color: #EFEAD9;
padding: 0;
margin: 0;
}


.menu_bar_item ul li {
list-style: none;
text-decoration: none;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
font-weight: 100;
}


.menu_bar_item ul li a {
display: block;
background-color: #bab194;
color: #EFEAD9;
text-decoration: none;
width: 100%;
}


.menu_bar_item ul li a:hover {
background-color: #bab194;
text-decoration: none;
color: #663333;
}

*/