#menu {
	float: right;
	padding-top: 30px;
	z-index: 999;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu ul.level1 li {
	text-align: right;
	display: inline;
}

#menu  ul li {
	list-style-type: none;
}

#menu ul li a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 130%;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 20px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu  ul li a {
	float: none;
}

#menu ul.level2 {
	margin-left: 20px;
	margin-top: 3px;
}

/* End IE5-Mac hack */
#menu ul.level2, #menu ul.level3 {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	background: transparent;
	z-index: 999;
}

#menu ul.level2 li, #menu ul.level3 li {
	background-image: url(../img/shape_subs2.gif);
	background-repeat: no-repeat;
	background-position: center;
	display:block;
	float:none;
	padding: 3px;
	text-align:left;
	width:150px;
	height: 16px;
}

#menu ul.level3 li{
	margin-left: -2px;
}

#menu ul.level2 li.has-arrow:hover{
	background-image: url(../img/shape_hover3.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu ul.level2 li:hover{
	background-image: url(../img/shape_hover2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu ul.level3 li:hover {
	background-image: url(../img/shape_hover2.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#menu ul.level2 li a, #menu ul.level3 li a {
	background-image: none;
	margin: 0;
	padding-left: 5px;
	text-decoration:none;
	font-size: 10px;
	color: white;
	font-weight: normal;
}

#menu ul.level2 li a:hover, #menu ul.level3 li a:hover {
	background-image: none;

}
