@CHARSET "ISO-8859-1";
/*
menu.css

use only for menu and and view common things which are always around the menu,
DO NOT USE for common Tags without class or id (see common.css)
DO NOT USE for quick css without the need to create a new css file (see dirty.css) 

*/

/*
.logo
{
	border-style:none;
	padding-left: 40px;
}
*/

a.unfunctional{
	cursor: default;
	text-decoration: none;	
}
.navigation{
	display:block;
	padding:10px;
	padding-bottom:40px;
	margin:0px;
	list-style-type: none;
	margin:auto;
	width:700px;
}

.navigation li{
	float: left;
	position:relative;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	/* border: 1px solid black; */
	/* height: 20px; */
	/* background-color: green; */
}

a.onBox{
	
	margin:0px;
	cursor: default;
	text-decoration: none;
	color: #ff9410;
}

a.offBox{
	
	margin:0px;
	cursor: pointer;
	text-decoration: none;
}

a.onBox:HOVER{
	text-decoration: none;
	color: #ff9410;
}

a.offBox:HOVER{
	text-decoration: none;
	color: #ff9410;
}

