ul.osinav {
	margin:0;
	padding:0;
	width:auto;
	list-style:none;
}
.osinav:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
ul.osinav li.osinav-item {
	margin:0;
	padding:0;
	position:relative;
	list-style:none;
	list-style-position:outside;
	display:inline;
	float:left;
	z-index:1001;
}
ul.osinav li.osinav-item a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	outline:0;
}
ul.osinav ul.osinav-group {
	margin:0;
	padding:0;
	-webkit-padding-start:0;
	-webkit-padding-end:0;
	position:absolute;
	display:none;
	z-index:1000;
}

/*=================== Themeing ========================*/
ul.osinav ul.osinav-group{
	width:160px;
	background-color:#fff;
	border-left:1px solid #be0d21;
	border-right:1px solid #be0d21;
}

.osinav a{
	padding-top:8px;
	padding-bottom:7px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
}

.osinav a.osinav-item-toplevel{
	padding-left:20px;
	width:80px;
	color:#FFF;
	border-left:1px solid #be0d21;
}

.osinav a.osinav-item-toplevel:hover{
	background-color:#fff;
	color:#be0d21;
}

.osinav a.osinav-item-toplevel-active{
	background-color:#fff;
	color:#be0d21;
}

.osinav a.osinav-item-child{
	padding-left:20px;
	width:120px;
	color:#be0d21;
	border-bottom:1px solid #be0d21;
}

.osinav a.osinav-item-child-first{
	border-top:1px solid #be0d21;
}

.osinav a.osinav-item-child:hover, .osinav a.osinav-item-child-active{
	background:#be0d21;
	color:#fff;
}


.osinav-has-vertical a {
	/*background: url(../images/top_nav_right_arrow.gif) right no-repeat;*/
}

.osinav-has-holizontal{
	background: url(../images/top_nav_right_arrow.gif) right no-repeat;
}

.osinav-has-vertical a:hover {
	/*background: url(/images/icons/fammini/arrow_down.gif) right no-repeat;*/	
}

.osinav-has-holizontal a:hover {
	/*background: url(/images/icons/fammini/arrow_right.gif) right no-repeat;*/
}
