#container #header #menu_container
{
	background-image: url(../images/menu/bg.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 32px;
	width: 766px;
	margin-left: 137px;
}

#container #header #menu_container #menu
{
	position: relative;
	height: 30px;
    float: right;
    margin: 2px 7px 0px 0px;
}

#container #header #menu_container #menu .menuitem
{
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	background-image: none;
	line-height: 30px;
	padding: 0px 8px 0px 8px;
	float: left;
	cursor: pointer;
}

#container #header #menu_container #menu .menuitem:hover
{
	color: #ffd600;
	background-image: url(../images/menu/bg_hover.gif);
}

#container #header #menu_container #menu .menusep
{
	font-size: 0px;
	background-image: url(../images/menu/separator.gif);
	height: 12px;
	width: 3px;
	margin: 9px 3px 9px 3px;
	float: left;
}

#container #header #menu_container #menu_right
{
	background-image: url(../images/menu/menu_right.gif);
	background-repeat: no-repeat;
	position: absolute;
	height: 32px;
	width: 7px;
	left: 759px;
	top: 0px;
}