#menuSecond {
	line-height: 37px;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	background: #934B70;
	z-index: 800;
}
#menuSecond ul {
	margin-right: -8px;
}
#menuSecond li {
	margin-right: 24px;
}
#menuSecond a {
	padding: 10px 6px 18px;
	color: white;
}
#menuSecond a:hover {
	text-decoration: none;
}
#menuSecond li.select {
	position: relative;
	top: 1px;
	margin-right: 0;
	padding-left: 16px;
	padding-right: 45px;
	line-height: 31px;
	background: #BE7098 url(../../img/menu_secondlevel_select.gif) no-repeat right center;
	z-index: 900;
}
#menuSecond li.select a {
	padding: 0;
	text-decoration: none;
	font-size: 18px;
}
#menuSecond li.select a span {
	border-bottom: 1px dashed white;
}
#menuSecond li.select a:hover span {
	border-bottom: 1px solid white;
}
#menuSecond li.current {
	background-color: #BE7098;
}
#menuSecond li.current a {
	background: url(../../img/menu_secondlevel_current.gif) no-repeat center bottom;
	text-decoration: none;
}
