ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
}

li ul { /* second-level lists */
	
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 30px 0px 0px 0px;
	background-color:#3297cb;
	border-top:1px solid #246293;
	border-bottom:0px;
	border-left:1px solid #246293;
	border-right:1px solid #246293;
}

li ul li 
{ /* second-level lists */
	width:180px;
	background-color:#3297cb;
	border-bottom: 1px solid #246293;
	line-height:25px;
	text-align:left;
}

li ul li a 
{ /* second-level lists */
display:block;
width:180px;
height:25px;
text-decoration:none;
color:#fff;
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
font-weight:bold;
padding-left:10px;
}

li ul li:hover { /* second-level lists */
	width:180px;
	background-color:#246293;
	border-bottom: 1px solid #246293;
}


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;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content 
{
	clear: left;
}

#moft
{
background:url(../images/nav/navmoft-off.gif) top left no-repeat;
display: block;
width:99px;
height:30px;
margin:0;
}

.whymoft
{
background-image:url(../images/nav/navmoft-off.gif);
background-repeat:no-repeat;
background-position:top left
}
#nav
{
}


