/* Start of CMSMS style sheet 'rv_nav-tabs' */
/*
====Colours Used=======
outer bg	= #6d7456 
home bg		= #e4e9d3  
internal bg = #abb87b

light green = #e4e9d3
mid green	= #c3cea1
dark green	= #525443
orange		= #9C3D0A


link	= #9C3D0A
text black	= #525443
text white	= #ffffff
=======================
*/
#menuTabs{
	top:66px;
	margin-left:20px;	
	position:absolute;
	width:730px;
}
.tab{
	float:left;
	height:25px;
	margin-left:-6px;
	position:relative;
}
.standard{
	background:url(images/bg_button_standard.gif) no-repeat;
	width:136px;
}
.standard.active{
	background:url(images/bg_button_standard_ovr.gif) no-repeat;
}
.wide.active{
	background:url(images/bg_button_wide_ovr.gif) no-repeat;
}

.wide{
	background:url(images/bg_button_wide.gif) no-repeat;
	width:193px;
}

.tab a:link,
.tab a:visited{
	display:block;
	border:0px solid red;
	margin-right:6px;
	padding:6px 0px 4px 15px;
	font-size:12px;
	text-transform:uppercase;
	color:#525443;
}
.active a:link,
.active a:visited{
	display:block;
	color:#ffffff;
	
}
.tab a:hover{
	text-decoration:none;
	font-weight:bold;
}
/* End of 'rv_nav-tabs' */

