﻿.glossymenu {
	margin-top: 0;
	padding: 0;
	width: 199px;
	border-bottom-width: 0;
}
.glossymenu a.menuitem {
	background: url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 12px Arial,Verdana, "Trebuchet MS";
	color: white;
	display: block;
	position: relative;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	height: 30px;
	line-height: 2.4em;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}
.glossymenu a.menuitem .statusicon {
	position: absolute;
	top: 0px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover {
	background-image: url(../images/glossyback2.gif);
}
.glossymenu div.submenu {
	background: #42454c;
}
.glossymenu div.submenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li {
	background: url('../images/listitem.png') no-repeat;
	background-position:10px center;
}
.glossymenu div.submenu ul li a {
	display: block;
	font: normal 12px Arial,Verdana, "Trebuchet MS";
	color: #fff;
	text-decoration: none;
	padding: 4px 0;
	padding-left: 25px;
}
.glossymenu div.submenu ul li a:hover {
	color: #B7BCBD;
}
.topmenu {
	background: url('../images/menu-top-bg.gif') no-repeat;
	height: 9px;
	width: 200px;
	margin: 25px 0 0 0;
}
.bottommenu {
	background: url('../images/menu-bottom-bg.png') no-repeat;
	height: 15px;
	width: 200px;
}

