/**
 * Various CSS styles relating to the menu.
 */
#rootMenu {
	position: absolute;
	text-align: right;
	left: 100px;
	top: 0;
	background: url(images/logo.gif) 50px top no-repeat; /* 112 x 142 */
	padding-top: 150px;
	width: 170px;
	z-index: 1;
}

/* pageInset moved here due to structural hack */
#pageInset {
	position: absolute;
	top: 25px;
	left: -100px;
	width: 250px;
	height: 500px;
	background-position: left top;
	background-repeat: no-repeat;
	z-index: 2;
}

#mainMenu {
	position: absolute;
	left: 270px;
	top: 58px;
	color: white;
	width: 510px;
	height: 30px;
	overflow: hidden;
	z-index: 1;
}

#currentMenu {
	position: absolute;
	text-align: right;
	left: 100px;
	top: 300px;
	border: 1px dotted #444;
	border-right: none;
	width: 130px;
	padding: 10px;
	z-index: 2;
}

#rootMenu ul,
#rootMenu li,
#mainMenu ul,
#mainMenu li,
#currentMenu ul,
#currentMenu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#rootMenu li {
	padding: 2px 8px;
	border-bottom: 1px solid #EAEAEA;
}
#rootMenu li.index_num_0 {
	border-top: 1px solid #EAEAEA;
}

#mainMenu li {
	display: block;
	float: left;
	padding: 5px 10px;
	border-left: 1px solid white;
	height: 20px;
	overflow: hidden;
}

#menu a:link,
#menu a:visited,
#menu a:hover,
#menu a:active {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: black;
}

#rootMenu a:hover,
#rootMenu a:active {
	text-decoration: underline;
}

#mainMenu a:link,
#mainMenu a:visited,
#mainMenu a:hover,
#mainMenu a:active {
	font-size: 11.5px;
	color: white;
}

#currentMenu a:hover,
#currentMenu a:active {
	background: #D8E3EC;
}

#rootMenu span {
	position: relative;
	z-index: 3;
}

#mainMenu li.selected {
	background: #FFF4A9;
	border-left: 6px double #9BB7CA;
}
#mainMenu li.selected a:link,
#mainMenu li.selected a:visited,
#mainMenu li.selected a:hover,
#mainMenu li.selected a:active {
	color: black;
}

#currentMenu li.selected a:link,
#currentMenu li.selected a:visited,
#currentMenu li.selected a:hover,
#currentMenu li.selected a:active {
	background: #FDF6C6;
}