/*
	ownavbar.css	
	
*/

#owcssbuttons {
	width: 150px ;
	text-align: left ;
}
#owcssbuttons ul {
	margin: 0 ;
	padding: 0;
	list-style: none ;
}
#owcssbuttons li {
	margin: 0 ;
	padding:0 ;
	display: block ;
	list-style: none ;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px ;
}
#owcssbuttons li a {
	color: #006633 ;
	background-color: #CCCCFF ;
	border: 17px #FF9933 ;
	width: 100px ;
	text-decoration: none ;
	display: block ;
}
#owcssbuttons li a:hover {
	color: #CC0000 ;
	background-color: #CCCCFF;
}