.menu {
position: relative;
top: -4px;
left: 0px;
margin: 0 auto;
width:396px;
height: 24px;
font-family: Verdana;
z-index: 2;
float: left;
}
.menu2 {
position: relative;
top: -4px;
margin: 0 auto;
left: 0px;
width:340px; 
height: 24px;
font-family: Verdana;
z-index: 2;
float: left;
}

/* 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:100px;
height: 28px;
}
/* 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;
text-align: left;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu2 ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu2 ul ul {
width:100px;
height: 28px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu2 li {
float:left;
position:relative;
text-align: left;
}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:19px;
text-decoration:none; 
color: #94979B;
height:28px; 
border:1px solid #fff; 
border-width:0px 0px 0 0; 
text-align: center;
line-height:23px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width: 100px;
w\idth:100px;
}


/* style the links for the top level */
.menu2 a, .menu2 a:visited {
display:block;
font-size:19px;
text-decoration:none; 
color: #94979B;
height:28px; 
border:1px solid #fff; 
border-width:0px 0px 0 0; 
text-align: center;
line-height:23px;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu2 a, * html .menu2 a:visited {
width: 100px;
w\idth:100px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#ebebeb;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#ebebeb;
}
.menu ul ul a:hover {
background:#ebebeb;
}
/* style the second level background */
.menu2 ul ul a.drop, .menu2 ul ul a.drop:visited {
background:#ebebeb;
}
/* style the second level hover */
.menu2 ul ul a.drop:hover{
background:#ebebeb;
}
.menu2 ul ul a:hover {
background:#ebebeb;
}

/* 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:28px;
left:-15px; 
width:100px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:28px;
t\op:28px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu2 ul ul {
visibility:hidden;
position:absolute;
height:0;
top:28px;
left:-15px; 
width:100px;
}
/* another hack for IE5.5 */
* html .menu2 ul ul {
top:28px;
t\op:28px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:150px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* 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 {
background:#ebebeb; 
color:#99B0BF; 
height:auto; 
line-height:1em; 
padding:5px 20px; 
border-width:2px 0px 0 0; 
font-size: 13px;
width:180px;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}
.menu ul ul a:hover {
color:#4663A5;
font-weight: bold;
}

/* style the top level hover */
.menu a:hover {
color:#4663A5; 

}

/* style the top level hover */
.menu ul a:hover{
color:#fff; 
background:#0E1B30;


/* yet another hack for IE5.5 */
}
* html .menu ul ul a{

}

}


* html .menu2 ul ul a{
width:150px;
w\idth:129px;
}
.menu2 ul ul a:hover {
color:#4663A5;
font-weight: bold;
}

/* style the top level hover */
.menu2 a:hover {
color:#4663A5; 

}

/* style the top level hover */
.menu2 ul a:hover{
color:#fff; 



/* yet another hack for IE5.5 */
}


.menu :hover > a
color:#4663A5;
font-weight:normal;
}
.menu ul ul :hover > a {
font-weight:bold;
color:#4663A5;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
background:#D9D9D9;
visibility:visible; 
}

