
.navxp_BC_dnnsharp {
   margin: 1px 0 7px 0;
}

.navxp_BC_dnnsharp .left {
	background-image: url(left.png);
	background-repeat: no-repeat;
	float: none;
}

.navxp_BC_dnnsharp .mid {
	margin: 0 6px 0 6px;
	background-image: url(mid.png);
	background-repeat: repeat-x;
	
	height: 32px;
	float: none;
}

.navxp_BC_dnnsharp .right {
	background-image: url(right.png);
	background-repeat: no-repeat;
	background-position: right 0;
	float: none;
}


.navxp_BC_dnnsharp .sep {
	float: left;
	width: 11px;
	height: 30px;
	background-image: url(sep.png);
	background-repeat: no-repeat;
	background-position: 0 1px;
	margin: 0 10px;
}



.navxp_BC_dnnsharp a.item:link, .navxp_BC_dnnsharp a.item:visited {
	display: block;
	float: left;
    font-size: 12px;
	color: #2b2b2b;
	margin-top: 9px;
}

.navxp_BC_dnnsharp a.item:hover, .navxp_BC_dnnsharp a.item:active {
	
}

.navxp_BC_dnnsharp a.home {
	background-image: url(home.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	margin: 6px 0 0 4px !important;
}

.navxp_BC_dnnsharp a.itemSel:link, .navxp_BC_dnnsharp a.itemSel:visited,
.navxp_BC_dnnsharp a.itemSel:hover, .navxp_BC_dnnsharp a.itemSel:active {
	display: block;
	float: left;
    font-size: 12px;
    font-weight: bold;
	color: #d12e16;
	margin-top: 9px;
}

/*
    Add your own styles to this file, which is loaded only for theme default.
    To avoid style collisions, prefix your styles with the CSS class of root NavXp element.
*/