/*
Title:      	ethero stylesheet for screen media
Author:     	Martin Alen - First Choice Software
*/


/* Nav */

.subnav {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: small;
	font-weight:bold;
	color: #0b1d30;
	margin: 0;
	padding: 0;
	text-decoration:none;
	padding-right:20px;
	}

.subnav a {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: small;
	font-weight:bold;
	color: #0b1d30;
	margin: 0;
	padding: 0;
	text-decoration:none;
	}
	
.subnav a:hover {
	font-family: Arial, Helvetica, "Lucida Grande", "Verdana", sans-serif;
	font-size: small;
	font-weight:bold;
	color: gray;
	margin: 0;
	padding: 0;
	text-decoration:underline;
	}