div#navigationbar {
	position: relative;
	z-index:9999;
	padding: 10px;
        padding-bottom: 22px;
	/* background: #f6f6f6; */
        background: white;
	height: 60px;
        text-align: center;
}

.navigationitem {
	vertical-align: middle;
	height: 100%;
	float: left;
	font-weight: bold;
        font-size: 11px;
	padding: 5px;
        padding-left: 8px;
        padding-right: 8px;
}

.navigationitem:hover{
	border-radius: 5px;
	box-shadow: inset 0px 1px 0px #ff0000, 0px 5px 0px 0px #5f5f5f, 0px 5px 5px #f0f0f0;
	/* background: #f6f6f6; */         
}

.navigationitem a {
	font-family: Helvetica;
	text-decoration: none;
	font-weight: bold;
}

.navigationitemlink {
	color: #5c5c5c;
}

.navigationitemcurrent {
    	border-radius: 5px;
	/* box-shadow: inset 0px 1px 0px #ff0000, 0px 5px 0px 0px #bebebe, 0px 5px 5px #f0f0f0; */
        box-shadow:inset 0px 1px 0px #ff0000, 0 0 5px #bebebe;
	background: #fbfbfb; 
}

.navigationitemseparator {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	height: 70px;
	width: 1px;
        background: #5c5c5c;
}

.navigationitemlogo {
        width: 30px;
        padding-top: 3px;
}
