#menu, #menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none; background:#CCC; height:auto; 
}
#menu {
 
	margin: 20px 18px 0 0PX;
	float:right; 
}
#menu:before,  #menu:after {
	
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom:1;
}
#menu li {
	float:left;

	border-radius: 6px;
	position: relative; margin:1PX;
}
#menu a {
	float: left;
	padding: 6px 10px; 
	color:#000; margin-left:1px;

	font:14px Arial, Helvetica;
	text-decoration: none;
	

}
#menu li li a {
	color:#FFF;
	
	border-radius:6px;
}
#menu ul {
	margin: 20px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 32px;
	left: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
#menu li a:hover { color:#000; background:#ccc;}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;background:#0091d5;
}
#menu ul ul {
	top: 0;
	float:right;
	left: 150px;
	margin: 0 0 0 0px;background:#0091d5;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3); 
}
#menu ul li {
	float: none;
	display: block;
	border: 0; margin:0px; padding:0px;background:#0091d5;
	_line-height: 0; /*IE6 only*/
	-moz-box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	-webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #666; border-radius:0px !important;
	box-shadow: 0 1px 0 #111, 0 2px 0 #666;
}
#menu ul li:last-child {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu ul a {
	padding: 5px;

	_height: 10px; /*IE6 only*/
	display: block;border-radius:0px !important;
	white-space: nowrap;background:#0091d5;
	float: none;
	text-transform: none;
}
#menu ul li:first-child > a {
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #444;
}
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid #3b3b3b;
}
#menu ul li:first-child a:hover:after {
	border-bottom-color: #e6eaec;
}
#menu ul ul li:first-child a:hover:after {
	border-right-color: #e6eaec;
	border-bottom-color: transparent;
}
#menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}
