
.navlink {
	
	font-family:Verdana, sans-serif;
	color: Blue;
	font-weight:bold;
	font-size:11px;
	white-space:nowrap;
	text-align: left;
	PADDING-LEFT: 0px;
	
}
.navlink a {
	font-family:Arial, sans-serif;
	font-weight:bold;
	color: Blue;
	text-decoration:none;
	PADDING-LEFT: 8px;
	}
	
.navlink a:hover {     
	border-right:0px solid #440000;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color: #DC143C;
	text-decoration:none;
	TEXT-DECORATION: underline;
	/*background-color:#CCCCCC;*/
	PADDING-LEFT: 8px;
	
	}
.navlink strong {      
        /*padding:7px 5px;*/
	font-family:Arial, sans-serif;
	font-weight:bold;       color:#FFFFFF;
	text-decoration:none;
	background-color:#CC0000; 
	PADDING-LEFT: 8px;
	}

.buttons {
	margin:0px 0px 0px -1px;
	padding:6px 30px;
	border-right:1px solid #999999;
	white-space:nowrap;
	background-image:url("image-files/xbar.jpg");
	background-repeat: repeat-x;
	width:100%;}
.buttons a {
	padding:6px 20px;
	border-right:1px solid #999999;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none; }
.buttons a:hover {       
	border-right:1px solid #000000;
	font-family:Arial, sans-serif;
	font-weight:bold;
	color:#00CC00;
	text-decoration:none;
	background-color:#00cc00; 
	background-image:url("image-files/xbar.jpg");
	background-repeat: repeat-x;
	}
	
.buttons strong {       padding:7px 20px;
	border-right:1px solid #000000;
	font-family:Arial, sans-serif;
	font-weight:bold;  color:#FFFFFF;
	text-decoration:none;
	background-color:#AA11CC; }

