/*
<!-- 2008/12/12 (C)Copyright OmniX Web Design(Matthew David Xerri) -->
<!-- The visual format for the NAVIGATION webpage containing Identification and Class Tags. -->

	background-color:	; 
	border: 			; 
	border-color: 		; 
	border-style:  		;	
	color: 				;
	font-family: 		;
	font-size: 			;
	font-style:			;
	font-weight:		;
	height:				;
	margin: 			;
	padding: 			;
	text-decoration:	;
	text-align: 		;
	width:				;
	vertical-align:		;
*/

/* Class */
a.navigation { 
	color:				#FFFFFF;
	background-color: 	;
	font-family:		"Monotype Corsiva", "Times New Roman", Arial;
	font-size:			20px;
}

a:hover.navigation {
	color:				#FF0000;
	background-color: 	;
}

li.navigation {
	display: 			inline;
	border-right: 		10px solid #FF0000;
	padding:			0px 20px;
}

			
/* ID */
li#navigation_first {
}

li#navigation_last {
	border:				none;
}

ul#navigation {
	margin:				auto;
	text-align:			center;
}