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

.glossymenu {
	padding: 0;
	width: 202px;
	border-bottom-width: 0;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
}
.glossymenu a.menuitem {
	color: white;
	display: block;
	position: relative;
	text-decoration: none;
	background-color: #23219C;
	background-image: url(../images/nav/glossyback2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.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;
	top: 5px;
	right: 3px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-image: url(../images/nav/glossyback.gif);
	background-color: #7A78C0;
}
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: white;
	text-align: center;
}
.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;
	color: #3435A7;
	text-decoration: none;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.glossymenu div.submenu ul li a:hover {
	colorz: white;
	background-color: #DFDCCB;
}
.new {
	font-size: 7px;
	font-style: italic;
	position: absolute;
	margin-right: 3px;
	text-decoration: underline;
}
