﻿@charset "UTF-8";
/* CSS Document */
/* Setup */
#left ul {
	margin: -8px 0 -13px -5px;
	padding : 0;
	width : auto;
	list-style : none;
}
#left ul li {
	margin : 0;
	padding : 0;	
	background: none;
}
#left ul li ul {
	display:block;
	height:auto;
	width: 180px;
	margin: 0;
	position:absolute;
	z-index: 99;
	left: -999em;
}
#left ul li ul ul {

}
#left ul li li {
	width: 185px;
}
#left ul li ul {
	left: -999em;
}
#left ul li:hover ul ul, #left ul li:hover ul ul ul {
	left: -999em;
}
#left ul li:hover ul, #left ul li li:hover ul, #left ul li li li:hover ul {
	left: auto;
}
/* Level 1 */

#left ul li a {
	display: block;
	cursor: pointer;
	margin: 3px 0 0 0;
	text-transform: none;
	text-align: center;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
	width: 12.2em;
	color: #F4EFCE;
	text-decoration: none;
	border: medium #F4EFCE inset;
}
#left ul li a:hover {
	text-decoration: none;
	background-position: center;
	color: #DFF5FF;
}
#left li.active a {
	background-position: center;
	color: #DFF5FF;
}
#left li.parent a {
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}
#left li.parent a:hover {
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}
#left ul li#current.parent a {
	background-image: url(../images/arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}
#left ul li a span {	
}
#left ul li a:hover span {
}
/* Level 2 */
#left ul li li a {
	margin: -30px 0 20px 180px;
	color: #F4EFCE;
	text-align: center;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	background-color: #000080;
}
#left ul li li a:hover {
	color: #DFF5FF;
}
#left ul li li.parent {
}
#left ul li li.parent:hover {
}
#left ul li li a span {
}
#left ul li li a:hover span {
}

