.glossymenu1{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/main-link-bg.gif) no-repeat 0 0;
}

.glossymenu2{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/workshop-bg.gif) no-repeat 0 0;
}
.glossymenu3{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/event-bg.gif) no-repeat 0 0;
}
.glossymenu4{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/news-bg.gif) no-repeat 0 0;
}
.glossymenu5{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/lobbying-bg.gif) no-repeat 0 0;
}
.glossymenu6{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/employment-bg.gif) no-repeat 0 0;
}
.glossymenu7{
margin: 0;
padding: 0;
width: 194px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
background:url(../images/member-bg.gif) no-repeat 0 0;
}
a.menuitem{

padding:10px 0 0 25px; margin:0; display:block; height:20px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; text-decoration:none; color:#000000; text-transform:uppercase; 
}


a.menuitem:visited, .menuitem:active{
color: black;
}

a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

a.menuitem:hover{

}

div.submenu{ /*DIV that contains each sub menu*/
background: #F4F4F4; border-left:1px solid #E5E5E5; border-right:1px solid #E5E5E5;
}

div.submenu ol.subMenuUL{ /*UL of each sub menu*/
list-style-type:none;
margin: 0 0 0 12px;
padding: 0px 15px 4px 0;
}

div.submenu ol.subMenuUL li{
border-bottom: 0px solid blue;
}

div.submenu ol.subMenuUL li a{
display: block;
font: bold 10px Verdana, Helvetica, sans-serif;
color: #757575;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

div.submenu ol.subMenuUL li a:hover{
color: black;
}

