/* CCS Style Sheet */
/*** drop-down menu coding ***/
body{
	color:#000080;
	}

#menu {
margin-top: 0px;
width: 800px;
background: #0052a1;
float: left;
}

#menu ul {
list-style: none;
margin-left:10px;
padding: 0;
width: 115px;
position: relative;
float: left;
margin-top: 0px;
background: #0052a1;
z-index: 500;
}

#menu a, #menu h2 {
margin-left:auto;
margin-right:auto;
font-family:geneva, arial, helvetica, sans-serif; 
font-weight: normal;
display: block;
color: #ffffff;
border-width: 0px;
border-style: solid;
border-color: #000080;
margin: 0px 0px;
text-align: center;
text-decoration: none; 

}
#menu li .about{
 width:160px;
}

#menu h2 {
width:130px;
text-align:center;
margin-left:auto;
margin-right:auto;
font-size:17px; 
padding:0px;
}

#menu a {
margin-left:auto;
margin-right:auto;
font-family: arial, helvetica, sans-serif; 
font-size: 14px;
/* font-weight: bold; */
padding: 4px 1px;
}

#menu h2:hover {
color: #c23122;
background: #0052a1;
}

#menu a:hover {
color: #c23122;
background: #0052a1;
}

#menu li {
position: relative;
z-index: 500;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}


