body {
	-moz-opacity: .999;

//to defeat firefox redraw problem with fade effect
;
}

#jsddm
{
	margin: 0;
	padding: 0;
}

	#jsddm li
	{
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial;
	text-align: left;
	color: #000000;
	font-weight: bold;
}

	#jsddm li a
	{
	display: block;
	padding: 4px 4px;
	text-decoration: none;
	border-right: 1px solid white;
	border-right: 1px solid white;
	width: 112px;
	color: #ffffff;
	white-space: nowrap;
	letter-spacing: 0px;
	background-color: #0054D2;
	text-align: center;
	font-weight: bold;
}

	#jsddm li a:hover
	{
	background-color: #000066;
}
		
		#jsddm li ul
		{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	border-bottom-color: #FFFFFF;
}
		
			#jsddm li ul li
			{
	float: none;
	display: inline;
	text-align: left;
}
			
			#jsddm li ul li a
			{
	width: auto;
	background: #000066;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
}
			
			#jsddm li ul li a:hover
			{
	background-color: #FF9700;
	color: #000000;
	border-color: #000000;
	border-style: 1px solid;
	border: 1px solid;
}


/* link styles */
.nav a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 3px 5px 5px 5px;
	font-weight: bold;
	letter-spacing:	1px;	/*width: 7em; background-color: #51a045;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fcfcfc;*/
	background-color: #0054D2;
}

.nav li li a:link, .nav li li a:visited {
	/* style for links on pop-up menus */
	width: 9em;
	color: #fff;
	background-color: #0054D2;
	border-top: 1px solid #fcfcfc;
	font-weight: bold;
}

.nav li li li a {
	/* style for second level menu links */
	border-left: 1px solid #fcfcfc;
	width: 9em;
	color: #fff;
	font-weight: bold;
}

.nav a:hover{
	font-weight: bold;
}
.nav li li a:hover {
	/* style for links on pop-up menus */
  	text-decoration: none;
	background-color: #0054D2;
}

/* main nav bar */

.nav {
	color: #0090dd;
	margin: 0;
	padding: 0;
	line-height: 11;
}


a.external:link
	{
	color: #0054D2;
	font-weight: 450;
	padding-top: 1px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:3px
	}
	
	a.external:visited
	{
	color: #fff;
	font-weight: 450;
	padding-top: 1px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:3px
	}


	a.external:hover
	{
	font-weight: normal;
	padding-top: 1px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:3px
		
	}


/* all list items */
.nav  li {
	list-style: none; /* remove bullets */
	float: left; /* place buttons side by side */
	position: relative;
	background-color: #0054D2;
}


/* pop-up subnav */
.nav ul {
	margin: 0;
	padding: 0;
	position: absolute;
  	left: 0;
  	top: 1.72em; /* change when you change height of links */
	display: none;
}


/* list items in pop-up subnav */
.nav ul li {
  	z-index: 100;
	float: none; /* so links line up one above the other for drop-downs */
}

/*3rd level menu position*/
.nav ul ul {
	position: absolute;
  	left: 11.2em; /* change when you change width of links */
  	top: -1px;
  	z-index: 100;
  	border-top: 1px solid #fcfcfc;
	border-right: 1px solid #fcfcfc;
}

.nav ul ul li {
	z-index: 100;
}



/* look for buttons that have menus */
.nav .sub {
	/* background-image: url(arrow_down.png);
  	background-repeat:no-repeat;
  	background-position: 0px;*/
}

.nav .subsub {
	background-image: url(arrow_left.png);
  	background-repeat: no-repeat;
  	background-position: 0px;
}
