#nav{display:block; margin-top:5px; white-space:nowrap; position:absolute; z-index:100;}

#nav a{display:block; float:left; text-decoration:none; font-family:Arial; font-size:13px; font-weight:bold; color:#095788; padding:11px 20px 11px 20px; text-align:center; background-image:url('../img/menu_bg2.gif'); background-repeat:no-repeat; border-right:1px solid white;}
#nav a:hover, #nav li:hover a, #nav a.selected{color:white; background:url('../img/menu_bg2_s.gif') repeat-x; border-right:0; padding-right:21px; border-bottom:1px solid #839daa;}

#nav a.home{padding:0; height:38px; background-image:url('../img/home_btn.gif'); border:none !important; background-repeat:no-repeat;}
#nav .home:hover, #nav a.home_selected{padding:0 !important; height:38px; border-right:none !important; background-image:url('../img/home_btn_hover.gif') !important; background-repeat:no-repeat !important;}
#nav a.contact{padding-right:20px; padding-left:20px; background-image:url('../img/menu_contact.gif'); background-repeat:no-repeat; background-position:top right; border-right:0px;}
#nav a.contact:hover, #nav a.contact_selected, #nav a.contact_selected:hover{padding-right:20px; padding-left:20px; background:url('../img/menu_contact_s.gif') top right; background-repeat:no-repeat; border-left:0;}

#nav li {
	list-style-type: none;
	float: left;
	position: relative;
	z-index: 1000;
	margin: 0px;
}

#nav ul {
	background: none;
	width: 100%;
	_width: 146px;
}

#nav ul li {
	background: #42738b;
	float: none;
	padding: 0px;
	width:150px;
}

#nav ul li a {
	background: none;
	text-transform: none;
	padding: 4px 5px 4px 15px;
	margin: 0;
	float: none;
	color: #cbdbe4;
	border: 0px;
	text-align: left;
	font-weight: normal;
}

#nav ul li.last{
	border: none;
	margin: 0 !important;
	padding:0 !important;
	line-height: 18px !important;
}

#nav ul li a:hover {
	background: #5b8ba4;
	color: #fff;
	font-weight: normal;
}

#nav li ul {
	position: absolute;
	left: -2000px;
	z-index: 1000;
}

#nav li li:hover ul, #nav li.iehover ul {left:0; top:0;}

#nav li:hover ul, #nav li.iehover ul
{
	left: 0px;
	top: 38px;
}

#nav iframe {
	z-index: 999;
}