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

.mattblackmenu ul{
margin: 0;
padding: 0;
font: bold 12px Verdana;
list-style-type: none;
overflow: hidden;
width: 600px;
}

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

.mattblackmenu li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
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 */
}



.homebtn{
	background:url(../images/home.jpg) no-repeat;
	width:87px;
	height:36px;
}
.homebtn:hover{
	background:url(../images/home_h.jpg) no-repeat;
	width:87px;
	height:36px;
}
.homebtnh{
	background:url(../images/home_h.jpg) no-repeat;
	width:87px;
	height:36px;
}
.packagebtn{
	background:url(../images/packages.jpg) no-repeat;
	width:126px;
	height:36px;
}
.packagebtn:hover{
	background:url(../images/packages_h.jpg) no-repeat;
	width:126px;
	height:36px;
}
.packagebtnh{
	background:url(../images/packages_h.jpg) no-repeat;
	width:126px;
	height:36px;
}
.gallerybtn{
	background:url(../images/gallery.jpg) no-repeat;
	width:118px;
	height:36px;
}
.gallerybtn:hover{
	background:url(../images/gallery_h.jpg) no-repeat;
	width:118px;
	height:36px;
}
.gallerybtnh{
	background:url(../images/gallery_h.jpg) no-repeat;
	width:118px;
	height:36px;
}
.myaccountbtn{
	background:url(../images/myaccount.jpg) no-repeat;
	width:150px;
	height:36px;
}
.myaccountbtn:hover{
	background:url(../images/myaccount_h.jpg) no-repeat;
	width:150px;
	height:36px;
}
.myaccountbtnh{
	background:url(../images/myaccount_h.jpg) no-repeat;
	width:150px;
	height:36px;
}
.contactbtn{
	background:url(../images/contact.jpg) no-repeat;
	width:119px;
	height:36px;
}
.contactbtn:hover{
	background:url(../images/contact_h.jpg) no-repeat;
	width:119px;
	height:36px;
}
.contactbtnh{
	background:url(../images/contact_h.jpg) no-repeat;
	width:119px;
	height:36px;
}