/* Start of CMSMS style sheet 'beachcamp_menu_1.2' */
/*Tab Start */
#navi {
	height: 35px;
	text-align: center;
	line-height: normal;
	position:relative;
	top:25px;
	left:0px;
	/*border: thin solid #FF0000;	*/
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	clear:both;
	height: 35px;
}
#nav li {
	float: left;
	background: url(uploads/images/menu/navtabr.png) top right no-repeat;
	margin: 0;
	line-height:35px;
	margin-left:2px;
	list-style-type:none;
}
#nav .page_item a {
	color: #fff;
	display: block;
	background: url(uploads/images/menu/navtabl.png) top left no-repeat;
	text-decoration: none;
	padding:12px 12px 6px 12px;
	font:bold 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#nav li:hover {
	background-position: 100% -34px;
}
#nav .page_item a:hover {
	background-position: 0 -34px;
	border: none;
	color:#fff;
}
* html #nav .page_item a:hover {
	background-position: 0 0;
	border: none;
	color:#093f76;
}
#nav li.current_page_item {
	color: #fff;
	text-decoration: none;
	background: url(uploads/images/menu/navtabr.png) no-repeat right;
	background-position: 100% -34px;
}
#nav .current_page_item a, #reader_nav .current_page_item a:visited {
	color: #fff;
	text-decoration: none;
	background: url(uploads/images/menu/navtabl.png) no-repeat;
	background-position: 0 -34px;
}
/* End of 'beachcamp_menu_1.2' */

