html {
font: normal 75%/1.5em "Helvetica", Arial, sans-serif;

}
.col1 {
	display:inline;
	position:absolute;
	float: right;
}

.col1 {
	margin-top: -40px;
	margin-left: 390px;
}
 
/* -- NAVIGATION -- */

#nav {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 600px;
	}

#nav ul {
	float: right;
 }
 
#nav li {
	list-style: none;
	display: inline;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
}

#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	width: 95px;
	text-align: center;
}

#nav a:hover, #nav .selected {
	background-image: url(/images/selected-butn.gif);
	background-repeat: repeat-x;
	background-color: #9bce00;
}

 #nav .notselected {
	background-color: #cccccc;
	background-image: url(/images/notselect-butn.jpg);
	background-repeat: repeat-x;
}

#secnav li {
	list-style: none;
	display: inline;
}

#secnav a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}

#secnav a:hover {
	text-decoration: underline;
}

#secnav .first a {
	border-left: none;
}
ul,li{margin:0;padding:0;}li{list-style:none;}
