* Main navigation bar styles*/
.menu { width:750px; height:35px; float:right }
.menu ul { padding:0; margin:0; list-style-type:none; }
.menu ul li {float:left; position:relative; height:35px; line-height:25pt }/* 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:35px; display:block; padding:0; margin:0; float:right }
.rollover:hover { background:#084480 }
.rollover a { display:block; float:left; height:35px; font-size:8pt; text-transform:uppercase; font-weight:bold; color:#f7f4ed; text-decoration:none; margin:0; padding:0 30px 0 30px}
.rollover a:hover {background:#084480; color:#fff}/* Rollover fix for IE 6 */

.current { height:35px; display:block; background:#02315f; padding:0; margin:0; float:right }
.current a { display:block; float:left; height:35px; font-size:8pt; text-transform:uppercase; font-weight:bold; color:#fff; text-decoration:none; margin:0; padding:0 30px 0 30px}
.current a:hover {background:#02315f }/* 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:150px; visibility:hidden; position:absolute; height:0; top:35px; left:1px; margin-left:-1px}
.menu ul ul li {display:block; width:150px; height:auto; position:relative; line-height:3px; border:none }
/* rollover styles */
.menu ul ul a { display:block; width:150px; background:#cdcac0 url("../images/nav_arrow.gif") no-repeat top left; height:100%; text-transform:none; line-height:10pt; color:#fff; text-align:left; font-size:8.5pt; text-decoration:none; font-weight:normal; padding:4px 5px 4px 20px; margin:0; border:solid #bdb8a8; border-width:0 1px 1px 1px;}
.menu ul ul a:hover {color:#507e9f; background:#eae9e1 url("../images/nav_arrow.gif") no-repeat top left;}
* html .menu ul ul a {width:160px; w\idth:150px;}

.right ul ul { left:-65px;}


/* 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:171px; top:0; width:160px;}/* position the third level flyout menu */
.menu ul ul ul a {background:#277BC7;}
.menu ul ul ul a:hover {background:#0F5DA4;}
.menu ul ul ul :hover > a {background:#0F5DA4;}


/* Style the third level flyouts level background and rollovers */
.menu ul ul ul ul {left:171px; top:0; width:160px;}/* 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;}





/* 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;}
