#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li {
	position: relative;
	display: inline;
	float: left;
}

#menu li a {
	display: block;
	padding: 4px 8px;
	text-decoration: none;
/*	background-color: #f3f;*/
/*	background: url(/images/menu/off.gif) center center repeat-x;*/
	color: white;
/*	font-weight: bold;*/
/*	width: 110px;*/
}
	
#menu li ul {
	left: -40px;
	top: 0;
	/*border: 1px solid #000;*/
	position: absolute;
	display: block;
	visibility: hidden;
	z-index: 100;
}

#menu li ul li {
	display: inline;
	float: none;
}

#menu li ul li a {
	width: 160px;
	font-weight: normal;
	padding: 2px 5px;
	background-color: #f9f;
	border-width: 0 1px 1px 1px;
}

#menu li a:hover {
	background-color: #ff9900;
/*	background: url(/images/menu/on.gif) center center repeat-x;*/
}

#menu li ul li a:hover {
	background-color: #ff9900;
}

#menu .menu-arrow {
/*	position: absolute;
	right: 0; */
	padding-right: 10px;
	background: transparent url(/images/menu/arrow.gif) no-repeat center left;
}

.selected {
	/*background: url(/images/menu/on.gif) center center repeat-x;*/
	background-color: #ff9900;
}

/* Holly Hack for IE \*/
* html p#iepara{ 
	padding-top: 1em;
}
	
* html #menu li {
	float: left;
	height: 1%;
}

* html #menu li a {
	height: 1%;
}
/* End */