/* @override http://renet.com.au/css/menu.css */

#menu {
	margin:0px;
	padding:0px;
	background:url(../images/css/menu.png) bottom left repeat-x;
	height:39px;
	position:absolute;
	top:90px;
	right:0px;
	width:1000px;
}

#menu ul {
	height:33px;
	position: absolute;
	top: 1px;
	right: 20px;
	padding:0px;
	list-style:none;
}

#menu ul li {
	margin:0px 0px 0px 2px;
	padding:0px;
	height:33px;
	line-height:34px;
	float:left;
}

#menu ul li a {
	color:#003e7e;
	border-bottom:none;
	text-decoration:none;
	display:block;
	background: url(../images/menu_sprite.jpg) 0px -34px no-repeat #FFF;
	height:33px;
	line-height:34px;
	float: left;
	text-align: center;

}

#menu ul li a:hover, #menu ul li.current a {
	background: url(../images/menu_sprite.jpg) 0px 0px no-repeat #2157ad;
	color:white;
	border-bottom:none;
}

#menu ul li a span {
	display:block;
	padding:0px 15px 0px 15px;
	height:33px;
	line-height:36px;
	font-size: 14px;
	background: url(../images/menu_sprite_right.jpg) -34px right no-repeat;
	float:left;
}

#menu ul li a:hover span, #menu ul li.current a span {
	cursor:pointer;
	text-decoration:none;
	background: url(../images/menu_sprite_right.jpg) top right no-repeat;
	text-shadow: 0px -1px 0px #333;
}