.navi {
	min-height: 32px;	
}

.navi ul {
/*	border: 1px solid red;*/ 
	width: 100%;
	list-style: none;
	padding-left: 0px;
	margin: 0px;
	float: left;
}

.navi ul li {	
	float: left;
	width: 122px;
	margin-right: 2px;	
}

.navi ul li a {
	background-image: url(../images/FixImg_MainNavBgGray.png);
	background-repeat: repeat-x;
	height: 16px;
	display: block;
	padding: 7px;

	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-weight: normal; /**/
	font-style: normal;
	font-family: Tahoma;
	color: #333333;
/*	color: #FFF; /**/
	font-family: Tahoma;
}

.navi ul li.loginout a {
	background-image: url(../images/FixImg_MainNavBgOrange.png);
	background-repeat: repeat-x;
	height: 16px;
	display: block;
	padding: 7px;

	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	font-weight: normal; /**/
	font-style: normal;
	font-family: Tahoma;
	color: #333333;
/*	color: #FFF; /**/
	font-family: Tahoma;
}


.navi ul li a:hover {
	color: #333333;
	background-position: 0 -32px;
}


