body { margin: 0px; }

/* ================================================================================= */
/* The "sddm" id applies to the formatting of the navigation bar bar pull down menus */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

/* The "li" settings control the format of the top level menu ====================== */
#sddm li
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 10pt;
	font-weight: bold;
}

#sddm li a
{
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 11px;
	width: auto;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	background-color: transparent;
}

#sddm li a:hover
{	background: #009933}

/* The "div" settings control the format of the pull down menu items ================ */
#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0px;
	padding: 0;
	background: #CCCCCC;
	border: 1px solid #005500}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #FFFFFF;
	color: #006600;
	font-size: 10pt;
	font-weight: bold;

}

#sddm div a:hover
{	background: #49A3FF;
	color: #FFFFFF}
	
/* This may no longer be necessary (7/20/2010) =========== */
#sddm .on
{
	position: relative;
	display: block;
	margin: 0px;
	padding: 0px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #666666;
	font-size: 12pt;
	font-weight: bold;

}