@charset "utf-8";
/* CSS Document */
.glossymenu{
margin: 0px 0;
padding: 0;
width: 180px; /*width of menu*/
}

.glossymenu a.menuitem{
/*background:url(../images/icon_01.jpg) no-repeat bottom left;*/
/*background-color:#FFCC00;*/
/*font:Arial;*/
/*color: #FFFFFF;*/
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0px 0px;
padding-left: 0px;
text-decoration: none;
/*border-bottom:#a3a4a4 1px solid;*/
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
/*color: #FFFFFF;*/
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 0px;
border: none;
}

.glossymenu a.menuitem:hover{
/*background-image: url(../images/titlebar.png);*/
/*background-color:#000000;*/
/*color:#FFFF00;*/
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/

border-bottom:#EEEEEE 1px solid;
background-color:#F9F9F9;
}

.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 solid blue;*/
}

.glossymenu div.submenu ul li a{
display: block;
font:Arial;
/*color: #CCCCCC;*/
text-decoration: none;
padding: 0px 0;
padding-left: 0px;
}

.glossymenu div.submenu ul li a:hover{
/*color:#FFCC00;*/
}


