/* common styling - set the width of the outer div */
.menu {
font-family: verdana, sans-serif; 
width:750px; 
position:relative; 
font-size:0.70em;
padding-bottom:50px;
}
/* remove all bullets, borders and paddings from default list styling */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list to make it horizontal with relative posn, so we can */
/* control the dropdown menu position */
.menu ul li {
float:left;
width:105px;
position:relative;
}
/* style links for the top level */
/* .menu ul li a, .menu ul li a:visited { */
.menu a, .menu  a:visited {
display:block; 
font-size:11px;
text-decoration:none; 
color:#000; 
width:100px;  /* 139px; */ 
height:33px;  /* 2em; */  /* 3em; */ 
color:#000; 
border:1px solid #fff; 
border-width:1px 1px 0 0; 
background: url(../images/menu_button.jpg); /* #dfc184; */ 
padding-left:8px;   /* 10px */ 
line-height:3em;    /* 29px would work here too */
}
/* a hack to correct IE5.5 fault box model */
* html .menu ul li a, .menu ul li a:visited {
width:100px;  /* 149px; */
w\idth:95px;  /* 139px; */
}
.menu ul li ul {
display: none;
}
table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* specific to non IE browsers */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff; 
background:#bd8d5e;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:3em;
margin-top:1px;
left:0; 
width:100px; /* 150px; */
}
* html .menu ul li a:hover ul {
margin-top:0;
marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; 
position:absolute; 
height:0; 
width:0;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background:#faeec7; 
color:#000; 
height:auto; 
line-height:1.2em; 
padding:5px 8px;  /* 5px 10px */
width:90px;       /* 129px */
}
* html .menu ul li a:hover ul li a {
width:100px;     /* 150px; */
w\idth:88px;     /* 129px; then 90 */
}

.menu ul li:hover ul li a.drop,
.menu ul li a:hover ul li a.drop {
background:#c9c9a7; /* url(http://garlandsoftworx.com/graphics/drop.gif) bottom right no-repeat; */
}

/* set third level background */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#c9c9a7; 
color:#000;
}

/* ensure third level is visible when hovering on second level */
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; 
position:absolute; 
left:100px;  /* 150px; */ 
top:0;
width:100px; /* 150px; */
}

.menu ul li:hover ul li:hover ul.left,
.menu ul li a:hover ul li a:hover ul.left {
left:-100px;  /* 150px; */
}


p { font-family: verdana;  /* sans-serrif; */
    font-size: 14px; 
}