/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
border-bottom: 1px solid gray;
background: #414141;
overflow: hidden;
width: 100%;
}

.mattblackmenu li{
display: inline;
margin: 0;
}

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 6px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #414141;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}
.rvsuppliescssdev {
	background-color: #FFFFFF;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:1005px;
	background-image: url(masthead-bs-rv.jpg);
	height: 187px;	
}

#content{
	position: absolute;
	top: 220px;
	left: 2%;
	right: 2%;
	width:1005px;
	height: 187px;	
}
.rvheader1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
	color: #000066;
	font-weight: bold;
	top: 2px;
	text-indent: 15px;
	position: absolute;
}
.rvheader2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #000066;
	font-weight: bold;
	background-position: 5px;
	text-indent: 45px;
	position: absolute;
	top: 79px;
}


body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(beach-back.jpg);
	background-repeat: repeat;
	background-color: #FFF3DE;
}

#rvmenu {
	float:left;
	width:100%;
	top:auto
	background:#efefef;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	}
#rvmenu ul {
	margin:0;
	padding:188px 10px 0 50px;
	list-style:none;
	}
#rvmenu li {
	display:inline;
	margin:0;
	padding:0;
	}
#rvmenu a {
	float:left;
	background:url("tableftF.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}
#rvmenu a span {
	float:left;
	display:block;
	background:url("tabrightF.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#666;
	}
	
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#rvmenu a span {float:none;}
/* End IE5-Mac hack */
#rvmenu a:hover span {color:#FFFFFF;}
#rvmenu a:hover {background-position:0% -42px;}
#rvmenu a:hover span {background-position:100% -42px;}                    
                    
