/* this is the main UL element*/


		
	






.dropdown{
	visibility:hidden;
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	/*border-top:1px solid #444;*/
	list-style:none;

}

/* these are all the LIs in the menu*/
.dropdown li{

	margin:0;
	float:left;
	display:block;
	top:0px;
	width:100px;
	background-color:#ffffff;
	/*border-right:solid 1px #cccccc;*/
	cursor:pointer;
}


  .dropdown li.top_row    {

            height:24px;
            background-color:#7ac142;

        }


/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color:#58595b;
	width:100%;
}

.dropdown a:hover{
color:#7ac142;
}

.dropdown ul {
	border:1px solid #cccccc;


}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:0;
	border-top:0;
	padding:0px 5px 0px 5px;

}

.dropdown ul li a{
	border:0;
	border-top:0;
	padding:4px 0px 3px 0px;
	border-bottom:1px solid #cccccc;

}

.dropdown ul li a.color_green{
	border:0;
	border-top:0;
	padding:4px 0px 3px 0px;
	color:#2c9031;

	border-bottom:1px solid #cccccc;

}







.dropdown ul li a.last {
	border:0;


}


.dropdown ul li ul	{

	border:1px solid #cccccc;

}

ul.dropdown 	{

		float:left;
		display:block;
		top:0px;

	}

	ul.dropdown li	{



	}

	ul.dropdown li img	{

		border:none;

	}





















.height_1	{

	height:35px;
}
