/* Main navigation bar styles*/
.navBar { width:770px; height:30px; background:#E4960E url("../images/nav_bg.gif") repeat-x top; padding:0; margin:0; font-family:Arial, Verdana, Helvetica, sans-serif; }

.menu { height:30px; float:right }
.menu ul { padding:0; margin:0; list-style-type:none; }
.menu ul li {float:left; position:relative; height:30px; line-height:23pt; border-right:1px solid #fff }/* 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:30px; display:block; background:url("../images/nav_corner.gif") top right no-repeat; padding:0; margin:0; float:right }
.rollover:hover { background:#004A8D url("../images/nav_bg_over.gif") top right no-repeat }
.rollover a { display:block; float:left; height:30px; font-size:10pt; font-weight:bold; color:#fff; text-decoration:none; margin:0; padding:0 10px 0 10px}
.rollover a:hover {background:#004A8D url("../images/nav_bg_over.gif") top right no-repeat}/* Rollover fix for IE 6 */

.current { height:30px; display:block; background:#004A8D url("../images/nav_bg_over.gif") top right no-repeat; padding:0; margin:0; float:right }
.current a { display:block; float:left; height:30px; font-size:10pt; font-weight:bold; color:#fff; text-decoration:none; margin:0; padding:0 10px 0 10px}
.current a:hover {background:#004A8D url("../images/nav_bg_over.gif") top right no-repeat}/* Rollover fix for IE 6 */


/* First level dropdown styles */
.menu ul ul { width:175px; }
.menu ul ul li {display:block; width:175px; height:auto; position:relative; line-height:3px; border:none }
/* rollover styles */
.menu ul ul a {display:block; background:#277BC7; width:175px; height:100%; line-height:10pt; color:#BFE0FD; text-align:left; font-size:9pt; text-decoration:none; font-weight:normal; padding:3px 5px 3px 5px; margin:0; border:solid 1px #7DB6EA; border-width:0 1px 1px 1px;}
.menu ul ul a:hover {color:#fff; background:#0F5DA4;}
* html .menu ul ul a {width:160px; w\idth:160px;}



/* 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 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 a {background:#277BC7;}
.menu ul ul ul ul a:hover {background:#0F5DA4;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:30px; left:1px; width:14em; margin-left:-1px;}

/* position the third level flyout menu */
.menu ul ul ul{left:171px; top:0; width:160px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-170px;margin-left:1px;}


/* 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;}