@charset "utf-8";
/************************* MENU */
dl#menu {
	margin: 0;
}

dt.subitem {
	font-size: 90%;
	display: block;
	background: url(../images/li.gif) no-repeat;
	height: 29px;
	width: 208px;
	position: relative;
}

dt.subitem-active {
	font-size: 90%;
	display: block;
	background: url(../images/li-active.gif) no-repeat;
	height: 32px;
	width: 208px;
	position: relative;
}

dt.subitem-active a,
dt.subitem a {
	position: absolute;
	top: 9px;
	color: #003467;
	left: 10px;
	text-decoration: none;
}

dl#menu dd {
	display: none;
	margin: 0;
}

dl#menu dd ul {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	background-color: #aae5f2;
}

dl#menu dd ul li a {
	height: 20px;
	width: 175px;
	margin-bottom: 0px;
	text-decoration: none;
	color: #003467;
	font-size: 70%;
	padding-left: 30px;
	display: block;
	background: url(../images/arrow.gif) no-repeat left -1px;
}

dl#menu dd ul li a:hover { background: url(../images/arrow.gif) no-repeat right -1px; }
