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

.menu {width:945px; height:25px; position:relative; font-family:arial, sans-serif; margin:0; z-index:500;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:945px; w\idth:945px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {width:130px;}
.menu ul ul li {margin-bottom:-3px; text-align:left;}
/* 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, .menu a:visited {display:block; font-size:12px; text-decoration:none; color:#fff; width:104px; height:25px; line-height:25px; font-weight:lighter; letter-spacing:3px;}

.menu .notlastcol {border-right:solid #fff 1px;}

.menu ul li a, .menu ul li a:visited {text-align:center;}
.menu ul ul li a, .menu ul ul li a:visited {text-align:left;}

/* a hack so that IE5.5 faulty box model is corrected
* html .menu a, * html .menu a:visited {width:130px; w\idth:121px;} */

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#4688cf url(../images/blackarrow.gif) no-repeat 110px center;}
/* style the second level hover */
.menu ul ul li a:hover {color:#ffce39; background:#4688cf;}


.menu ul ul a.drop:hover{color:#ffce39; background:#4688cf url(../images/whitearrow.gif) no-repeat 110px center;}
.menu ul ul :hover > a.drop {color:#ffce39; background:#4688cf url(../images/whitearrow.gif) no-repeat 110px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8; color:#000;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#b2ab9b;}


/* 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:25px;left:0; border-top:1px solid #000;}
/* another hack for IE5.5 */
* html .menu ul ul {top:24px;t\op:25px;}

/* position the third level flyout menu */
.menu ul ul ul{left:130px; top:-5px; width:130px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-130px;}

/* style the table so that it takes no part 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, .menu ul ul a:visited {background:#4688cf; color:#fff; height:auto; line-height:1.4em; padding:5px 10px; width:110px; border-bottom:solid 1px #000; letter-spacing:1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:130px;w\idth:109px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffce39; background:#32639b;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffce39; background:#32639b;}

/* 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;}
