

.cssEasyMenu_Filler {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 12px;
	width: 100%; 
    
	/*Gradient*/
	background: #B8B8B8; /* Old browsers */
	background: -moz-linear-gradient(top, #B8B8B8 0%, #484848 44%, #484848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8B8), color-stop(44%,#484848), color-stop(100%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* IE10+ */
	background: linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8B8B8', endColorstr='#484848',GradientType=0 ); /* IE6-9 */
}

.cssEasyMenu_Container{
	margin: 0px;
	padding: 0px;
   	font-size: 13px;
	line-height: 1.5;
	background: none;
    z-index:1;
	max-width: 1245px; 
	overflow: hidden;
}
.cssEasyMenu_Item {
	margin: 0px;
	padding: 0px;
	background: #fff;
	float: left;
    width:auto;
    max-width:10%;
    overflow:hidden;
 	white-space: nowrap; 
    text-overflow: ellipsis; 
    z-index:5000;
	background: #B8B8B8; /* Old browsers */
	background: -moz-linear-gradient(top, #B8B8B8 0%, #484848 44%, #484848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8B8), color-stop(44%,#484848), color-stop(100%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* IE10+ */
	background: linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8B8B8', endColorstr='#484848',GradientType=0 ); /* IE6-9 */
 }
.cssEasyMenu_Item h4 {
	margin: 0px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 12px;
	height: auto; 
    overflow:hidden;
 	white-space: nowrap; 
    text-overflow: ellipsis; 

	/*Gradient*/
	background: #B8B8B8; /* Old browsers */
	background: -moz-linear-gradient(top, #B8B8B8 0%, #484848 44%, #484848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8B8), color-stop(44%,#484848), color-stop(100%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* IE10+ */
	background: linear-gradient(top, #B8B8B8 0%,#484848 44%,#484848 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8B8B8', endColorstr='#484848',GradientType=0 ); /* IE6-9 */
}
.cssEasyMenu_Item h4:hover {  
	background: #B8B8B8; /* Old browsers */
	background: -moz-linear-gradient(top,  #B8B8B8 0%, #484848 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8B8), color-stop(100%,#484848)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #B8B8B8 0%,#484848 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #B8B8B8 0%,#484848 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #B8B8B8 0%,#484848 100%); /* IE10+ */
	background: linear-gradient(top,  #B8B8B8 0%,#484848 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8B8B8', endColorstr='#484848',GradientType=0 ); /* IE6-9 */
}
.cssEasyMenu_Item h4 a {
	margin: 0px;
	color: white;
	text-decoration: none;
}
.cssEasyMenu_Item ul {
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 13px;
	line-height: 30px;
	height:0px;
	list-style-type: none;
    overflow:hidden;
    position:absolute;
    z-index:1000;

	/*Animation*/
	-webkit-transition: height 1s ease;
	-moz-transition: height 1s ease;
	-o-transition: height 1s ease;
	-ms-transition: height 1s ease;
	transition: height 1s ease;

}
.cssEasyMenu_Item:hover ul {
	margin: 0px;
	padding: 0px;
	height: auto;
}
.cssEasyMenu_Item ul a {
	margin: 0px;
	padding-right: 20px;
	margin-left: 20px;
	text-decoration: none;
	color: #777;
	display: block;
	height: auto;
}
/*li Styles*/
.cssEasyMenu_Item li {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #eee;
}
.cssEasyMenu_Item li:hover {
	margin: 0px;
	padding: 0px;
	background: #eee;
}
/*First Item Styles*/
.alpha p {
	padding: 8px 12px;
	color: #aaa;
}
.alpha p a {
	color: #aaa;
	font-style: italic;
}
.alpha p a:hover {
	color: #ccc;
}