#menu {
	position: absolute;
	z-index: 99;
	width: 812px;
	height: 30px;
	margin: 0 auto;
	top: 13px;
}

#navigation {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 550px;
	height: 30px;
	margin: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.9;
}


#navigation ul {
	list-style-type: none;
}

#navigation li {
	font-size: 13px;
	text-align:center;
}

#navigation li li {
	font-size: 13px;
}


/* first level > list */
ul.ds {
	z-index: 1000;
}

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	margin: 0 5px 0 0;
	line-height: 1em;
	z-index: 1001;
	width: 90px;
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	padding: 6px 4px;
	line-height: 1em;
	text-decoration: none;
	color: #1d324f;
	background-color: #fff;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

/* first level > link style > hover */
ul.ds li a:hover {
	color: #f90;
	background-color: #eeeeee;
}

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
	color: #f90;
	background-color: #eeeeee;
	background-position: right -140px;
}

/* second level > list */
ul.ds li ul {
	position: absolute;
	left: -40px;
	visibility: hidden;
	z-index: 1001;
}

/* second level > list items (override first level > list items) */
ul.ds li ul li {
	float: none;
	margin: 0;
	/*display: inline;*/
}

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	padding: 0.5em 1em;
	color: #1d324f !important;
	background-image: none;
	background-color: #fff;
	border: 0px;
	text-align:left;
	border-bottom: solid 1px #ccc;
}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	color: #f90 !important;
	background-color: #eeeeee !important;
}


div.dsClear { /* to clear the floated list items */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}