body {
background-color: #e2eff9;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

.menu {
width:917px; 
position: relative;
top: 0px;
padding-left: 1px;
z-index:100;
}

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

/* 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;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:131px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
text-decoration:none; 
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
/*color:#6a96b9;*/
color:#224055;
width:123px; 
height:25px; 
/*border:1px solid #fff; 
border-width:1px 1px 0 1px;*/
/*background:#ffffff;*/
background:#92bee1;
padding-left:7px; 
line-height:24px;
/*text-align:center;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:130px;
w\idth:130px;
}
 
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#6a96b9;
 
}
/* style the second level hover */
.menu ul ul a.drop:hover{
color:#6a96b9;
background:#fff;
}
.menu ul ul :hover > a.drop {
color:#6a96b9;
background:#fff;
}
/* style the third level background */
.menu ul ul ul a,  .menu ul ul ul a:visited {
background:#6a96b9;
}
/* style the third level hover */
.menu ul ul ul a:hover {
color:#6a96b9;
background:#fff;
}
 
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
padding-top:0px;
height:0;
top:25px;
left:-1px; 
width:132px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:23px;
t\op:24px;
}
 
/* position the third level flyout menu */
.menu ul ul ul{
left:132px; 
top:0;
width:132px;
padding-top:0px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-132px;
}
 
/* 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:#6a96b9; 
color:#fff; 
height:23px; 
line-height:22px;
padding-left:7px;  
width:125px;
border:1px solid #fff; 
border-width:1px 0px 0 0px;
/*text-align:left;*/
}

/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:132px;
w\idth:132px;
}
 
 
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
/*color:#fff; 
background:#f15930;*/
color:#fff; 
background:#6a96b9;
}

.menu :hover > a, .menu ul ul :hover > a {
/*color:#fff;
background:#f15930;*/
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#fff; 
background:#4b96cd;
}
 
/* 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;
}


/* HOME Navigation */

.menu_h {
width:77px; 
position: relative;
top: 0px;
padding-left: 0px;
z-index:99;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu_h ul {
padding:0;
margin:0;
list-style-type:none;
}

/* style the links for the top level */
.menu_h a, .menu_h a:visited {
display:block;
font-size:10px;
text-decoration:none; 
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#224055; 
width:70px; 
height:25px; 
/*border:1px solid #fff; 
border-width:1px 1px 0 1px; */
background:#749ec0; 
padding-left:7px; 
line-height:24px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu_h a, * html .menu_h a:visited {
width:77px;
w\idth:77px;
}

/* style the top level hover */
.menu_h a:hover, .menu_h ul ul a:hover{
/*color:#fff; 
background:#4b96cd;*/
color:#fff; 
background:#4b96cd;
}

.menu_h table {position:absolute; top:0; left:0;}

.menu_h li {
float:left;
width:77px;
position:relative;
}
