@charset "utf-8";
/* CSS Document */

<style type="text/css">

#nav {position:relative; z-index:100; margin:50px 0 150px 0;}

#navList{padding:0; margin:0 auto; list-style-type: none; display:table;}
#navList ul {padding:0; margin:0; list-style-type: none; display:block;}

#navList li ul {display:none;}

#navList li a, #navList li a:visited {display:block; width:175px; font-size:12px; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:1px solid #966604; border-width:1px 0 1px 1px; text-align:center;}

#navList li ul li a, #navList li ul li a:visited {border-width:0 1px 1px 1px;}
#navList li a.enclose, #navList li a.enclose:visited {border-width:1px;}

#navList li {float:left; background:#2D1600;}
#navList li.tab {display:table-cell;}

/* For Non-IE browsers and IE7 */
#navList li:hover {position:relative;}
/* Make the hovered list color persist */
#navList li:hover > a {background:#523000; color:#fff;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#navList li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; width:120px;}
/* Position the first sub level beneath the top level liinks */
#navList > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#navList table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #navList li a:hover {position:relative; background:#523000; color:#fff;}

/* For accessibility of the top level menu when tabbing */
#navList li a:active, #navList li a:focus {background:#523000; color:#fff;}


</style>

<!--[if IE]>
<style type="text/css">
#nav ul {display:inline-block;}
#nav ul {display:inline;}
#nav ul li {float:left;}
#nav {text-align:center;}
</style>
<![endif]-->