@charset "utf-8";

/* CSS Document */



#menu	{

	height: 30px;

	background-color: #d8cf87;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #947024;

	background-image: url(/media/images/bg/bg-menu.jpg);

	background-repeat: repeat-x;

	line-height: 30px;

}

#menu ul	{

	margin: 0px;

	text-align: center;

	width:860px;

	height:31px;

}

#menu ul li	{

	display:inline;

	float: left;

	list-style:none;

	height:31px;

}

#menu ul a	{

	border-right: 1px solid #AFA96F;

	padding: 1px 8px;

	float: left; /*For IE*/

	display: block;

	color: #333;

	font-size: 12px;

	text-decoration: none;

	height: auto !important;

	height: 1%; /*For IE*/

}



/* root menu hover persistence */

#menu ul a:hover,

#menu ul li:hover a,

#menu ul li.selected a,

#menu ul li.iehover a {

	background: transparent url(/media/images/bg/bg-menu-hover.jpg) repeat-x left top;



}



/* hide the selected tab when hovering over any other tab */

#menu ul:hover li.selected ul,

#menu ul.iehover li.selected ul {

	display: none;

}

#menu ul li:hover ul,

#menu ul li.iehover ul,

#menu ul:hover li.selected:hover ul,

#menu ul.iehover li.iehover ul,

#menu ul li.selected ul {

	display: inline;

	position: absolute;

	top: 30px;

	left: 6px;

}



#menu ul li.last {

	float: right;

}



#menu ul li.last a {

	border-right: none;

}



#menu ul li:hover li.first a, 

#menu ul li.iehover li.first a, 

#menu ul li.selected li.first a {

	border-left: none;

	float:left;

}





#menu li a:link, #menu li a:visited	{

	color: #333333;

	text-decoration: none;

}

#menu li a:hover	{

	text-decoration: none;

	background-image: url(/media/images/bg/bg-menu-hover.jpg);

	background-repeat: repeat-x;

}

