.glossymenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(/Include/n_GreenBG.PNG) repeat-x bottom left;
font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; 
color: Black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
/* font-weight: bold; */
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
/* color: white; */
color: black;
}

.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(/Include/GreenBG.PNGT);
color: white;
/* font-weight: bold; */
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
/* font-weight: bold; */
}

.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 blue;
}

.glossymenu div.submenu ul li a{
display: block;
/* font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif; */
font: 12px verdana, helvetica, sans-serif;
/*color: black;*/
color: #008B8B;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
/* background: #DFDCCB; */
colorz: white;
/* font-weight: bold; */
}

body {
        font: normal 12px Helvetica, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	/* font-family: Helvetica, Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; */
        /* Font to use */
        /* font-family: Verdana, Arial, Helvetica, sans-serif; */
        margin:0px;
}
fieldset {
                padding: 0 1em 1em 1em;
                /* border: 1px solid #21221A; */
                display: block;
         }

legend {
                padding: 1em;
                color: #008B8B;
                text-decoration: underline;
                font-weight: bold;
        }

img.floatLeft { 
    float: left; 
    margin: 5px; 
}

label.left, input.left {
float:left;
}

label.right, input.right {
float:right;
}

.centerdiv{ /*IE method of centering a relative div*/
text-align: center;
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


