﻿

ul.nav {
	 list-style-type: none;
	 padding-left: 12px;
	 margin-left: 0;
	 padding-top:20px;
}

ul.nav a {
	border:1.5px lime ridge;
	border-bottom: 	1px;
	background:teal;
	padding-top:0px;
	padding-bottom:5px;
	padding:5px 15px 5px 15px;
	margin-right:5px;

	text-decoration: none;
	text-align:center; 

	display: block;
	width:110px;
	color: #FFFF66;
	font-family:		Arial, Helvetica, sans-serif;
	font-size: medium;
	}



ul.nav li {
	display:inline;
}

ul.navtop.a {
	margin-left: 0px;
	padding-left:0px;
	list-style:none;
	border-bottom:1px dashed #000;
	float:left;
	width: 100%;
}

ul.navtop li {
	float:left;
}

ul.navtop a {
	width:16em;
	display:	block;
	border:1px dashed #000;
	border-bottom:none;
	padding:5px;
	margin-right:5px;
	background-color:#EAEAEA;
	text-decoration:none;
	color:#333;
	text-align:center;
}


a.navbanner {display:block; 
	width :100px;
	height :25px; 
	background:		#99CCFF		/*#0099CC*/; 
	border:1px solid 	navy; 
	margin-top:4px; 
	text-align:center; 
	text-decoration:none; 
	font-family:	Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:400;	
	color:		#0000CC; 
	line-height:20px; 
	overflow:hidden;
	float:	right;   
	}
	/*
a.nav {display:block; 
	width :100px;
	height :22px; 
	background:			#0099CC; 
	border:1px solid 	navy; 
	margin-top:0px; 
	text-align:center; 
	text-decoration:none; 
	font-family:	Arial, Helvetica, sans-serif; 
	font-size:12px; 
	font-weight:400;	
	color:		#0000CC; 
	line-height:25px; 
	overflow:hidden;
	float:	right;   
	}*/
/*
a.nav:link {	 color:#F60;}
a.nav:visited { color:#900;}
a.nav:hover { color:#F33;}
a.nav:active { color:#B2F511;}
*/

a.nav:hover {color:#fff; background:silver;} 
a.nav:active {color:#fff; background:silver;} 
 
a.navbanner:hover {color:#fff; background:silver;} 
a.navbanner:active {color:#fff; background:silver;} 
