div#menu {
	width: 500px;
	float: left;
	height: 45px;
	padding: 7px 0 0 15px;
	margin: 0;
	list-style: none;
}

div#menu * {
	padding: 7px 0 0 15px;
	margin: 0;
	list-style: none;
}

div#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}


#menu a, #menu li {
	display: block;
	margin: 0;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

#menu li {
	float: left;
	padding: 0px 20px 5px 0;
}

#menu ul ul li {
	float: left;
	padding: 0px 0px 0px 0;
	position: relative;
}

* html #menu li {
	/*display: inline;
	width: 1px;*/
}

#menu a {
	text-decoration: none;
	padding-left: 5px;
}

#menu a:hover {
	color: #8CC741 !important;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	padding: 7px 0 0px 0px;
	margin: 0px 0 0 -10px;
	border-top: 0px solid #8cc640;
	width: 140px;
}

#menu ul ul li {
	white-space: nowrap;
	float: none;
	margin: 0;
	padding: 0 0 0 0;
	background: url(../img/submenu_middle_left.png) repeat-y left top;
	min-width: 100px;
}

* html #menu ul ul li {
	float: none;
	*width: 100px;
	background: url(../img/submenu_middle_left.gif) repeat-y left top;
}

#menu ul ul li#first {
	background: url(../img/submenu_top_left.png) no-repeat left top;
}

* html #menu ul ul li#first {
	background: url(../img/submenu_top_left.gif) no-repeat left top;
}

#menu ul ul li#last {
	background: url(../img/submenu_bottom_left.png) no-repeat left bottom;
}

* html #menu ul ul li#last {
	background: url(../img/submenu_bottom_left.gif) no-repeat left bottom;
}

#menu ul ul li a {
	color: #454343;
	left: 14px;
	position: relative;
	padding-right: 20px;
	margin: 0;
	background: url(../img/submenu_middle_right.png) repeat-y right top;
	line-height: 15px;
}

* html #menu ul ul li a {
	background: url(../img/submenu_middle_right.gif) repeat-y right top;
	width: 120px;
}

#menu ul ul li a#start {
	background: url(../img/submenu_top_right.png) no-repeat right top;
	padding-top: 20px;
}

* html #menu ul ul li a#start {
	background: url(../img/submenu_top_right.gif) no-repeat right top;
}

#menu ul ul li a#end {
	background: url(../img/submenu_bottom_right.png) no-repeat right bottom;
	padding-bottom: 20px;
}

* html #menu ul ul li a#end {
	background: url(../img/submenu_bottom_right.gif) no-repeat right bottom;
}

#menu ul ul ul {
	position: absolute;
	top: -5px;
	left: 100%;
	border-top: 0px solid #8cc640;
}

#menu ul ul ul li#sub-first {
	background: url(../img/submenu_top_left_sub.png) no-repeat left top;
}

* html #menu ul ul ul li#sub-first {
	background: url(../img/submenu_top_left_sub.gif) no-repeat left top;
}

#menu ul ul ul li#sub-last {
	background: url(../img/submenu_bottom_left.png) no-repeat left bottom;
}

* html #menu ul ul ul li#sub-last {
	background: url(../img/submenu_bottom_left.gif) no-repeat left bottom;
}

#menu ul ul ul li a#sub-start {
	background: url(../img/submenu_top_right_sub.png) no-repeat right top;
	padding-top: 20px;
}

* html #menu ul ul ul li a#sub-start {
	background: url(../img/submenu_top_right_sub.gif) no-repeat right top;
}

#menu ul ul ul li a#sub-end {
	background: url(../img/submenu_bottom_right.png) no-repeat right bottom;
	padding-bottom: 20px;
}

* html #menu ul ul ul li a#sub-end {
	background: url(../img/submenu_bottom_right.gif) no-repeat right bottom;
}

div#menu ul ul,
div#menu ul li.hover ul ul,
div#menu ul ul li.hover ul ul
{display: none;}

div#menu ul li.hover ul,
div#menu ul ul li.hover ul,
div#menu ul ul ul li.hover ul
{display: block;}

.menu-item-drop-active {
	/*border-left: 3px solid #ffcb08; */
}