/* CLASSES FOR DROPDOWN NAVIGATION MENU */

.top-nav {
	float: left;
	width: 773px;
	background-color: #94006B;
	background-image: url('../Images/LLImages/top-grad.jpg');
	background-repeat: repeat-x;
	background-position: top;
	color: #fff;
}

.top-nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.top-nav-login {
	background-color: transparent;
	background-image: url('../Images/LLImages/black-grad-new-login.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	width: 93px;
	padding: 4px 15px 4px 11px;
}

.top-nav ul li a {	
	font-size: 1.0em;
	text-decoration: none;
	color: #fff;
	background-color: #94006B;
	background-image: url('../Images/LLImages/top-grad.jpg');
	background-repeat: repeat-x;
	background-position: top; 
	display: block;
	padding: 4px 15px 4px 11px;
}

.top-nav ul li a  {
	background-color: transparent;
	background-image: url('../Images/LLImages/spacer.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.top-nav ul li a:hover {
	color: #fff;
	background-color: #C65AA5; 
	background-image: none;
	background-image: url('../Images/LLImages/mainNavHoverBg.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.top-nav ul li a.first-menu {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: #4A4A4A url('../Images/LLImages/black-grad-new.jpg') no-repeat top right; 
	display: block;
	padding: 4px 0px 4px 1px;	
	text-align:left;
	width:92px;
}

.top-nav ul li a.first-menu:hover {
	color: #fff;
	background-color: #4A4A4A;
	background-image: url('../Images/LLImages/black-grad-new.jpg') ;
	background-repeat: no-repeat;
	background-position: top right;	
}

.top-nav ul li a.first-menu span {
	padding: 0px 15px 0px 32px;
}

.top-nav ul li a.active-menu, .top-nav ul li a.active-menu:visited {
	color: #fff;
	background:#C65AA5 url('../Images/LLImages/spacer.gif') no-repeat top right; 
}

.top-nav ul ul li a, .top-nav ul ul li a:visited {
	font-size: 0.8em;
	background-color: #666;	
	background-image: none;
	border-left: none;
	border-right: none;
	
	filter: alpha(opacity=90);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);

  	-moz-opacity: 0.90;
  	opacity:0.9; 

}

.top-nav ul ul li a:hover {
	background-color: #999;	
	background-image: none;
	border-left: none;
	border-right: none;
}

.top-nav li { /* all list items */
	float: left;
}

.top-nav li ul { /* second-level lists */
	position: absolute;
	width: 6em;
	/*left: -999em;*/ /* using left instead of display to hide menus because display: none isn't read by screen readers */
	display:none;
}

.top-nav li:hover ul ul, .top-nav li.sfhover ul ul {
	/*left: -999em;*/
	display:none;
}

.top-nav li:hover ul, .top-nav li li:hover ul, .top-nav li.sfhover ul, .top-nav li li.sfhover ul { /* lists nested under hovered list items */
	/*left: auto;*/
	display:block;
}

.top-nav li:focus { /* lists nested under hovered list items DAN*/
	padding:100px !important;
}

.content {
	clear: both;
}

.top-nav ul ul li a {
	width: 200px;	
}

.top-nav ul li a span {
	/*padding: 0px 10px;*/
}

.top-nav ul li ul li a span {
	/*padding: 0px 10px;*/
}

/* ------- TOP RIGHT SEARCH AREA ------- */
.search-area {
	border-left: 1px solid #fff;
	float: right; 
	width: 200px;
	color: #fff; 
	background-color: #C65AA5; 
	background-image: url(../Images/LLImages/search-grad.jpg); 
	background-repeat: repeat-x;
}
.search-area form {
	margin: 0px; 
	padding: 0px;
}
.search-title {	font-size: 1.0em;
	float: left; 
	padding: 4px 4px 4px 13px;
}	
.search-box {
	float: left;
	margin-top:2px;
	*margin-top:1px;
}
.search-box input {
	width: 109px;
	font-size: 0.8em;
	height:14px;
}
.search-button {
	float: left; 
	padding-left: 5px;
}

