/* Dropdown Menus */
.dropdown, .dropdown ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
}
.dropdown {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  z-index: 7;
  position: relative;
	top:-6px;
}
.dropdown ul {
	background: none;
	/* background:#003366; */
	/*border-bottom: 1px solid #999;*/
	list-style: none;
	margin: 0;
	position: absolute;
	left: -1px;
	top: -999em;
	padding-bottom:0 ;
	z-index:8;
	float:left;
	/* width:170px; */
	width:112px;
}
#dropdown-one li ul li a,#dropdown-one li ul li a:link,#dropdown-one li ul li a:active,#dropdown-one li ul li a:visited { 
	padding:4px 9px 3px; 
	border: #999 solid 1px;
	border-top:0;
	/* width:152px; */
	width:92px;
}
.dropdown ul li { 
	list-style: none !important;
	background-image:none;
}
.dropdown ul a { /* options drop down boxes */
	border:none;
  	border-top: 1px solid #999;
  	white-space: nowrap;
  	height:18px;
  	float:left;
}
.dropdown li { /* menu choices border */
  	border-left: 0px solid #999;
  	float: left;
  	margin: 0;
  	padding: 0;
	height:1px;
  	position: relative;
	/* background:#003366; */
	background:none;
}
.dropdown li a, .dropdown li a:link, .dropdown li a:active, .dropdown li a:visited {
  	font: 11px/14px Trebuchet MS, Arial, Helvetica, sans-serif;
  	/* background:#003366; */
	background:none; 
  	color: #FFFFFF;
 	display: block;
	padding: 0 9px 0 3px;
 	text-decoration: none;
	z-index:10;
	position:relative;
}
.dropdown li a:hover {
  	/* background:#003366; */
	background:none; 
  	color: #05E302;
   
}
#dropdown-one li:hover a, 
#dropdown-one li.sfHover a {
  	/* background:#003366; */
	background:none; 
  color: #05E302;
  text-align:left;
	margin:0;
}
#dropdown-one li:hover ul a, 
#dropdown-one li.sfHover ul a {
  	background: #000001;
  	color: #000000;	
  	text-align:left;
	opacity:0.85;
	filter:alpha(opacity=85);
}

#dropdown-one li:hover ul a:hover, 
#dropdown-one li.sfHover ul a:hover {
  	background: #333333;
  	color: #05E303;	
  	opacity:0.85;
	filter:alpha(opacity=85);
}
.dropdown ul li {
  	border: none;
	height:auto;
	float:left;
	background:#000001;
	padding:0;
	width:100%;
	opacity:0.85;
	filter:alpha(opacity=85);
}
/* Start of Firefox only */
html>body #dropdown-one li.sfHover a {
  /*border-bottom: 1px solid #999;*/
}
html>body #dropdown-one li:hover ul a, 
#dropdown-one li.sfHover ul a {
  /*border-bottom: 1px solid #999;*/
}
html>body #dropdown-one li:hover ul a:hover, 
#dropdown-one li.sfHover ul a:hover {
 /* border-bottom: 1px solid #999;*/
}
/* End of Firefox only */
.dropdown li:hover ul,
.dropdown li.sfHover ul {
  	top: 0px;
	padding-top:21px;
	
}


.dropdown ul li a.first { border-top:none; } 
.dropdown ul a:hover {
  background: #cecece;
  color: #000;
  
}


#flashcontent { }
