
.glossymenu{
margin:15px 14px 0;
padding: 0;
width:auto; /*width of menu*/
}

.glossymenu a.menuitem{
font: normal bold 14px/1.3em Arial, Helvetica, sans-serif, "Myriad Pro";
color:#3d3d3d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
text-decoration: none;
margin:0; padding:0 0 10px;
}
.glossymenu a.menuitem img{
	margin:0; padding:0 10px 0 0; border:none;
	float:left; 
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
font: normal bold 14px/1.3em Arial, Helvetica, sans-serif, "Myriad Pro";
color:#3d3d3d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
text-decoration: none;
margin:0; padding:0 0 10px;
}

.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{
font: normal bold 14px/1.3em Arial, Helvetica, sans-serif, "Myriad Pro";
color:#3d3d3d;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
text-decoration: none;
margin:0; padding:0 0 10px;

}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: none;
width:auto;
margin:0;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin:0; padding: 0;
}

.glossymenu div.submenu ul li{
background:url(../images/li_bg.jpg) repeat-x bottom;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal bold 12px/1.3em Arial, Helvetica, sans-serif, "Myriad Pro";
color:#000;
text-decoration: none;
padding:0 5px;
background:url(../images/li_bullet.jpg) no-repeat;
}

.glossymenu div.submenu ul li a:hover{
color: #c54e6c;
}
