/* ------------------------Menu ----------------------------------*/
.widget {
width:100%;
margin:0px auto;
}


	.widget a {
	color: #222;
	text-decoration: none;
	}
	
	.widget a:hover {
	color: #009;
	text-decoration: underline;
	}
	
		
		
		
	.tabnav{
	width:auto;
	height:37px;
	margin:0px auto;
	padding: 0;
}

.tabnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

.tabnav li {
	float: left;
	list-style:none;
	width:33.33%;
}

.tabnav a {
	display: block;
	width:auto;
	height:auto;
	margin-right: 3px;
	margin-top:0px;
	list-style:none;
	padding: 5px 8px 5px 8px;
	text-decoration: none;
	background:#c7c7c7;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	color: #000;
	border-bottom:2px solid #000;
	border-radius:1px;
	-webkit-transition:all ease-in-out 300ms;
	-khtml-transition:all ease-in-out 300ms;
	-moz-transition:all ease-in-out 300ms;
	-ms-transition:all ease-in-out 300ms;
	-o-transition:all ease-in-out 300ms;
	transition:all ease-in-out 300ms;
}

.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
		color: #fff;
		background:#333;
		text-decoration: none;
		border-bottom:2px solid #000;
		}	


 
		
		
		
.tabdiv {
	margin-top: 2px;
    border-radius:5px;
	padding:10px 0px 10px 0px;
	width:100%;
	}
	
		.tabdiv li {
		list-style-image: url("star.png");
		margin-left: 20px;
		}

.ui-tabs-hide {
		display: none;
		}

		#featuredvid {
		text-align: center;
		}
		
			.fvid {
			margin-bottom: 5px;
			}
		
			.vidselector li {
			text-align: left;
			list-style: none;
			padding: 5px;
			background: #ffffff;
			border: 1px solid #dedbd1;
			text-transform: uppercase;
			margin-bottom: 5px;
			}


@media screen and (max-width: 768px)	 {
.tabnav li {
	float: left;
	list-style:none;
	width:100%;
}	
}