@charset "utf-8";

#nav a {
	display: block;
	text-decoration: none;
	color: #6E0F3D;
}

#nav li {
	display: block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: .03em;
	line-height: 2.1em;
}

#nav ul, #nav ul li {
	width: 146px;
	height: 33px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav ul li a {
	height: 100%;
}

#nav ul li a:hover {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #6E0F3D;
	background-image: url(/img/bg_nav_li_h.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#nav ul ul {
	position: absolute;
	display: none;
	left: 0px;
}

#nav ul ul li {
	display: block;
	width: 144px;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: .7em;
	letter-spacing: .03em;
	line-height: 2.7em;
	text-align: left;
	background-color: #EBE3E7;
}

.nav-li-s {
	border-style: solid;
	border-width: 1px 1px 0 1px;
	border-color: #6E0F3D;
	background-image: url(/img/bg_nav_li_s.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

.nav-li {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #6E0F3D;
}

.nav-li-e {
	border-style: solid;
	border-width: 0 1px 1px 1px;
	border-color: #6E0F3D;
}

#nav ul ul li a {
	padding: 0 5px 0 5px;
}
	
#nav ul ul li a:hover {
	color: #EBE3E7;
	border: none;
	background-image: none;
	background-color: #6E0F3D;
}

#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul {
	display: none;
}

#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul {
	display: block;
}