
/* To change styles on drop down menu while signed in (blue headers) see jquery.jdMenuBlue.css */

ul.jd_menu{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-decoration:none;

}
ul.jd_menu ul {
	display: none;
}
ul.jd_menu li {
	float: left;
}


/* -- Sub-Menus -- */
ul.jd_menu ul{
	position: absolute;
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	z-index: 10000;
}
ul.jd_menu ul li{
	float: none;
	margin: 0px;
}

ul.jd_menu,
ul.jd_menu ul{
	background-color:white;
	font-family:arial;
}

ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-family: arial;
	font-size: 13px;
	/*color: #FFF;*/
	line-height: 22px;
	margin: 0px;
	padding:0px;
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li li {
	width: auto;
	height:22px;
	padding:4px 0 4px 8px;
	margin:0px;
}
/* This is making everything inside of the <li> tag become red when hovering over instead of just hovering over the words */
ul.jd_menu li li:hover a,
ul.jd_menu li li:active a {
	color:#e60000;
	height:22px;
}

ul.jd_menu li a {
	color: #666666;
	text-decoration: none;
	/*width:180px; having this here displays the link in red even when you are not hovering over the words but it breaks the other buttons - pushing them down to the next line - only happens in IE8*/
}

ul.jd_menu li a:hover,
ul.jd_menu li a:active{
	font-size:13px;
	font-family:arial;
	color:#e60000;
	height:22px;
	text-decoration:none;
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color: #f0f0f0;
}
ul.jd_menu a:visited{text-decoration:none; color: #666666;}


/*
ul.jd_menu {
text-decoration:none;
color:#e60000;
list-style-type:none;
}*/


