#menu2{

top:0.5em;
left:0.5em;
z-index:2;
width:11.0em;
padding-bottom:2em; /* To allow room for bottom dropdown */
}

#menu2 a, #menu2 h2{
font:bold 9px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:1px 3px;
}

#menu2 h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu2 a{
text-transform:uppercase;
background-image: url(images/menuBG.jpg);
color:#fff;
text-decoration:none;
}

#menu2 a:hover{
text-transform:uppercase;
color:#ac1212;
background:#ddd;
}

#menu2 a:active{
text-transform:uppercase;
color:#060;
background:#ccc;
}

#menu2 ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu2 li, div#menu2 li:hover{
position:relative;
}

div#menu2 li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu2 ul ul,
div#menu2 ul ul ul,
div#menu2 ul li:hover ul ul,
div#menu2 ul li:hover ul ul ul
{display:none;}

div#menu2 ul li:hover ul,
div#menu2 ul ul li:hover ul,
div#menu2 ul ul ul li:hover ul
{
display:block;
width:15.0em;
}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu2 a.x, #menu2 a.x:visited{

}

#menu2 a.x:hover{
color:ff0000;
background:#ddd;
}

#menu2 a.x:active{
color:ff0000;
background:#ccc;
}


div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}


#menu2 a, #menu2 h2{
font:bold 9px/16px arial,helvetica,sans-serif;
color:ff0000;
}
#menu2 ul li{
float:left;
height:1%;
width:100%;}
#menu2 ul li a{
height:1%;
color:ff0000;
}


