
.opt, .opt-on {
	float: left;
	margin-right: 20px;
	height: 18px;
}
.opt a, .opt-on a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.opt-on {
	border-bottom: 2px solid #fff;
}

.optr, .optr-on {
	float: right;
	margin-left: 700px;
	margin-right: 20px;
	height: 24px;
}
.optr a, .optr-on a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.optr-on {
	border-bottom: 2px solid #fff;
}

.subopt, .subopt-dkb, .subopt-dkg, .subopt-or, .subopt-rd {
	clear: both;
	width: 130px;
	margin-bottom: 3px;
	padding: 2px 0 0 40px;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

.subopt a, .subopt-dkb a, .subopt-dkg a, .subopt-or a, .subopt-rd a {
	text-decoration: none;
	color: #616a67;
}

.dkb a:hover {
	color: #147190;
}

.dkg a:hover {
	color: #59843c;
}

.or a:hover {
	color: #bc7b22;
}

.rd a:hover {
	color: #a8423b;
}

.subopt {
	background: url('../images/nav/nav_arrow_off.jpg') no-repeat;
}

.dkb-on a {
	color: #147190;
}
.dkb-on {
	background: url('../images/nav/nav_arrow_blue.jpg') no-repeat top left;
}

.dkg-on a {
	color: #59843c;
}
.dkg-on {
	background: url('../images/nav/nav_arrow_green.jpg') no-repeat top left;
}

.or-on a {
	color: #bc7b22;
}
.or-on {
	background: url('../images/nav/nav_arrow_org.jpg') no-repeat top left;
}

.rd-on a {
	color: #a8423b;
}

.rd-on {
	background: url('../images/nav/nav_arrow_red.jpg') no-repeat top left;
}


.locopt {
	clear: both;
	width: 130px;
	margin-bottom: 5px;
	padding: 0 0 0 10px;
	background: url('../images/nav/nav_arrow_white.jpg') no-repeat;
	text-transform: uppercase;
	font-family: Arial;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}
.locopt a {
	text-decoration: none;
	color: #eddcc3;
}
.locopt a:hover {
	text-decoration: underline;
}


.locopt-alt {
	clear: both;
	margin-bottom: 1px;
	padding: 0 0 0 12px;
	background: url('../images/nav/nav_arrow_grey.jpg') no-repeat;
	font-family: Arial;
	font-size: 11px;
}
.locopt-alt a {
	text-decoration: none;
	color: #616a67;
}
.locopt-alt a:hover {
	text-decoration: underline;
}