
.menu {
width:845px; 
font-size:12px;
position:relative;
z-index:5000;
background: #1A237E;
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
float: left;
}



/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
text-align: center;

}

.menu ul ul {
width:175px;
text-align: left;
font-size: 11px;

}
/* 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:135px; */
height:32px;
vertical-align: middle;
line-height: 32px;
float: left;


}

.menu ul a {
/*background: #4e0202 url(/images/bkg_navHorizontalMain.gif) repeat-x left top;*/
padding: 0 16px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu ul ul a, * html .menu ul ul a:visited {
width:180px;
w\idth:180px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
font-weight:normal;
/*background: #5f0202;*/
/*background:#d4d8bd url(/test_menu_drop.gif) bottom right no-repeat;*/
/*background: url(test_menu_bkg.gif) no-repeat left bottom;*/
}
/* style the second level hover */
.menu ul ul a.drop:hover{
font-weight: normal;
border-right: 1px solid #66707e;
/*background: #5f0202;*/
}
.menu ul ul :hover > a.drop {
/*background: #5f0202;*/
border-right: 1px solid #66707e;

}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
font-weight: normal;
background: #b8c3c7;
color: #2f2d47;
}

/* style the third level hover */
.menu ul ul ul a:hover 
{
font-weight: normal;
background: #a0b2ba;
color: #0c3676;
}

/* style the third level drop background */
.menu ul ul ul a.drop, .menu ul ul ul a.drop:visited {
/*background:#d4d8bd url(/test_menu_drop.gif) bottom right no-repeat;*/
font-weight: normal;
/*background: #5f0202;*/
color: #0c3676;
}
.menu ul ul ul a.drop:hover
{
font-weight: normal;
background: #a0b2ba;
/*color: #990000;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
font-weight: normal;
height:0;
top:31px;
left:0; 
/*padding-bottom: 16px;*/

margin: 0;
padding: 0;
z-index: 9999;
width: 175px;
}

.menu ul ul li {
margin: 0;
padding: 0;
background-color: #ced5d8;
}


/* another hack for IE5.5 */
* html .menu ul ul {
top:31px;
top:31px;
}


.menu ul ul li {
background-image: none;
font-weight: normal;
}


/* position the third level flyout menu */
.menu ul ul ul
{
font-weight: normal;
left:199px; 
top:0;
width:180px;
padding-bottom: 0;
background-color: #6c0303;
background-image: none;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-175px;
}

/* 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; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
color: #2f2d47;
height:auto; 
line-height: 22px;padding:3px 10px; 
width:180px;
border-bottom: 1px solid #eee;
border-left: 1px solid #b8c3c7;
border-right: 1px solid #66707e;
background-color: #ced5d8; 
font-weight: normal;
font-size: 11px;
font-weight: normal;
/* yet another hack for IE5.5 */
}

* html .menu ul ul a{
width:180px;
w\idth:180px;
}


/* style the top level hover */
.menu a:hover {
color: #FBDA41;
background-color: #1A237E;

}
.menu :hover > a {
/*background-color: #ced5d8; */
background-color: #1A237E;
color: #FBDA41;
}

/* style the first drop down level hover */
.menu ul ul a:hover{
color: #0c3676;
background: #becace;
border-left: 1px solid #becace;
border-right: 1px solid #66707e;
}
.menu ul ul :hover > a {
color: #0c3676;
background: #becace;
}

/* make the second 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;
}

/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul 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 :hover ul{ 
visibility:hidden;
}

/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul{ 
visibility:visible;
}


