﻿/* The first set of CSS (#mainmenu) was the original CSS for the navigation links.
 * The second set (#newsletter) was added, and derived from the Deep Blues mlddm 
 * template.
 */

#mainmenu.mlddm
{	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background: url(menubg.gif);
	list-style-image: url('xbullet.gif')
}

/*		<!-- orig font Code -->font: bold 11px arial, sans-serif also added the xbullet.gif   */

#mainmenu.mlddm li
{	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS";
	font-size:11px;
	font-weight:bold;
	list-style-image: url('xbullet.gif');
}

#mainmenu.mlddm li a
{	display: block;
	text-align: left;
	color: #5D5D5D;
	padding: 5px 10px;
	margin: 0;
	width: 160px;
	text-decoration: none;
	white-space: nowrap;
	list-style-image: url('xbullet.gif')
}

#mainmenu.mlddm li a:hover
{	color: #5D5D5D;
	background-color: #C4C3C4;
	list-style-image: url('xbullet.gif')
}

#mainmenu.mlddm ul
{	z-index: 100;
	margin: 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	background: #EEEFEF url(menubg.gif);
	list-style-image: url('xbullet.gif')\
}

#mainmenu.mlddm ul li { float: none; }

#mainmenu.mlddm ul li a
{	width: auto;
	margin: 0px;
	padding: 6px 20px 6px 15px;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	color: #5D5D5D;
	list-style-image: url('xbullet.gif')
}

#mainmenu.mlddm ul li a:hover
{	color: #5D5D5D;
	background-color: #C4C3C4;
	list-style-image: url('xbullet.gif')
}

#mainmenu.mlddm .hsub { background: transparent no-repeat right url(arrow.gif)}




/* This section is for the newsletter archive menu.  Derived from Deep Blues (09v) template. */

#newsletter.mlddm
{	position: relative;
	float: left;
	background: #425598 url(bg.jpg);
	margin: 0;
	padding: 0
}

#newsletter.mlddm li
{	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 11px arial, sans-serif
}

#newsletter.mlddm li a
{	border-width: 0px;
	display: block;
	text-align: right;
	margin: 0px;
	padding: 9px 20px 9px 10px;
	width: 110px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	background-color: transparent
}

#newsletter.mlddm li a:hover
{	background-color: #213866;
	padding: 8px 20px 8px 10px;
	border: 1px solid #528BFF;
	border-width: 1px 0px
}

#newsletter.mlddm ul
{	z-index: 100;
	margin: 1px 0 0 0;
	padding: 0;
	visibility: hidden;
	position: absolute;
	clear: both;
	background: #425598 url(bg.jpg)
}

#newsletter.mlddm ul li a
{	width: auto;
	padding: 9px 20px 9px 15px;
	text-align: left;
	text-transform: none;
	background-color: transparent
}

#newsletter.mlddm ul li a:hover
{	color: #FFF;
	padding: 8px 20px 8px 15px;
	border: 1px solid #528BFF;
	border-width: 1px 0px
}

#newsletter.mlddm .hsub { background: no-repeat right url(arroww.gif) }

#newsletter.mlddm .hsub:hover { background: #213866 no-repeat right url(arroww.gif) }

