@charset "utf-8";
/* CSS Document */

.glossymenu{
    margin:0;
    padding:0;
    width:100%;
}
.glossymenu a.menuitem{
    font-size:108.3%;
	letter-spacing:1.5;
	font-weight:normal;
    color:#000;
    display:block;
    position:relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width:auto;
    padding:6px 0;
    padding-left:25px;
    text-decoration:none;
	cursor:pointer;
	background:url(/images/question_red.gif) no-repeat left 4px;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
    color:#000;
	font-weight:normal;
}
.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-image:url(/images/glossyback2.gif);*/
	font-weight:normal;
	background:url(/images/question_red.gif) no-repeat left 4px;
}
.glossymenu div.nextmenu{ /*DIV that contains each sub menu*/
    background:white;
	padding-left:25px;
}
.glossymenu div.nextmenu ul{ /*UL of each sub menu*/
    list-style-type:decimal;
	list-style-position:outside;
    margin-left:20px;
    padding:0;
}
.glossymenu div.nextmenu table td{
    padding:5px;
	border:solid 1px #CCC;
	border-left:none;
}
.glossymenu div.nextmenu table a{
    color:#FFF;
	background-color:#87a415;
	padding:1px 2px;
}
.glossymenu div.nextmenu table a:hover{
	background-color:#690;
}