
#menu-vertical {
	width: 198px;
	background: repeat-x;
	float: left;
	margin-left: -40px;
}

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

div#menu-vertical li  {
	height: 20px;
	background: url(../images/bg-menu-vertical-li.gif) no-repeat;
	width: 160px;
	padding-left: 38px;
	padding-top: 11px;
	margin-top: 12px;
}

div#menu-vertical li:hover  {
	background: url(../images/bg-menu-vertical-li-hover.gif) no-repeat;
	padding-left: 38px;
	padding-top: 11px;
}

div#menu-vertical a {
text-decoration: none;
	color: #1d315b;
	display: block;
}

div#menu-vertical a:hover {
	color: #000000;
}

div#menu-vertical li ul {
	display: none;
	margin-top: 11px;
}

div#menu-vertical li:hover ul {
	position: absolute;
	display: block;
	z-index:1;
	background: #dae0f6;
	font-size: 10px;
	padding: 0;
	margin: -35px 0 0 160px;
	border-color: #000000;
	border-right: 1px solid #b8c4e3;
	border-bottom: 1px solid #b8c4e3;
	border-top: 1px solid #b8c4e3;
}

div#menu-vertical li li {
	background: none;
	margin: 0;
	line-height: 20px;
	height: 20px;
	padding: 0 15px;
	width: auto;
}

div#menu-vertical li li:hover {
	background: none #8aa0d4;
	margin: 0;
	color: #000000;
	padding: 0 15px;
}

div#menu-vertical li li a {
	color: #000000;
}
