
nav {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 1.5;
	margin: 20px 0px;
	width: 125px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.menu-item {
	background: #fff;
	margin: 0px;
	padding: 0px;
}

/*Menu Header Styles*/
.menu-item h4 {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(255,255,255,0.2);
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	padding: 7px 0px;
	margin: 0px;
	
	/*Gradient*/
	background: #b5c3f4; /* Old browsers */
	background: -moz-linear-gradient(top, #b5c3f4 0%, #5b7df4 44%, #0030d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5c3f4), color-stop(44%,#5b7df4), color-stop(100%,#0030d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b5c3f4 0%,#5b7df4 44%,#0030d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b5c3f4 0%,#5b7df4 44%,#0030d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b5c3f4 0%,#5b7df4 44%,#0030d6 100%); /* IE10+ */
	background: linear-gradient(#a5b8ff 35%, #5b7df4 50%, #0030d6 70%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5c3f4', endColorstr='#0030d6',GradientType=0 ); /* IE6-9 */
}

.menu-item h4:hover {  
	background: #0060e7; /* Old browsers */
	background: -moz-linear-gradient(top,  #0060e7 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0060e7), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0060e7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0060e7 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0060e7 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(#a5b8ff 35%, #5b7df4 50%, #0030d6 70%, #eeeeee 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0060e7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	
}

.menu-item h4 a {
	color: white;
	display: block;
	text-decoration: none;
	text-align: center;
}

/*ul Styles*/
.menu-item ul {
	background: #fff;
	font-size: 13px;
	line-height: 30px;
	height: 0px;
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	
	/*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;
}


.menu-item:hover ul {
	height: 93px;
	
}

.menu-item ul a {
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	text-decoration: none;
	color: #888;
	display: block;
}

/*li Styles*/
.menu-item li {
	border-bottom: 1px solid #eee;
}

.menu-item li:hover {
	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;
}
