.tabs{
	width: 868px;
}
.tabs ul{
	margin:0;
	padding:0;
		vertical-align: middle;

}

.tabs li{
	width:108px;
	height:44px;
	float:left;
	text-align:center;
	vertical-align: middle;
	overflow:hidden;
}

.tabs li a{
	font-size: 15px;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
    color: #f3d33d;
	text-decoration:none;
}
.tabs p{
	padding:9px 5px;
}


/*Menu Color Classes*/
.home{background: url(../images/tab-home.png) top left no-repeat;}
.events{background: url(../images/tab-events.png) top left no-repeat;}
.pronites{background: url(../images/tab-pronites.png) top left no-repeat;}
.specials{background: url(../images/tab-specials.png) top left no-repeat;}
.gallery{background: url(../images/tab-gallery.png) top left no-repeat;}
.sponsors{background: url(../images/tab-sponsors.png) top left no-repeat;}
.media{background: url(../images/tab-media.png) top left no-repeat;}
.register{background: url(../images/tab-register.png) top left no-repeat;}