.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
}
.glossymenu a.menuitem{
background: white;
color:#525352;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 2px;
text-decoration: none;
cursor: pointer;
font-size: 12px;
}

.glossymenu .menu_link
{
  font-size: 12px;  
}

.glossymenu a.menuitem2{
font: 13px;
color:#525352;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
cursor: pointer;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{

}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
color:#525352;
}
.glossymenu a.menuitem2 .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}
.glossymenu a.menuitem:hover{

}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#FFF;
}
.glossymenu div.submenu2{ /*DIV that contains each sub menu*/
background:#FFF;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}
.glossymenu div.submenu ul li{
border: none;
}
.glossymenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 8px;
color:#525352;
font: 12px;
}
.glossymenu div.submenu ul li a:hover{

}



 .menu_line
 {
   display: block;
   width: 170px;
   height: 2px; 
   background: url(menu_line.jpg);
 }