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

#header {
float:left;
background-color:#005477;
width:900px;
}
#main_nav {
float:left;
background-color:#1b6787;
width:900px;
}
#sub_nav {
float:left;
background-color:#77adc4;
width:900px;
}
#right_col {
float:right;
z-index:1;
margin:-410px 10px 0px 0px;
padding:24px 0px 0px 0px;
width:250px;
background-image:url(../images/display_images/right_col_top.gif);
background-position:top;
background-repeat:no-repeat;
}
/*-------------------------------------------------------------------drop down navigation CSS*/
.menu { font-size:1em; width:637px; height:32px; position:relative; z-index:200; background-color:#1b6787;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:637px; w\idth:637px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative;}
/* style the links for the top level */
.menu a:link, .menu a:active, .menu a:focus, .menu a:visited {
float:left;
margin:0px 0px 0px 0px;
padding:9px 10px 9px 10px;
/*9px 8px 9px 9px*/
color:#FFFFFF;
border-right:solid 1px #266f90;
text-decoration:none;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background-color:#FF0000;}
/* style the second level hover */
.menu ul ul a.drop:hover{background-color:#FF0000;}
.menu ul ul :hover > a.drop {background-color:#FF0000;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background-color:#FF0000;}
/* style the third level hover */
.menu ul ul ul a:hover {background-color:#FF0000;}


/* 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:0;}
/* another hack for IE5.5 */
* html .menu ul ul {top:30px;t\op:31px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a:link, .menu ul ul a:visited {background-color:#1b6787; height:auto; line-height:1.2em; padding:5px 0px 5px 10px; width:130px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background-color: #005477;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff; background-color: #005477;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu 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;}
/*------------------------------------------------*/
.sub_menu {width:637px; height:26px; position:relative; z-index:100; background-color:#77adc4;}
/* hack to correct IE5.5 faulty box model */
* html .sub_menu {width:637px; w\idth:637px;}
/* remove all the bullets, borders and padding from the default list styling */
.sub_menu ul {padding:0;margin:0;list-style-type:none;}
.sub_menu ul ul {width:100px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.sub_menu li {float:left; position:relative;}
/* style the links for the top level */
 .sub_menu a:active, .sub_menu a:link, .sub_menu a:focus, .sub_menu a:visited {
float:left;
margin:0px 0px 0px 0px;
padding:6px 8px;
color:#FFFFFF;
border-right:solid 1px #6da5bd;
text-decoration:none;
}

/* style the second level background */
.sub_menu ul ul a.drop, .sub_menu ul ul a.drop:visited {background-color:#FF0000;}
/* style the second level hover */
.sub_menu ul ul a.drop:hover{background-color:#FF0000;}
.sub_menu ul ul :hover > a.drop {background-color:#FF0000;}
/* style the third level background */
.sub_menu ul ul ul a, .sub_menu ul ul ul a:visited {background-color:#FF0000;}
/* style the third level hover */
.sub_menu ul ul ul a:hover {background-color:#FF0000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.sub_menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; }
/* another hack for IE5.5 */
* html .sub_menu ul ul {top:25px;t\op:25px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.sub_menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.sub_menu ul ul a:link, .sub_menu ul ul a:visited {
background-color:#77adc4; height:auto; line-height:1.2em; padding:5px 0px 5px 10px; width:100px;
}
/* yet another hack for IE5.5 */
* html .sub_menu ul ul a, * html .sub_menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.sub_menu a:hover, .sub_menu ul ul a:hover{color:#fff; background-color: #1b6787;}
.sub_menu :hover > a, .sub_menu ul ul :hover > a {color:#fff; background-color: #1b6787;}

/* make the second level visible when hover on first level list OR link */
.sub_menu ul li:hover ul,
.sub_menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.sub_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.sub_menu ul :hover ul :hover ul{ visibility:visible;}

.no_over {
cursor:default;
}
#content a:link, #content a:visited, #content a:active, #content a:focus {
color:#005477;
text-decoration:none;
}
#content a:hover {
color:#0099FF;
text-decoration:underline;
}