﻿@charset "utf-8";
body {
	width: 1054px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	height: 761px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#full {
	float: left;
	width: 1054px;

}

.glossymenu a.menuitem{

display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
margin-left: 30px;
line-height: 26px;
text-decoration: none;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
border: none;
}

.glossymenu a.menuitem:hover{

}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;


}

.glossymenu div.submenu ul li{

}

.glossymenu div.submenu ul li a{
display: block;
text-decoration: none;


}

.glossymenu div.submenu ul li a:hover{

color: white;
}

