

.cssEasyMenu_Filler {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 12px;
	width: 100%; 
    
	/*Gradient*/
	background: #569dd1; /* Old browsers */
	background: -moz-linear-gradient(top, #569dd1 0%, #006698 44%, #006698 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569dd1), color-stop(44%,#006698), color-stop(100%,#006698)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* IE10+ */
	background: linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569dd1', endColorstr='#006698',GradientType=0 ); /* IE6-9 */
}

.cssEasyMenu_Container{
	margin: 0px;
	padding: 0px;
   	font-size: 13px;
	line-height: 1.5;
	background: none;
    z-index:1;
	max-width: 965px; 
	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: #569dd1; /* Old browsers */
	background: -moz-linear-gradient(top, #569dd1 0%, #006698 44%, #006698 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569dd1), color-stop(44%,#006698), color-stop(100%,#006698)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* IE10+ */
	background: linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569dd1', endColorstr='#006698',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: #569dd1; /* Old browsers */
	background: -moz-linear-gradient(top, #569dd1 0%, #006698 44%, #006698 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569dd1), color-stop(44%,#006698), color-stop(100%,#006698)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* IE10+ */
	background: linear-gradient(top, #569dd1 0%,#006698 44%,#006698 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569dd1', endColorstr='#006698',GradientType=0 ); /* IE6-9 */
}
.cssEasyMenu_Item h4:hover {  
	background: #569dd1; /* Old browsers */
	background: -moz-linear-gradient(top,  #569dd1 0%, #006698 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#569dd1), color-stop(100%,#006698)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #569dd1 0%,#006698 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #569dd1 0%,#006698 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #569dd1 0%,#006698 100%); /* IE10+ */
	background: linear-gradient(top,  #569dd1 0%,#006698 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#569dd1', endColorstr='#006698',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;
}