.glossymenu{
margin: 0px;
padding: 0;
width: 170px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #003366;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 6px;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

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

.glossymenu a.menuitem:hover{
background: #83a6b2;
}


/* MENU ITEM 1 */
.glossymenu a.menuitem1{
background: #8bc5ff;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #005cb7;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 6px;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}

.glossymenu a.menuitem1:visited, .glossymenu .menuitem1:active{
color: white;
}

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

.glossymenu a.menuitem1:hover{
background: #83a6b2;
}

.glossymenu p.menuitem1{
background: #005cb7;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 6px;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
}
/* FIN MENU ITEM1 */

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#8ad4ff;
}

.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 #FFFFFF;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #404b85;
text-decoration: none;
padding: 3px 0;
padding-left: 6px;
}

.glossymenu div.submenu ul li a:hover{
background: #83a6b2;
colorz: white;
}