﻿/* example */
*{
    font-family: 'arial', 'helvetica';
}

#container ul.ez_menu {
	min-width: 800px;
    width:100%;
}

#container ul.ez_menu {
	position: relative;
}

/* customize */

ul.ez_menu {
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	height: 34px;
	width: 100%;
}

ul.ez_menu ul.menu_list {
	background-color: rgb(247, 247, 243);
	width: 220px;
}

ul.ez_menu ul.menu_list li {
	font-weight: normal;
}

ul.ez_menu ul.menu_list li:hover {
	background-color: #F5F5F5;
	text-decoration: none;
}

ul.ez_menu li {
	float: left;
	font-weight: bold;
	padding: 6px;
	position: relative;
}

ul.ez_menu li a{
    color:cornflowerblue;
}

ul.ez_menu li a:hover {
	text-decoration: none;
    color:dodgerblue;
}

ul.ez_menu li.menu_hover_on {
	background-color: #EEEEEE;
}

ul.ez_menu li.submenu_hover_on {
	background: #FFFFFF url( images/arrow_asc.gif ) no-repeat right center;
}

ul.ez_menu li.submenu_hover_on a {
	color: #000000;
}

ul.ez_menu li.submenu_hover_on > ul.menu_list li a {
	color: #787878;
	height: 16px;
	padding: 4px 10px 6px 10px;
}

ul.ez_menu li.submenu_hover_off {
	background: transparent none;
}

ul.ez_menu * li.submenu {
	background: rgb(247, 247, 243) url( images/arrow_rgt.gif ) no-repeat right center !important;
	border-top: 1px dashed #EEEEEE !important;
}

ul.ez_menu * li.submenu:hover {
	background: rgb(247, 247, 243) url( images/arrow_asc.gif ) no-repeat right center !important;
}

ul.ez_menu * li.submenu ul.menu_list {
	border-top: 1px solid #EEEEEE;
}
 ul li { font-family:'times'; font-size:15px; } ul.ez_menu{ background:white !important; background-color:white !important; border:0px !important; } ul.ez_menu ul.menu_list{top:30px;}