.jquerycssmenu
{

	line-height:43px;
}

.jquerycssmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.jquerycssmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	}
.jquerycssmenu ul li a
{
	color:#066B2C; line-height:43px; text-decoration:none; font-family:Tahoma; font-size:12px; font-weight:bold; width:95px; float:left; text-align:center;
	
}

.jquerycssmenu ul li a:hover
{
	color: #000;
	text-decoration: none;
}


.jquerycssmenu ul li ul
{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	height:auto;
	line-height:25px;
}


.jquerycssmenu ul li ul li
{
	display: list-item;
	float: none;
	width:200px;
	margin:0;
	
	
}


.jquerycssmenu ul li ul li ul
{
	top: 0;
}


.jquerycssmenu ul li ul li a
{
	background: #066B2C;
	color: #fff;
	padding: 4px 18px;
	margin: 0;
	text-align:left;
	height:auto;
	line-height:25px;
	width:200px;
}

.jquerycssmenu ul li ul li a:hover
{
	
	background: #eff9ff;
	color: #000;
	padding: 4px 18px;
	text-align:left;
	height:25px;
	line-height:25px;
	width:200px;
}



.downarrowclass
{
	position: absolute;
	top: 12px;
	right: 5px;
}

.rightarrowclass
{
	position: absolute;
	top: 5px;
	right: 5px;
}


