﻿/* Main navigation bar styles*/
.navigationRow { height:35px; background:url(../images/nav_bg.gif) top repeat-x; padding:0; margin:0 3px 0 3px; }

.menu { padding:0; margin:0; float:left; height:35px; padding:0; margin:0; background:url(../images/nav_divider.gif) right no-repeat }
.menu ul { list-style:none; padding:0; margin:0 1px 0 0 }
.menu ul li { position:relative; height:35px; float:left; font-size:8.5pt; font-weight:bold; z-index:10; padding:0; margin:0 }/* float the top list items to make it horizontal */
.menu ul li a { height:35px; line-height:26pt; float:left; background:url(../images/nav_bg.gif) top repeat-x; text-decoration:none; display:block; padding:0 13px 0 13px; margin:0 }


/* Main menu rollover styles, allows button to stay highlighted when on the dropdown */
.rollover:hover { color:#fff; background:url("../images/nav_bg_over.gif") repeat-x top }
.rollover a { line-height:normal; color:#fff; text-decoration:none;  }
.rollover a:hover { color:#fff; background:url("../images/nav_bg_over.gif") repeat-x top }/* Rollover fix for IE 6 */
.rollover :hover > a { color:#fff; background:url("../images/nav_bg_over.gif") repeat-x bottom }

.current a { background:#eee; color:#1880ce }
.current a { color:#1880ce }
.current a:hover { background:#eee }/* 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:35px; left:1px; margin-left:-1px }
.menu ul ul li {display:block; width:135px; height:auto; position:relative; line-height:3px; border:none }
/* rollover styles */
.menu ul ul a { display:block; width:135px; background:#f3f0e7; height:100%; text-transform:none; line-height:10pt; color:#1880ce; text-align:left; font-size:8pt; text-decoration:none; font-weight:normal; padding:7px 7px 7px 10px; margin:0; border:solid #d4cbb1; border-width:0 1px 1px 1px;}
.menu ul ul a:hover {color:#fff; background:#b2ccdd;}
.menu ul ul :hover > a {color:#fff; background:#b2ccdd;}
* 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;}