
.glossymenu{
width: 194px; /*width of menu*/
border: 0px solid black;
font-family: verdana;
margin:0px;
}

.glossymenu a.menuitem{
background-image:url('../../images/homepage_new/menu_tile.gif');
background-repeat:repeat-x;
cursor:pointer;
display:block;
padding:5px;
margin: 0px;
text-decoration: none;
font-weight: bold;
color: white;
background-color: #80cfe2;	
border-bottom: 1px solid #6A0000;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
#width: auto;
}

.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: 4px;
right: 5px;
border: none;
}

.menu_icon {
margin-top:0px;
margin-right:4px;
padding:0;
}

.menu_icon img {
width:19px;
height:19px;
top: 4px;
position:absolute;
}

.menu_icon_text{
position:relative;
left:28px;
}

.menu_arrow_expand {
margin-top:1px;
margin-right:1px;
border:0
width:14px;
height:14px;
clear:all;
}

.glossymenu .submenu {
	background-color: #ADADAD;
}

.glossymenu .submenu2 {
	background-color: #ADADAD;
}

.glossymenu .submenustatic {
	background-color: #ADADAD;
}

.glossymenu .submenu2static {
	background-color: #ADADAD;
}

