﻿#header-menu
{
	float:left;
	width:768px;
	height:32px;
	margin-left:auto;
	margin-right:auto; 
	list-style:none;
	background: transparent url('../images/menu-bckg.gif') repeat-x scroll 0 0;
}

.menu-item
{
	float:left;
	color:#f8dbbc;
	font-size:12px;	
	height:32px;
}

.menu-item a, .menu-item span
{
	color:#f8dbbc;
	text-decoration:none;
	display:block;
	height:22px;
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
}

.menu-item-left
{
	height:32px;
}

.menu-item-right
{
	height:32px;
	text-align:center;
}

.menu-item-active
{
	background: transparent url('../images/menu-active-middle.gif') repeat-x scroll 0 0;
	color:#000000;
}

.menu-item-active a, .menu-item-active span
{
	color:#000000;
}

.menu-item-active .menu-item-left
{
	background: transparent url('../images/menu-active-left.gif') no-repeat scroll 0 0;
}

.menu-item-active .menu-item-right
{
	background: transparent url('../images/menu-active-right.gif') no-repeat scroll 100% 0;
}

.menu-item:hover
{
	background: transparent url('../images/menu-hover-middle.gif') repeat-x scroll 0 0;
	color:#f8dbbc;
}

.menu-item:hover a, .menu-item:hover span
{
	color:#f8dbbc;
}

.menu-item:hover .menu-item-left
{
	background: transparent url('../images/menu-hover-left.gif') no-repeat scroll 0 0;
}

.menu-item:hover .menu-item-right
{
	background: transparent url('../images/menu-hover-right.gif') no-repeat scroll 100% 0;
}

.menu-item-active:hover
{
	background: transparent url('../images/menu-active-hover-middle.gif') repeat-x scroll 0 0;
	color:#f8dbbc;
}

.menu-item-active:hover a, .menu-item-active:hover span
{
	color:#f8dbbc;
}

.menu-item-active:hover .menu-item-left
{
	background: transparent url('../images/menu-active-hover-left.gif') no-repeat scroll 0 0;
}

.menu-item-active:hover .menu-item-right
{
	background: transparent url('../images/menu-active-hover-right.gif') no-repeat scroll 100% 0;
}