
.menu {
text-align: left;
font-variant: small-caps;
line-height: 41px;
font-size: 17px;
font-variant: small-caps;
float: left;
width: 170px;
text-align: left;
}


.menu ul {
position:relative;
z-index:1000;
padding:0;
margin:0;
list-style:none;
}

.menu li {
width: 170px;
float:left;
list-style:none;
}

.menu ul.subul {background:#d6c093; width: 320px; text-indent: 10px; color: z-index:1000; list-style: none; }

.menu li.sub {background:#d6c093; width: 320px; text-indent: 10px; color: z-index:1000;}

.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000;}


.menu a, .menu a:visited {
display:block; 
text-decoration:none;
color: #996633; 
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:320px; w\idth:319px;}

/* style the link hover */
* html .menu a:hover {color: #000; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color: #000; }

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color: #000; }
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:100px;
/* set up the overrun area */
padding:30px;
/* this is for IE to make it interpret the overrrun padding */

}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}