
.opt {
	clear: both;
	float: left;
	width: 145px;
	height: 19px;
	padding: 2px 0 0 0;
}
.opt a {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #00ADEE;
}
.opt a:hover {
	color: #828282;
}
.opt a.on {
	color: #828282;
}
.opt a.on:hover {
	color: #828282;
}

* html .opt {
	display: inline;
}

a.mainOn {
	text-decoration: none;
	font-family: Arial;
	font-size: 12px;
	color: #828282;
}


/* ----------------------------------------- */
/* SECOND LEVEL NAV (DROP DOWNS) */
/* ----------------------------------------- */

#opt1, #opt2 {
	visibility: hidden; 
	position: absolute; 
	padding: 3px 0 5px 0;
	z-index: 6;
}

#opt1 {
	top: 28px;
	left: 117px;
	width: 151px;
	height: 80px;
	background: url('bg_drop_difference.png') no-repeat;
}
* html #opt1 {
	height: 80px;
	background: #EEE;
	border: 1px solid #BFC6C7;
}

#opt2 {
	top: 71px;
	left: 117px;
	width: 151px;
	height: 97px;
	background: url('bg_drop_news.png') no-repeat;
}
* html #opt2 {
	height: 97px;
	background: #EEE;
	border: 1px solid #BFC6C7;
}

.secLvl {
	line-height: 15px;
	padding-left: 15px;
}
* html .secLvl {
	line-height: 16px;
}
.secLvl a {
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	color: #00ADEE;
}
.secLvl a:hover {
	color: #828282;
}
