#menu {
	margin: 0px;
	width: 1057px;
	height: 36px;
	position: relative;
	overflow: visible;
	color: #333;
	padding: 0 0 0 0px;
	padding-left: 20px;
	border-bottom: 1px solid #1E1E1E;
	border-top: 1px solid #1E1E1E; /*background: #fff url(../img/blue_long.jpg) center left no-repeat;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 36px;
	white-space: nowrap;
	background-color: #fff;/*#3A3839*/
}
#mydropdown {
	position: relative;
	z-index: 2;
}
/* this is the main UL element*/
.dropdown {
	position: relative;
	display: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none; /*	border-bottom: 1px solid #444;*/
	background-color: #fff;
}

/* these are the inner menus*/
.dropdown ul {
	margin: 0px 0px 0px 0px;
	padding: 0; /*	border-top:1px solid #444;*/
	list-style: none;
	height: 36px;
	line-height: 26px;
}
.dropdown ul:hover {
	color: #333;/*#747577*/
	background: #fff;
}
/* these are all the LIs in the menu*/
.dropdown li {
	margin: 0;
	width: auto; 
	background-color:#fff;
	cursor: pointer;
	cursor: default;
	text-align: center;
	height:36px;
	opacity:0.90;
}
.dropdown li:hover {
	color: #333;/*#747577*/
	background: #eee;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a {
	display: block;
	padding: 0px 20px 0px 20px;
	text-decoration: none;
	color: #333;
	width: auto;
	background-color:#fff;
}

.dropdown a:hover {
	text-decoration: none;
	color: #747577;
	background: #ffffff url(../../../img/white.gif);
}

/* these are the LIs that only belong to submenu*/
.dropdown ul {
	margin-top: 1px;
}
.dropdown ul li {
	border: 1px solid #444;
	border-top: 0;
	margin-left: -1px;
	background-color: #eee;
	text-align: left;
	font-size: 13px;
}
/* Only for the submenu background*/
.dropdown ul ul li:hover {
/*	border:1px solid #444;*/
	background-color: #ddd;
	border-top:0;
	margin-left:-1px;
}
.dropdown li li {
	background-color:#fff;
	color:White;
	width:170px;
	line-height: 36px;
}
.dropdown li li:hover {
	background-color: #eee;
	color: #747577;
	width: 170px;
}
.dropdown li li a:hover {
	background-color: #eee;
	color:#747577;
}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down {
/*	background:#000 url('expand_down.gif') center left no-repeat;*/
	background-color: #eee;
	padding-left:0px;
	width:auto;
	line-height: 36px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left {
	/*background:#3A3839 url('expand_right.gif') center right no-repeat;*/
	background-color: #eee;
	padding-right:15px;
	width:auto;
}
