/**
 * Hardwoodbrokers.com Menu Style
 */

div#navbar {
position: relative;
top: 0px;
left: 0px;
white-space: nowrap;
line-height: 24px;
height:33px;
background-image: url(/images/nav-bg.jpg); 
background-repeat: repeat-x;
padding-left: 15px;
}

a.menuButton,
a.menuButton:visited,
a.menuButton:hover,
a.menuButton:active {
position: relative;
top: 5px;
left: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
text-decoration: none;
padding: 6px;
line-height: 24px;
text-transform: uppercase;
}

img.menuButtonSep {
position: relative;
top: 10px;
vertical-align: text-top;
}

a.menuButton:hover,
a.menuButton:focus,
a.menuButtonActive,
a.menuButtonActive:visited,
a.menuButtonActive:hover,
a.menuButtonActive:active {
color: #6E6053;
background-color: #DAD5D1;
border: solid 1px #63574b;
border-bottom-width: 0px;
line-height: 24px;
padding: 5px;
padding-bottom: 6px;
}

div.menu {
position: absolute;
top: 0px;
left: 0px;
z-index: 50;
visibility: hidden;
background-color:#ECEBE9;
color: #222222;
font-family: Tahoma, sans-serif;
font-size: 11px;
padding: 1px;
padding-top: 3px;
border: solid 1px #000000;
border-top-color: #666666;
border-left-color: #666666;
cursor: default;

/* IE/Win */
filter:alpha(opacity=90);

/* Older Mozilla and Firefox */
-moz-opacity: 0.90;

/* Safari<1.2, Konqueror */
-khtml-opacity: 0.90;

/* Safari 1.2, newer Firefox and Mozilla, CSS3 */
opacity: 0.90;
}

div#navbar a,
div.menu a {
text-decoration: none;
}

div.mnuSectionHdr {
font-weight: bold;
padding: 2px 10px;
color: #333333;
font-family: Arial, Helvetica, sans-serif;
white-space: nowrap;
}

a.menuItem,
a.menuItem:visited,
a.menuItem:hover,
a.menuItem:active {
position: relative;
top: 0px;
left: 0px;
display: block;
text-align: left;
width: auto;
padding: 2px 20px;
color: #6E6053;
white-space: nowrap;
}

a.menuItem:hover,
a.menuItem:focus {
background-color: #DAD5D1;
color: #1F1B17;
}

a.menuItemHighlight,
a.menuItemHighlight:visited,
a.menuItemHighlight:hover,
a.menuItemHighlight:active {
background-color: #DAD5D1;
color: #1F1B17;
}

span.menuItemText {
font-family: Tahoma, sans-serif;
}

span.menuItemArrow {
position: absolute;
top: 0px;
right: 0px;
line-height: 17px;
text-align: center;
width: 15px;
}

.cur_default,
.has_menu { cursor: default; }

div.sep {
line-height: 1px;
font-size: 1px;
border-top: solid 1px #888888;
border-bottom: solid 1px #DAD5D1;
/* background-color: #DAD5D1; */
margin: 3px 0px;
}

div.mnu_footer {
line-height: 10px;
font-size: 10px;
text-align: center;
background-color: #DAD5D1;
border-top: solid 1px #aaaaaa;
margin-top: 3px;
}

