@charset "utf-8";
/* CSS Document */


.glossymenu{
margin: 0 auto;
padding:0;
width:252px; /*width of menu*/
border-bottom-width: 0;
background-color:#0b0b0b;
}

.glossymenu a.menuitem{
background-color:#0b0b0b;
font:18px Arial, Helvetica, sans-serif;
color: #ecbb14;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 35px;
text-decoration: none;
text-align:left;
}

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

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

.glossymenu a.menuitem:hover{
background-color:#3c0000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background-color:#1a1a1a;

}

.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 #1a1a1a;
background-color:#1a1a1a;
list-style:none;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Arial, Helvetica, sans-serif;
color: #a3a3a3;
text-decoration: none;
padding: 4px 0;
padding-left: 18px;
padding-right:18px;
border-bottom: 1px solid #383838;
}

.glossymenu div.submenu ul li a:hover{
background: #0b0b0b;
color: #feec98;
}






.glossymenu a.menuitem2{
background: #ffea00;
font: bold 13px Arial, Helvetica, sans-serif;
color: #404040;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
border-top: 1px solid #383838;
border-bottom: 1px solid #383838;
}

.glossymenu a.menuitem2:visited, .glossymenu .menuitem2:active,{
color: #404040;
}

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

.glossymenu a.menuitem2:hover{
background: #ecbb14;
}

.accordsuffix {
	float:right !important;
}