/*
<!-- 2008/12/12 (C)Copyright OmniX Web Design(Matthew David Xerri) -->
<!-- The visual format for the NAVIGATION NEWS 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:		;
*/

/* Classes */
a.navigation_news {
	background-color:	;
	color: 				#FFFFFF;
}
			
a:hover.navigation_news {
	background-color:	;
	color: 				#FF0000;
}

li.navigation_news {
	border-bottom: 		3px solid #FF0000;
	display: 			block;
	list-style:			none;
	padding:			3px;
	text-align:			center;
}

/* ID */
div#navigation_news {
	background-color:	#000000;
	float:				left;
	height:				350px;
	text-align:			center;
	width:				200px;
}

li#navigation_news_first {
	border-top: 		3px solid #FF0000;
}

li#navigation_news_last {
}