﻿.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 207px; /*width of menu*/;
	padding-bottom:2px;
}
.glossymenu a.menuitem {
	background: black url(images/glossyback.gif) repeat-x bottom left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #005D25;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	padding: 4px 0 8px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menutop {
	background-image: url(images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FAAD08;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	height: 31px;
	margin-top:0px;
	padding: 4px 0 0px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menubottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FAAD08;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	height: 31px;
	margin-top:0px;
	padding: 4px 0 0px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: FAAD08;
}
.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);
	background-position: left bottom;
}
.glossymenu div.submenu {
	/*DIV that contains each sub menu*/
background: white;
}
.glossymenu div.submenu ul {
	/*UL of each sub menu*/
list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li a {
	display: block;
	background-image: url(images/glossyback_sub.gif);
	background-position: left bottom;

	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 10px;
	background-color: #6FF3A8;
	color: #005D25;
}
.glossymenu div.submenu ul li a:hover {
	background-image: url(images/glossyback2.gif);
	background-position: left bottom;
	
}

