
a.drop_menu:link	{ font: 10pt arial; color: #ffffff; font-weight: bold; text-decoration: none; }
a.drop_menu:visited	{ font: 10pt arial; color: #ffffff; font-weight: bold; text-decoration: none; }
a.drop_menu:active	{ font: 10pt arial; color: #ffffff; font-weight: bold; text-decoration: none; }
a.drop_menu:hover	{ font: 10pt arial; color: #00ff00; font-weight: bold; text-decoration: none; }

.menu-item { background: #fff; width: 260px; }

/*MENU HEADER STYLES*/
.menu-item h4 {
	border-bottom: 1px solid rgba(0,0,0,0.3);
	border-top: 1px solid rgba(216,216,216,0.2);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 4px 12px;
  
  /*GRADIENT*/
	background: #dbaba9; /* Old browsers */
	background: -moz-linear-gradient(top, #dbaba9 0%, #5a6592  44%, #5a6592 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbaba9), color-stop(44%,#5a6592 ), color-stop(100%,#5a6592)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dbaba9 0%,#5a6592  44%,#5a6592 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dbaba9 0%,#5a6592  44%,#5a6592 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dbaba9 0%,#5a6592  44%,#5a6592 100%); /* IE10+ */
	background: linear-gradient(top, #dbaba9 0%,#5a6592  44%,#5a6592 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbaba9', endColorstr='#5a6592',GradientType=0 ); /* IE6-9 */
}
.menu-item h4:hover {  
	background: #e3e5ef; /* Old browsers */
	background: -moz-linear-gradient(top,  #e3e5ef 0%, #5a6592 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e5ef), color-stop(100%,#5a6592)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e3e5ef 0%,#5a6592 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e3e5ef 0%,#5a6592 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e3e5ef 0%,#5a6592 100%); /* IE10+ */
	background: linear-gradient(top,  #e3e5ef 0%,#5a6592 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5ef', endColorstr='#5a6592',GradientType=0 ); /* IE6-9 */

}
.menu-item h4 a {
	color: white;
	display: block;
	text-decoration: none;
	width: 252px;
}

/*UL STYLES*/
.menu-item ul {
	background: #fff;
	font-size: 13px;
	line-height: 30px;
	height: 0px;
	list-style-type: none;
	overflow: hidden;
	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: 100px;
}
.menu-item ul a {
	margin-left: 5px;
	text-decoration: none;
	color: #fcf6f6;
	display: block;
	width: 216px;
}

/*LI STYLES*/
.menu-item li {
	padding: 10px 0px 0px 10px;
	border-bottom: 1px solid #eee;
}
.menu-item li:hover {
	background: #e3e5ef;
}

/*FIRST ITEM STYLES*/
.alpha p {
	padding: 8px 12px;
	color: #fcf6f6;
}
.alpha p a {
	color: #fcf6f6;
	font-style: italic;
}
.alpha p a:hover {
	color: #ccc;
}

/*BEGIN DROP_DOWN DIVISION COLUMNS*/
#column1-wrap {
	float: left;
	width: 100%;
}
#column1 {
	width: 126px;
	margin-right: 126px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#column2 {
	float: left;
	width: 150px;
	margin: 10px 0px 0px -150px;
	padding: 0px;
}
#clear {
	clear: both;
}
/*END DROP_DOWN DIVISION COLUMNS*/
