@charset "utf-8";
#dropdown {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#dropdown li {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#dropdown li a {
	display: block;
	margin: 0;
}

#dropdown div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #e8e8e8;
	border-right: 1px solid #c5c5c5;
	border-bottom: 1px solid #c5c5c5;
}
#dropdown div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 3px 6px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #e2e2e2;
}
#dropdown div a:hover {
	background-color: #f1f1f1;
	color: #000;
}
#dropdown .dropmenudiv{
margin-top:6px;
position:absolute;
top: 10;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-top-width: 2px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #eee;
width: 200px;
visibility: hidden;
}
#dropdown .dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #808080;
border-bottom: 1px solid #808080; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #333;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
#dropdown .dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #495e73;
color: #fff;
}

.linkbar_div {
	display: none;
}