


/* */
#topNav {
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	margin:0;
	padding:0;
	width:900px;
	font-size:12px;
	line-height:12px;
	font-family:'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	z-index:8000;
}
#topNav ul {
	display:block;
	float:left;
	list-style:none;
	margin:0;
	padding:0 0 0 36px;
}
#topNav ul li {
	display:block;
	float:left;
	position:relative;
	margin:0 0 0 4px;
	padding:0;
	width:100px;
	height:31px;
	background-color:#d1d3d4;
}
#topNav ul li a {
	display:block;
	float:left;
	margin:0;
	padding:11px 4px 5px 4px;
	height:15px;
	width:92px;
	text-align:center;
	text-decoration:none !important;
	font-weight:bold;
}


#topNav ul li.blue {
	border-bottom:5px solid #0053a0;
}
#topNav ul li.orange {
	border-bottom:5px solid #ff5a00;
}
#topNav ul li.purple {
	border-bottom:5px solid #5e1796;
}
#topNav ul li.sky {
	border-bottom:5px solid #0085cf;
}
#topNav ul li.green {
	border-bottom:5px solid #00aa86;
}
#topNav ul li.yellow {
	border-bottom:5px solid #f9e655;
}
#topNav ul li.pink {
	border-bottom:5px solid #ae2072;
}
#topNav ul li.red {
	border-bottom:5px solid #e70033;
}


#topNav ul li a:link, #topNav ul li a:visited {
	color:#414042;
	background-color:#d1d3d4;
}
#topNav ul li.blue a.thispage, #topNav ul li.blue a:hover, #topNav ul li.blue a:active {
	color:#ffffff;
	background-color:#0053a0;
}
#topNav ul li.orange a.thispage, #topNav ul li.orange a:hover, #topNav ul li.orange a:active {
	color:#ffffff;
	background-color:#ff5a00;
}
#topNav ul li.purple a.thispage, #topNav ul li.purple a:hover, #topNav ul li.purple a:active {
	color:#ffffff;
	background-color:#5e1796;
}
#topNav ul li.sky a.thispage, #topNav ul li.sky a:hover, #topNav ul li.sky a:active {
	color:#ffffff;
	background-color:#0085cf;
}
#topNav ul li.green a.thispage, #topNav ul li.green a:hover, #topNav ul li.green a:active {
	color:#ffffff;
	background-color:#00aa86;
}
#topNav ul li.yellow a.thispage, #topNav ul li.yellow a:hover, #topNav ul li.yellow a:active {
	color:#414042;
	background-color:#f9e655;
}
#topNav ul li.pink a.thispage, #topNav ul li.pink a:hover, #topNav ul li.pink a:active {
	color:#ffffff;
	background-color:#ae2072;
}
#topNav ul li.red a.thispage, #topNav ul li.red a:hover, #topNav ul li.red a:active {
	color:#ffffff;
	background-color:#e70033;
}


#topNav ul li ul {
	display:none;
	position:absolute;
	z-index:100;
	top:31px;
	left:0;
	float:left;
	list-style:none;
	margin:0;
	padding:5px 0 0 0;
	width:155px;
	height:auto;
}
#topNav ul li ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:155px;
	height:auto;
	border-bottom:1px solid #efefef !important;
	background:#d1d3d4 url(none);
}
#topNav ul li ul li a {
	display:block;
	margin:0;
	padding:7px 10px;
	width:135px;
	height:auto;
	font-weight:bold;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:left;
	text-decoration:none !important;
}

#topNav ul li:hover ul, #topNav ul li:active ul {
	display:block !important;
}

