﻿.glossymenu {
	margin: 5px 0;
	padding: 0;
	width: 875px; /*width of menu*/
}
 
.glossymenu a.menuitem {
	background: #3e2a24 url("../images/samples/glossyback2.gif") repeat-x;
	font: normal bold 14px Arial, Verdana, Helvetica, sans-serif;
	color: #3e2a24;
	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;
	margin: 6px 0 2px 0;
	border: 1px solid #544e4b;
}
 
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: #3e2a24;
}
 
.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/samples/glossyback1.gif");
	color: #eae0cd;
}
 
.glossymenu div.submenu { /*DIV that contains each sub menu*/
	background: #eae0cd;
	border: 1px solid #544e4b;
	margin-bottom: 6px;
	padding: 10px;
}
 
#answer {
	float: right;
	margin-right: 25px;
	font-size: 12px;
}