
#menubar {
width: 100%;
height: 34px;
margin:0 auto;
padding:0 auto;
background: #4F3D2F;

}
#menuwrap {
width: 770px;
height: 34px;
margin:0 auto;
padding:0 auto;
background: #4F3D2F;

}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
font-size:10pt;
 font-family:"Arial";
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10pt;
padding : 9px 15px 9px 15px;
color:#fff;
background:#4F3D2F;
text-decoration:none;
margin-right:0px;
/* margin-right:1px; */
text-align:center;
}

/* style the links hover */
.menu :hover{
margin : 0;
color:#444;
background:#d4d8bd;
}

/* hide the sub level links */

.menu ul ul {
visibility:hidden;
position:absolute;
/*background : #AB290F; */
height:0;
text-align:left;
width:150px;

}
.menu ul ul a, .menu ul ul a:visited {
width:150px;
text-align:left;
float: left;
display: inherit;
margin-right: 1px;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
visibility:visible;
/*background : #AB290F; */
float: left;

}

#showcase {background:#4F3D2F;}
dl.menus_list dt {background:#4F3D2F; font-size:1.5em; margin:3px 0;}
#foot {background:#4F3D2F;}
dl.menus_list dd.nil {padding:0; margin:0;}

/* unused */

#navcontainer li {
width: 100%;
height: 30px;
background: #4F3D2F;
margin:0px;
padding:0px;
display:inline;
position:relative;
padding-left:60px;

}

#navcontainer ul {
margin:0;
padding: 0px;
width: 756px;
list-style-type: none;
height:25px;
position:relative;
padding-top:10px;
padding-bottom:20px;
}
#navcontainer a, #navcontainer a:visited {
display:inline;
color:#8C8C8C;
text-decoration: none;
font-family:Verdana;
font-size:11px;
font-weight:bold;
margin:0px;
height:25px;
}
#navcontainer a:hover {
margin:0px;
color:#8C8C8C;
text-decoration: underline;
}
