@charset "utf-8";
/* CSS Document */

/**** Bar Structure ****/

#ebfloat #ebmenu { 
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top,#252525 0%, #000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#252525), color-stop(100%,#000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#252525 0%,#000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#252525 0%,#000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#252525 0%,#000 100%); /* IE10+ */
	background: linear-gradient(to bottom,#252525 0%,#000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#252525', endColorstr='#000',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #333; 
	opacity: 1.0;
}

#ebfloat #ebmenu .options { 
	margin: 0 auto; 
	padding: 0; 
	width: 900px; 
	height: 45px; 
	font-family: Arial, Helvetica, sans-serif;
}

/****/

/**** Menu Buttons ****/

#ebfloat #ebmenu .options a { 
	float: right; margin: 9px 2px 0 0; padding: 0 8px; height: 26px; font-size: 11px; font-weight: bold; color: #fff; line-height: 26px; text-decoration: none; border-radius: 4px; box-shadow: 1px 1px 1px #000 inset;
	background: #000; /* Old browsers */
	background: -moz-linear-gradient(top,#000 0%, #252525 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000), color-stop(100%,#252525)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#000 0%,#252525 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#000 0%,#252525 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#000 0%,#252525 100%); /* IE10+ */
	background: linear-gradient(to bottom,#000 0%,#252525 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#252525',GradientType=0 ); /* IE6-9 */
}

#ebfloat #ebmenu .options a:hover {
	background: #ed1c24; /* Old browsers */
	background: -moz-linear-gradient(top,  #a7161b 0%, #ed1c24 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a7161b), color-stop(100%,#ed1c24)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a7161b 0%,#ed1c24 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a7161b 0%,#ed1c24 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0a7161b 0%,#ed1c24 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a7161b 0%,#ed1c24 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7161b', endColorstr='#ed1c24',GradientType=0 ); /* IE6-9 */
}

/****/

/**** EB Logo ****/

#ebfloat #ebmenu .options a.eblogo { 
	float: left; 
	padding: 0; 
	margin-top: 9px; 
	width: 173px; 
	height: 26px; 
	background: url(../images/eblogo.png) 0 0 no-repeat; 
	text-indent: -4000px; 
	border: 0; 
	box-shadow: none; 
	filter: none; 
}

#ebfloat #ebmenu .options a:hover.eblogo { 
	background-position: -173px 0; 
}

/****/

/**** Social Media Btns ****/

#ebfloat #ebmenu .options a.facebook, #ebfloat #ebmenu .options a.twitter { 
	display: block; 
	width: 26px; 
	height: 26px; 
	padding: 0; 
	text-indent: -4000px; 
}

#ebfloat #ebmenu .options a.facebook span { 
	display: block; 
	width: 100%; 
	height: 26px; 
	background: url(../images/icon-facebook.jpg) center center no-repeat; 
}

#ebfloat #ebmenu .options a.twitter span { 
	display: block; 
	width: 100%; 
	height: 26px; 
	background: url(../images/icon-twitter.jpg) center center no-repeat; 
}

/****/

	
