#mainUL

{

	list-style-type:none;

	margin: 0px;

	padding: 0px;

	position:relative;

	top:0px;

}

#mainUL ul

{

	margin: 0px;

	padding: 0px;

	list-style: none;

	background-color: #59BA25;

	background-repeat: repeat-y;

	width: 100%;

	position: absolute;

	top: 26px;

	padding-bottom:5px;

}	

#mainUL ul li

{

	padding-bottom: 4px;

	padding-top:4px;

	height: 16px;

}

#mainUL ul li a span{

	padding-left: 20px;

	display: block;

}

#mainUL ul li a

{

	display: block;

	text-decoration:none;

	padding-left: 0px;

	padding-top:5px;

	color: white;

	font-weight: bold;

	width: 100%;

	height: 20px;

}

#mainUL ul li a:hover

{

	background-image: url(images/drop-bg.gif);

	height: 24px;

	width: 100%;

	display: block;

	text-decoration:none;

	padding-left: 0px;

	background-repeat: no-repeat;

	padding-top:5px;

	margin-top: 0px;

	margin-bottom: 0px;

	color:#FF7800;

	font-weight: bold;

	padding-top:4px;

}

@media all,(min-width: 0px){

  #mainUL

  {

	top: 0px !important;

  }

  #mainUL ul li a span

  {

	 text-align: left;

	 padding-left: 25px;

  }

}