@charset "UTF-8";
/* CSS Document */

a.nav {
	padding:14px 0px 0px 0px;
	margin-bottom:0px;
	height:30px;
	width:100px;
	display:block;
	/*background-color:#000;*/
	color: #333;
	border-bottom:1px solid #f3f3f3;
}
a.nav:hover {
	background-color: #CCF;
	color:#000;
	border-bottom:1px solid #CCF;
}


a.purple {
	padding:14px 0px 0px 0px;
	margin-bottom:0px;
	height:30px;
	width:100px;
	display:block;
	/*background-color:#000;*/
	color: #000;
	border-bottom:1px solid #000;
}
a.purple:hover {
	background-color:#99F;
	color:#fff;
}


a.marine {
	padding:14px 0px 0px 0px;
	margin-bottom:0px;
	height:30px;
	width:100px;
	display:block;
	/*background-color:#000;*/
	color: #000;
	border-bottom:1px solid #000;
}
a.marine:hover {
	background-color:#0CF;
	color:#fff;
}


a.orange {
	padding:14px 0px 0px 0px;
	margin-bottom:0px;
	height:30px;
	width:100px;
	display:block;
	/*background-color:#000;*/
	color: #000;
	border-bottom:1px solid #000;
}
a.orange:hover {
	background-color:#F93;
	color:#fff;
}

a.pink {
	padding:14px 0px 0px 0px;
	margin-bottom:0px;
	height:30px;
	width:100px;
	display:block;
	/*background-color:#000;*/
	color: #000;
	border-bottom:1px solid #000;
}
a.pink:hover {
	background-color:#F39;
	color:#fff;
}



#navigation {
	padding:10px 0px 10px 0px;
}


#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	text-transform:uppercase;
	text-decoration:none;
}


#navigation img {
	padding-bottom:1px;
}
