#menu
{
	display: block;
	float: left;
	width: 460px;
	height: 31px;
	padding-top: 10px;
}

#menu .menuitem
{
	float: left;
	color: #FFFFFF;
	margin: 0 5px;
	cursor: pointer;
	width: 143px;
	height: 31px;
	display: block;
}

#menu .menuitem a.nosub
{
	color: #fff;
	text-decoration: none;
}

.button
{
	width: 143px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: url(../img/menu.item.png) no-repeat center;
	position: absolute;
	z-index: 2100;
}

.menuitem:hover .button
{
	background: url(../img/menu.item.hover.png) no-repeat center;
}

.submenu
{
	list-style-type: none;
	background: url(../img/menu.sub.png) no-repeat center bottom;
	padding: 25px 0 10px 0;
	margin-top: 7px;
	position: relative;
	z-index: 2000;
}

.submenu a
{
	color: #000;
	height: 11px;
	line-height: 11px;
	width: 123px;
	padding: 5px;
	margin: 0 5px;
	display: block;
	text-decoration: none;
}

.submenu a:hover
{
	background-color: #800;
	color: #fff;
}
