@charset "utf-8";
/* CSS Document */

/**** Bar Structure ****/

#ebsubmenu {
	height: 50px; 
	font-size: 16px; 
	color: #fff; 
	background: #fff; /* Old browsers */
	background: -moz-linear-gradient(top,#fff 0%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,#fff 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,#fff 0%,#eaeaea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,#fff 0%,#eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom,#fff 0%,#eaeaea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
	opacity: 0.95;
	box-shadow: inset 0 2px 0 #ccc;
}

#ebsubmenu .options { 
	margin: 0 auto; 
	width: 900px; 
}

/****/

/**** Menu Buttons ****/

#ebsubmenu p { 
	float: left; 
	color: #333;
	line-height: 47px;
}

#ebsubmenu a { 
	display: block; 
	float: right; 
	margin-top: 7px; 
	padding: 0 38px 0 10px; 
	height: 36px; 
	font-size: 13px; 
	color: #333; 
	text-decoration: none; 
	line-height: 36px; 
	background: url(../images/arrows.png) right -36px no-repeat;
}

#ebsubmenu a:hover {
	color: #fff;
	background: #333 url(../images/arrows.png) right 0 no-repeat;
}

/****/
