



#left{float:left;width:140px; }

.glossymenu{
margin:  0;
padding: 0;

width: 140px; /*width of menu*/


}

.glossymenu a.menuitem{
background: #ffffff url(ico_01.gif) no-repeat;
font: bold 13px Arial;
color: #666666;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 5px;
text-decoration: none;


}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #666666;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 3px;
border: none;
}

.glossymenu a.menuitem:hover{
background: url(ico_02.gif) no-repeat;
font: bold 13px Arial;
color: #ffffff;
}

#currentitem{
background:  url(ico_02.gif) no-repeat;
font: bold 13px Arial;
color: #ffffff;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px dashed #ffffff;
}

.glossymenu div.submenu ul li a{
display: block;
font: bold 11px Arial;
color: #660066;
text-decoration: none;
padding: 3px 0;
padding-left: 10px;

margin-left: 0px;
background: #000000 url(ico_01.gif) no-repeat;
}

.glossymenu div.submenu ul li a:hover{

background: #000000 url(ico_02.gif) no-repeat;
font: bold 11px Arial;
color: #ffffff;
text-decoration: none;
}

.nolink {
border:0px;
}

.glossymenu div.submenu #currentitem{
background:  url(ico_02.gif) no-repeat;
font: bold 11px Arial;
color: #ffffff;
}