#menu {
position: relative;
left: 22px;
}

ul#nav li.active a {
background:transparent url(../images/menu_active.png) repeat-x scroll 0%;
color:white;
}

h1 {

font-family: Verdana, Arial, Helvetica, San serif;
font-size: 14px;
font-weight: bold;
color: white;

} 

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
left: 50px;
width: 240px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid grey;
}

.glossymenu li{
position: relative;
margin: 0;
border: 0;
padding: 0;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 300px; /*WIDTH OF SUB MENU ITEMS*/
left: 240px;
top: 0;
margin: 0;
padding: 0;
border: 0;
display: none;
filter:alpha(opacity=90);
opacity:0.9;
}

.glossymenu li:hover ul, .glossymenu li.sfhover ul
{
	display: block;
}

.glossymenu li:hover ul li ul
{
	display: none;
}

.glossymenu li ul li:hover ul
{
	display: block;
}

.glossymenu li a{
background: white url(glossyback1.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
}

.glossymenu .arrow a {
background: blue url(glossyarrow.gif) repeat-x center right;
}
.glossymenu .arrow li a{
background: white url(glossyback1.gif) repeat-x bottom left;
}
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
}
.glossymenu li a.arrow:hover{
background: red url(glossyback2.gif) repeat !important;
}

/* IE hack \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
