#menu {
width: 1.5em; /* set width of menu */
background: #eee;
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font:Arial, Helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 0px; /* Space around images or items  */

}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}
/*
#menu a {
color: navy;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: white;
background: #974040;
}
*/
#menu .a1:hover, .a1:active  {
color: white;
background: #004D91;
text-decoration:none;
}

#menu .a1main:hover, .a1main:active  {
color: white;
background: #004D91;
text-decoration:none;
}

#menu .a1 {
/* color: navy;
background: #efefef;  */
color: white;
background: #0074A3;
width:100%;
height:23;
text-indent:5px;
font-size:11px;
padding-top:5PX;
font-weight:normal;
FONT-FAMILY: Arial,sans-serif;
filter:alpha(opacity=90); -moz-opacity:.90;opacity:.90;
border-left:1px SOLID #CCCCCC;
border-right:1px SOLID #CCCCCC;
border-bottom:1px SOLID #CCCCCC;
border-top:0px SOLID #CCCCCC;
cursor:hand;
text-decoration: none;
/* layer-background-color: navy; */
}
#menu .a1main {
/* color: navy;
background: #efefef;  */
color: white;
background: #0074A3;
width:100%;
height:25;
text-indent:5px;
font-size:11px;
padding-top:5PX;
font-weight:normal;
FONT-FAMILY: Arial,sans-serif;
filter:alpha(opacity=90); -moz-opacity:.90;opacity:.90; /* Fixed for Mozilla(Firefox) and other browers */
border-left:1px SOLID #CCCCCC;
border-right:1px SOLID #CCCCCC; /* fixed, added px to sizes, mozilla wasn't reading it before */
border-bottom:1px SOLID #CCCCCC;
border-top:1px SOLID #CCCCCC;
cursor:hand;
text-decoration: none;
/* layer-background-color: navy; */
}

#menu li {
	position: relative;
	left: 0px; /* 5px; */
	top: 0px;/* 364px; */

} 

#menu ul ul ul {
	position: absolute;
	top: 0px; /* -2px; */
	left: 163px;
	width: 200px;
	height: 226px;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
}
