/* Main navigation bar styles*/

.menu { width:536px; height:31px }
.menu ul { padding:0; margin:0; list-style-type:none; }
.menu ul li { float:left; position:relative; height:31px; z-index:10 }/* float the top list items to make it horizontal */
.menu ul li { padding:0; margin:0 }



/* Main menu rollover styles, allows button to stay highlighted when on the dropdown */
.rollover { height:31px; display:block; padding:0; margin:0; float:right }
.rollover:hover { color:#fffcc4; background:url("../images/nav_bg_over.jpg") repeat-x bottom }
.rollover a { font-family:Georgia, Times New Roman, serif; display:block; float:left; height:31px; line-height:22pt; font-size:8pt; font-weight:bold; color:#fff; text-decoration:none; padding:0 18px 0 18px; margin:0 }
.rollover a:hover { color:#fffcc4; background:url("../images/nav_bg_over.jpg") repeat-x bottom }/* Rollover fix for IE 6 */
.rollover :hover > a { color:#fffcc4; background:url("../images/nav_bg_over.jpg") repeat-x bottom }

.current { height:31px; display:block; color:#fffcc4; background:url("../images/nav_bg_current.jpg") repeat-x bottom; padding:0; margin:0; float:right }
.current a { font-family:Georgia, Times New Roman, serif; display:block; float:left; height:31px; line-height:22pt; font-size:8pt; font-weight:bold; color:#fffcc4; text-decoration:none; padding:0 18px 0 18px; margin:0 }
.current a:hover { background:url("../images/nav_bg_current.jpg") repeat-x bottom }/* Rollover fix for IE 6 */



/* First level dropdown styles */
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { width:135px; visibility:hidden; position:absolute; height:0; top:30px; left:1px; margin-left:-1px }
.menu ul ul li {display:block; width:135px; height:auto; position:relative; line-height:3px; border:none }
.menu ul ul li b { color:#600f0f }
/* rollover styles */
.menu ul ul a { display:block; width:135px; background:#e8cf94; height:100%; text-transform:none; line-height:10pt; color:#816536; text-align:left; font-size:8pt; text-decoration:none; font-weight:normal; padding:7px 7px 7px 10px; margin:0; border:solid #8F855B; border-width:0 1px 1px 1px;}
.menu ul ul a:hover {color:#fff; background:#bda261;}
.menu ul ul :hover > a {color:#fff; background:#bda261;}
* html .menu ul ul a {width:125px; w\idth:135px;}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:10px;}
 
 
 
/* Style the second level flyouts level background and rollovers */
.menu ul ul ul{left:177px; top:0; width:125px; border:solid #8F855B; border-width:1px 0 0 0 }/* position the third level flyout menu */
.menu ul ul ul a {background:#DAC788 }
.menu ul ul ul a:hover {background:#BDAB6E;}
.menu ul ul ul :hover > a {background:#BDAB6E;}



/* Style the third level flyouts level background and rollovers */
.menu ul ul ul ul {left:181px; top:0; width:135px;}/* position the third level flyout menu */
.menu ul ul ul ul a {background:#277BC7;}
.menu ul ul ul ul a:hover {background:#0F5DA4;}
.menu ul ul ul ul :hover > a {background:#0F5DA4;}



/* Styles for the right side drop down */
.right ul ul { left:-105px;}
.right ul ul ul{left:-175px; top:0; width:135px; border:solid #8F855B; border-width:1px 0 0 0 }



/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{visibility:visible; height:auto; padding-bottom:3em; background:transparent url(../images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}