ul.menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	list-style: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

#nav a.menu {
	font-weight: bold; /* these are hidden behind the image buttons */
	color: red;
	text-decoration: none;
}

#nav li.menu li.menu a {
	display: block;
	font-weight: normal;
	color: #ffffff;
	padding: 3px 6px;
	background-color:#7F7FB2;
	width:137px;
	text-decoration: none;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav li.menu li.menu a {width:149px; }
/* End */

#nav li.menu li.menu a:hover {
	display: block;
	font-weight: normal;
	padding: 3px 6px;
	background-color: #cccccc;
	color:#2D2740;
	width:137px;
}
/* Fix IE. Hide from IE Mac \*/
* html #nav li.menu li.menu a:hover {width:149px; }
/* End */

li.menu {
	float: left;
	position: relative;
	text-align: left;
	margin:0px;
	padding:0px;
	
}



li.menu ul.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #ffffff;
	background: url(images/ddbg3.gif) bottom left no-repeat;
}

li.menu>ul.menu {
	top:auto;
	left: auto;
}

li.menu li.menu {
	display: block;
	float: none;
	border-bottom: 1px solid #2D2740;
	border-right: 1px solid #2D2740;
	border-left: 1px solid #2D2740;
	border-top: 0px;

}

li.menu:hover ul.menu, li.over ul.menu {
	display: block;
}
#content {
	width:750px;
	padding-top:30px;
	border:0;
	margin:0;
	display: block;
	}
/* Fix IE. Hide from IE Mac \*/
* html #content { padding-top:0; }
/* End */	
