/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menuContainer {
	width:960px;
	left:0;
	overflow:hidden;
	margin: 0 auto;
	margin-top: 5px;
	background-color: #FFF;
	background-image: url(../images/menu_background.png);
	background-repeat: repeat-x;
	padding: 0px 0px 0px 0px;
}

#menu {
	padding:0;
	margin:0;
	list-style:none;
	float:left;
	position:relative;
	font-size: 0.815em;
}

#menu li {
	float:left;
	position:relative;
	margin:0 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu .last  {
	border-right-style: none;
}

/*#menu li a:last-child {
	padding: 0 20px 0 0;
}*/

#menu li a {
	display:block;
	height:43px;
	line-height:40px;
	padding:0 16px;
	float:left;
	color:#565656;
	text-decoration:none;
}

html body div#wrapper div.top.rs_skip div#menuContainer ul#menu li#data.last a {
	padding: 0 26px 0px 25px;
	_padding: 0 26px 0px 25px;
	*padding: 0 26px 0px 25px;
}

#menu li a b {
	display:block; 
	height:40px; 
	float:left; 
	/*padding:0 0 0 20px;*/
	cursor:pointer;
}

#menu li a:hover {
	background-image: url(../images/menu_hover.png);
	background-repeat: repeat-x;
}

.selected
{
	background-image: url(../images/menu_selected.png);
	background-repeat: repeat-x;
}
