@charset "UTF-8";

/* ************************* Menu Styling (Menu Only) ************************* */

.configServ {
	/*width: 800px;*/
	list-style: none;
	margin: 0 auto 2em;
	padding: 0;
	/*font: 12px "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
}

.configServ  ul {
	margin: 0 auto;
}

.configServ li {
	clear: both;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #300E0E;
}

.configServ li.menu-desc {
	border-bottom: none;
	text-align: left;
	padding: 0.25em 0;
	margin: 0 .5em 0;
	color:#541D1D;
}

.configServ li.menu-label {
	/*font-size: 18px;*/
	font-weight:bold;
	border-bottom: none;
	padding: 1em 0 1em 0;
	/*margin: 1em 0 1em 0;*/
	color:#541D1D;
}

.configServ strong {
	background-color: #fff;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
}

.configServ em {
	background-color: #fff;
	padding: 0 0 0 5px;
	/*font: 12px "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	/*font-family:"Lucida Sans Unicode", "Lucida Grande", Sans-Serif;*/
	position: absolute;
	bottom: -.2em;
	right: 0;
}

.configServ .menu-indent {
	margin-left: .5em;
}