.ekmenu_button, .ekmenu_button_hover, .ekmenu_button_selected, .ekmenu_button_selected_hover{
	margin:0px;
	width:144px;
	display: block;
	text-decoration: none;

	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	
	padding-top:4px;
	padding-left:4px;
	padding-bottom:6px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8981D;
	cursor:hand;
}

 a.ekmenu_link:link, a.ekmenu_link:active, a.ekmenu_link:visited, a.ekmenu_link:hover, a.ekmenu_link_selected{
	min-height:18px;	
  	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	
	
	padding-top:2px;
	padding-bottom:0px;
  	padding-left: 20px;

	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F8CA92;
	text-decoration:none;
	cursor:hand;
	
}
a.ekmenu_submenu_btnlink:hover span.ekmenu_button{
	display:block;
	width:144px;
	color: #000;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:0px;
  	padding-left: 20px;
	cursor:hand;
}
a.ekmenu_link:hover, a.ekmenu_link_selected{	
	display:block;
	
	background-color:#F8CA92;
	
}



/*a.ekmenu_submenu_btnlink{
	font-size:12px;
	color:#b31537;
	text-decoration:underline;
	font-weight:bold;
	margin:0px;
}*/
/*a.ekmenu_submenu_btnlink:link .ekmenu_button, a.ekmenu_submenu_btnlink:active span.ekmenu_button, a.ekmenu_submenu_btnlink:visited span.ekmenu_button{
	font-size:12px;
	color:#575152;
	text-decoration:none;
	font-weight:bold;
	margin:0px;
}*/

.ekmenu_unorderedlist_item 
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display:inline;
	/*margin:-30px;*/
}
div.ekmenu_menu_level_1 a{
	/*margin-left:-40px;*/
	display:block;
	
	padding-top:2px;
	padding-bottom:0px;
  	padding-left: 20px;
	/*background-color:#fff;*/
}
div.ekmenu_menu_level_1{
	width:149px;
}
.ekmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	/* Typical parent element: div.ekmenu (root level), div.ekmenu_submenu */
	display: none;
}