.menu {
/*z-index:100;
width:800px; 
position:relative;*/
height:16px; 
/*padding-top:16px; */
 
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
float:left;
height:16px;
/*width:800px;  w\idth:800px; */
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;margin:0;list-style-type:none; width:150px;
}
/* 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;
 /*background-image:url(../images/menu-tile.gif); background-repeat:repeat-x;*/
}
/* style the links for the top level */
.menu li a, .menu li a:visited {
display:block;
font-size:12px;text-decoration:none;
color:#FFFFFF;
font-weight:bold;
line-height:16px;
float:left;
padding:0 0 0 0px;
text-align:left;
cursor:pointer;
width:149px; /*Padding to accomodate left tab image. Do not change*/

/*border-bottom:1px solid #2C74A2;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
line-height:16px;
h\eight:16px;
padding:0 0 0 0px;
width:150px; w\idth:149px;
}
/* style the top level hover */
.menu ul li a:hover{
height:16px;
line-height:16px;
color:#545454;
font-weight:bold;


/*border-bottom:1px solid #FFFFFF;*/
}
.menu :hover > a {
color:#FFFFFF;
height:16px;
line-height:16px;
font-weight:bold;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden; position:absolute; top:0; left:150px;font-size:11px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
left:150px;l\eft:150px;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}


/* 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, .menu ul ul a:visited{
border-left:1px solid #a8a8a7;
border-right:1px solid #a8a8a7;
border-bottom:1px solid #a8a8a7;
padding-left:10px;
padding-right:10px;
color:#FFFFFF;
font-weight:normal;
height:24px;
line-height:24px;
background-image:none;
background-color:#11406e;

}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited, * html .menu ul li.current a ul a{
height:24px;
line-height:24px;
color:#FFFFFF;
font-weight:normal;
border-left:1px solid #a8a8a7;
border-right:1px solid #a8a8a7;
border-bottom:1px solid #a8a8a7;
}

.menu ul ul a:hover{
color:#fffffa;
background-image:none;
background-color:#6d6d69;
padding-left:10px;
padding-right:10px;
border-left:1px solid #a8a8a7;
border-right:1px solid #a8a8a7;
border-bottom:1px solid #a8a8a7;
height:24px;
line-height:24px;
font-weight:normal;
}

 .menu ul ul li:hover > a {
color:#fffffa;
background-image:none;
background-color:#6d6d69;
height:24px;
line-height:24px;
font-weight:normal;

}
/* 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;
left:149px;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul{ 
visibility:visible;
}/* CSS Document */

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

.menu ul :hover ul ul{visibility:hidden;}
/* CSS Document */
.menu ul ul ul{top:-1px; border:0px solid #F8AA61; width:auto; height:auto;}
/** html .menu ul ul ul{ float:left; border:1px solid #0066FF; }*/

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}



/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background-color:#E3E3E3;
line-height:25px;
color:#545454;
padding-left:10px;
height:25px;
border:0;
border-width:1px 0px 0px 1px;
border-color:#ffffff;
border-style:solid;
}
* html .menu ul ul ul a, * html .menu ul ul ul a:visited {
line-height:25px;
}

/* style the third level hover */
.menu ul ul ul a:hover {
background-color:#FDA02E;
line-height:25px;
color:#FFFFFF;
padding-left:10px;
height:25px;
border:0;
border-width:1px 0px 0px 1px;
border-color:#ffffff;
border-style:solid;
}
.menu ul ul ul :hover > a
{
line-height:25px;
}
