

.glossymenu{
padding: 0;
margin:0px;
width: 225px; /*width of menu*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

.glossymenuWidth200{
padding: 0;
margin:0px;
width: 200px; /*width of menu*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
.glossymenu a.menuitem{
background: #f3f3f3 url(../images/MarketArrow.gif) left no-repeat;
font-weight:bold;
text-transform:uppercase;
color: #000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding:2px 1px 3px 25px;
text-decoration: none;
border:1px solid #CCC;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333;
}

.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: #005bb7 url(../images/MarketArrow.gif) left no-repeat;
color:#FFF;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.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 dashed #CCC;
}

.glossymenu div.submenu ul li.subheading{
display: block;
background: #effbfe url(.../images/MarketArrowSmall.gif) left no-repeat;
color: #333;
text-decoration: none;
padding: 3px 0;
padding-left: 30px;
font-weight:bold;
border-bottom:1px solid #CCC;

}

.glossymenu div.submenu ul li a{
display: block;
background: url(../images/MarketArrowSmall.gif) left no-repeat;
color: #333;
text-decoration: none;
padding: 3px 0;
padding-left: 30px;
}

.glossymenu div.submenu ul li a:hover{
background: #eef6fd url(../images/MarketArrowSmall.gif) left no-repeat;
color: #333;
}

