#menu {
	width: 100%;
	display:block;
	float: right;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul a, #menu h2 {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #000;
	width: auto;
	display: inline-block;
	text-decoration: none;
	background-color: #D49F00;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #00F;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #00F;
}
#menu h2 {
	color: #fff;
	background: #000;
	text-transform: uppercase;
}
#menu .submenu1 {
	font-size: 110%;
	width: 200px;
	border: thin solid #7FBFFF;
	font-style: italic;
	background-color: #D4FF55;
}
#menu a {

}
#menu a:hover {
	color: #a00;
	background: #fff;
}
#menu li {
	position: relative;
	float: left;
	margin-left: 5px;
}
#menu ul ul {
	position: absolute;
	width: 100%;
	z-index: 500;
	margin-left: -5px;
}
#menu ul ul a {
	color: #000;
	background: inherit;
	display: block;
	text-decoration: none;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 14px;
	margin-top: 4px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
	font-style: italic;
}
#menu ul ul a:hover {
	color: #a00;
	background: #fff;
}
#menu ul ul li {
	width: 90%;
	white-space: nowrap;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}
#menu ul ul, #menu ul li:hover ul ul, #menu ul ul li:hover ul ul, #menu .submenu {
	display: none;
}
#menu ul li:hover ul, #menu ul ul li:hover ul, #menu ul ul ul li:hover ul {
	display: block;
}
