ul.jd_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	/* Additions */
	clear: both;
}
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: #C2311E;
	border: 0;	
	height: 20px;
}

ul.jd_menu ul {
	height: auto;
}
* html ul.jd_menu ul {
	width: 1%;
}
ul.jd_menu li {
	font-weight: bold;
    font-size: small;
    text-decoration: none;
    text-transform: uppercase;
	color: #FFF;
	line-height: 14px;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	height: 13px;
	
	cursor: pointer;
	white-space: nowrap;
}
ul.jd_menu li li {
	width: 200px;
}
ul.jd_menu li a {
	color: #FFF;
	text-decoration: none;
}

ul.jd_menu li.jdm_hover,
ul.jd_menu li.jdm_active {
	background-color: #C18D2A; /* Make the chosen one a different color */
	color: #FFF;
	border: 0;
}

/* Side menu */
#sidemenu
{
    clear: both;
	width: auto; 
    padding: 10px;
    background-color: #C18D2A;
	margin: 0;
	padding: 10px;
}
#sidemenu li
{
    list-style: none;  /* No marker, it would look dumb */
}
#sidemenu li a
{
    color: #fff;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    text-transform: uppercase;
}

/* Footer menu */
#footmenu
{
    clear: both;
    background-color: #C2311E;
    margin: 0;
    padding-top: 3px; /* Bottom padding so menu elements don't stick down */
    padding-bottom: 3px; /* Bottom padding so menu elements don't stick down */
    text-align: center;
}
#footmenu li
{
    list-style: none; /* No marker, it would look dumb */
    display: inline;
}
#footmenu li a
{
    padding-left: 8px;
    color: #fff;
    background-color: #C2311E;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    text-transform: uppercase;
}

