/* ######### Style for Tab Interface itself ######### */

.shadetabs{
	margin-bottom: 1em;
    margin-top: 3em;
    float:right;

}

.shadetabs ul{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	list-style-type: none;
	text-align: left;

}

.shadetabs li{
	display: inline;
	margin: 0;

}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #427787;
	background: white right top;

}

.shadetabs li a:visited{
color: #006666;
}

.shadetabs li a:hover{
color: #FF6600;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	z-index:100;
	background-color: #FFFFFF;
	width: 120px;
	visibility: hidden;
	border-top: 0 solid;
	border-right: 0px none;
	border-left: 0px none;
	text-align: right;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #918d8d;
	padding: 2px 10px 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #427787;


}

* html .dropmenudiv a{
	width: 100%;
	margin-right: 5px;

}

.dropmenudiv a:hover{
	background-color: #C8D8DC;
	color: #333333;


}
.separator {
height: auto;
width: auto;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: #FF6600;

}
