/* menu */

div.greymenu {
	background-image: url("/layoutpics/menubg.png");
	background-position: top left;
	background-repeat: no-repeat;
	height: 35px;
	width: 900px;
	margin-top: 160px;
	float: left;
}

div.greymenu div.menuitem {
	float: left;
	margin-top: 1px;
	background-image: url("/layoutpics/menudivider.png");
	background-repeat: no-repeat;
	background-position: top right;
}

div.greymenu div.menuitem a {
	color: #000;
	text-decoration: none;
	padding: 0 20px;
	float: left;
	height: 32px;
	line-height: 32px;
	margin-top: 1px;
	font-weight: normal;
	font-size: 1.1em;
}

div.greymenu div.menuitem a:hover {
	background-image: url("/layoutpics/menu_active.png");
	background-repeat: repeat-x;
	background-position: top left;
	text-decoration: none;
}

div.greymenu div.menuitem a.active {
	background-image: url("/layoutpics/activearrow.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.greymenu div.menuitem a span {
	color: #990000;
}