
<style>
.dummy{}
/* */
#topNav {
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	right:0;
	bottom:0;
	width:700px;
	height:55px;
	font-size:12px;
	z-index:8000;
}
/************* Level 1 ***************/
#topNav ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:700px;
	height:55px;
	background:#5f9653 url(../images/layout/topNav/bg.gif) left top repeat-x;
}
#topNav ul li {
	display:block;
	float:left;
	position:relative;
	margin:0;
	padding:0;
	width:99px;
	border-left:1px solid #000000;
}
#topNav li.homepage {
	width:100px;
	border-left:none;
}
#topNav ul li a {
	display:block;
	margin:0;
	padding:14px 4px 0 5px;
	width:90px;
	height:41px;
	text-align:center;
	text-decoration:none !important;
	color:#ffcb08;
}
#topNav li.homepage a {
	padding:14px 5px 0 5px;
}

#topNav ul li a.thispage {
	color:#ffcb08;
	background:#095e28 url(../images/layout/topNav/thispage.gif) center top no-repeat;
}

#topNav ul li:hover a.thispage, #topNav ul li:active a.thispage,
#topNav ul li:hover a, #topNav ul li:active a {
	color:#000000;
	background:#f5831f url(../images/layout/topNav/over.gif) left top repeat-x;
}

/************* Level 2 ***************/
#topNav ul li ul {
	display:none;
	position:absolute;
	z-index:100;
	top:54px;
	left:0;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:200px;
	height:auto;
	background:#f89b18 url(none);
}
#topNav ul li:last-child ul,
#topNav ul li.loginPage ul {
	left:-100px;
}
#topNav ul li ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:200px;
	border-left:none;
}

#topNav ul li ul li a {
	display:block;
	margin:0;
	padding:7px 10px;
	width:180px;
	height:auto;
	text-align:left;
	text-decoration:none !important;
}


#topNav ul li ul li a:link,
#topNav ul li ul li a:visited {
	color:#000000;
	background:#f89b18 url(../images/layout/topNav/dropdown.gif) left top repeat-x;
}

#topNav ul li ul li a:hover,
#topNav ul li ul li a:active {
	color:#ffcb05;
	background:#095d27 url(../images/layout/topNav/dropdown-over.gif) left top repeat-x;
}

/************* Dropdown Menu Animation ***************/
#topNav ul li:hover ul, #topNav ul li:active ul {
	display:block !important;
}

