
.glossymenu{
margin-left:5px;
margin-right:3px;
margin-top:5px;
padding: 0;
width: 185px; /*width of menu*/
border-bottom: 0px solid #E4EEF7;
background:url(./images/aaa.png) repeat-x top;
float:right;
}

.glossymenu a.menuitem{
color: #3F82B8;
display: block;
position:static; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #E4EEF7;
border-top: 0px solid #ffffff;
background:url(../images/arrow.png) 10px 12px no-repeat;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #3F82B8;
}

.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:#f7f7f7 url(../images/arrow.gif) 10px 12px no-repeat;
	color:#FF6600;
}

