#menu ul {
font: Arial;
line-height:45px;	
list-style: none;
margin:  0px auto;
padding: 0;
float: left;
color:#fff;
font-weight: bold;
}

#menu a, #menu h2 {
font: Arial;
display: block;
margin:  0px auto;
padding: 0px 0px;
font-weight: bold;

}

#menu h2 {
font:Arial;	
color: #fff;
text-transform: uppercase;
line-height:45px;
text-align:center;
font-weight: bold;
}

#menu h2:hover {
font:Arial;	
color: #fff;
text-transform: uppercase;
line-height: 45px;
text-align:center;
font-weight: bold;
}

#menu a {
font:Arial;	
font-size:12px;
font-weight: bold;
font-weight:bold;
text-decoration: none;
padding-left:15px;
padding-right:15px;

}

#menu a:hover {
font:Arial;	
font-size:12px;
background-image:url(../images/menubg3.png);
padding-left:15px;
padding-right:15px;
color:#FFF;
font-weight: bold;
}

#menu li {
font:Arial;	
position: relative;
font-weight: bold;
}

#menu ul ul {
font:Arial;	
position: absolute;
z-index: 500;
background-image:url(../images/menubg2.png);
color:#fff; 
width:190px;
line-height:30px;
font-weight: bold;

}

#menu ul ul ul {
font:Arial;	
position: absolute;
top: 0;
right: 100%;
background-color:#0f90a6;
font-weight: bold;
}


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;}
