#menu .menu_opacity {
-moz-opacity:.95;
filter:alpha(opacity=95); 
opacity:.95;
}

#menu{
	height: 30px;
	width: 50em;
	clear: both;
	margin: 0 auto;
}

#menu a, #menu h2{
	display:block;
	height: 28px;
	font-size: 12px;
	margin: 0 auto;
	white-space:nowrap;
	margin:0;
	padding:3px 0 1px 3px;
	font-weight: bold;
}

#menu h2{
color:#002D9E; /*font color of menu*/
/*background: #4876FF url('/images/menu1.jpg') ; bg of menu */
}
#menu h2 a {
background: #000;
color: #fff;
margin: 0;
padding: 0;
}
#menu a{
width: auto;
background: #bed5ff ; /*bg of menu drop downs*/
color: #002D9E;
text-decoration:none;
height: 20px;
padding-bottom: 3px;
}

#menu a, #menu a:visited{

	color:#002D9E;	
}

#menu a:hover{
color: #F35713;

}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:10em;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{

}

div#menu li:hover{
cursor:pointer;
z-index:500;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color: #002D9E;
background: #BED5FF; /*for some options in the drop downs*/

}

#menu a.x:hover{
color: #F35713;

}


