/* Navigation Links */
#navi_left {
    position: relative;
    float:left;
    width: 130px;
    z-index:10;
	border-bottom-width: 0;
/*	border: 1px solid #000;	/* DEBUG */
}
#navi_left li {
	background: #4499ee url('../images/menucorner.gif') no-repeat scroll left top;
	width: 130px;
	height: 25px;
    line-height: 25px;
	text-indent: 10px;
}
#navi_left li a {
	color: #fff;
	text-decoration:none;
	font-weight: bold;
}

/* LOGINBOX styles */
#loginbox .inputtext {
	background-color:#E4E4E4;
	height:16px;
	width:130px;
}
.loginbox_head { 
	font-size: 8pt;
	font-weight: bold;
}
.btn_logingo {
	font-size: 8pt;
	background-color: #fff;
	font-weight: bold;
	margin-top:2px;
}

.nav_logout {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
#navi_left .nav_active {
    background-color: #4c4c4c;
    color: #fff;
}