#topNav {
	z-index: 0;
}
#topNav ul,#topNav ul li{list-style-type:none;margin:0;padding:0}
#topNav ul{float:left;font-size: 80%}
#topNav ul li{
float:left;
margin-left: 3px;
text-align: center
}
#topNav ul a{
	float:left;
	/*width: 80px;*/
	/*padding: 10px 10px 0 10px;*/
	padding: 10px 15px 0 15px;

	height: 25px;
	text-decoration: none;	
	background: #EAECF2;
	color: #3359AB;
	/*border: 1px solid transparent;
	border-bottom: 0;*/
	margin: 1px 1px 0 1px;
	
	
	color: #0000CD;
	background: #E4E8EE url(../images/navButtonBG.gif) repeat-x scroll bottom;	
	
	}
#topNav ul a:hover{background: #6495ED;color: #006A35;
	margin: 0;
	background: #EEF0F5;
	color: #12439A;
	border: 1px solid white;
	border-bottom: 0;

}
/*#topNav ul li.activelink a,#topNav ul li.activelink a:hover{background: #ADD8E6;color: #000033}*/
#topNav ul li a.active {
	background: #E4E8EE url(../images/navButtonActiveBG.gif) repeat-x scroll top;
	color: #000033;
	border: 1px solid white;
	border-bottom: 0;
	border-top: 0;
	
	
	margin: 0;
	background: #EEF0F5;
	color: #12439A;
	border: 1px solid white;
	border-bottom: 0;	
	background: #DEE2EB;
	
}
#topNav ul li a.active:hover {
	margin: 0;
	color: #12439A;
	border: 1px solid white;
	border-bottom: 0;
}

#topNav ul li.SIKAMA a.active {
	background: #A8C6E0;
}

#topNav ul li ul {
	float: left;
	position:absolute;
	left: -9999px;
}
