
#menu 
{
	margin:0 0 0 187px;
	padding:34px 0 0 0;
}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	display:inline;
	color:#028DC9;
	height:35px;
	position:relative;
	float:left;
	
}

#menu li a
{
	text-decoration:none;
	font-family:"Times New Roman";
	font-size:14px;
	font-weight:bold;
	display:block;
}
#menu li a:hover
{
	color:#D6661E
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top:44px;
	left: 0;
	width: 126px;
	border-top:solid 1px gray;
}
#menu li li
{
	height:21px;
	filter:alpha(opacity=93);-moz-opacity:.93;opacity:.93;
}
#menu li li a
{
	height:16px;
	font-family:"Arial";
	font-size:9px;
	color:#505050;
	width: 120px;
	display:block;
	background-color:#E7E8E7;
	border:solid 1px gray;
	border-top-width:0;
	padding:2px;
	/*margin:1px;*/
	text-decoration:none;
}
#menu li li a:hover
{
	color:black;
	background-color:#E0E0E0;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items  */
	display: block;
	filter:alpha(opacity=93);-moz-opacity:.93;opacity:.93;
}

/*

#menu 
{
	margin:0 0 0 125px;
	padding:30px 0 0 0;
}

#menu ul { /* all lists 
	list-style: none;
}

#menu li { /* all list items 
	float: left;
	position: relative;

	font-family:"Times New Roman";
	color:#028DC9;
	font-size:14px;
	font-weight:bold;
	padding-right:22px;	
}

#menu li ul { /* second-level lists 
	display: none;
	position: absolute;
	padding:0;
	margin:0;
	left:0;
	width:150px;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left 
	top: auto;
	left: auto;
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items  
	display: block;

	filter: alpha(opacity=90); -moz-opacity:90; opacity:90;
}

#content {
	clear: left;
}

*/



