.portlet.navigation.navigationformatter-1 {
	z-index:1000;
	position: relative;
    top: -25px;
    right: 0;
    margin: 0;
}

.portlet.navigation .menu {
	width: auto !important;
	*width: 170px !important;
	_width: 170px !important;
	display: inline-block;
	*display: inline;
	zoom: 1;
	z-index: 1000;
}

.portlet.navigation b {
    font-weight: normal;
}

.portlet.navigation h1.menu-title {
	width: 30px;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	background-color: #54301A;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}
	.portlet.navigation h1.menu-title a {

		white-space: nowrap;

		display: block;
		position: absolute;
		bottom: -20px;
		padding: 5px 0;

		-webkit-transform: rotate(270deg);
		-moz-transform:    rotate(270deg);
		-ms-transform:     rotate(270deg);
		-o-transform:      rotate(270deg);
		transform:         rotate(270deg);

		-webkit-transform-origin: top left;
	    -moz-transform-origin: top left;
	    -o-transform-origin: top left;
	    -ms-transform-origin: top left;
	    transform-origin: top left;
	}

	.lt-ie9 .portlet.navigation h1.menu-title a {
		width: 1000px;
		bottom: 985px;
		filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); /* Should work on IE9+ */
	}

	.lt-ie8 .portlet.navigation h1.menu-title a {
		width: 1000px;
		bottom: 10px;
	}

	.portlet.navigation h1.menu-title
	,.portlet.navigation h1.menu-title a {
		color: white;
	}

	.portlet.navigation .menu-header {
		top: -30px;
		right: 5px;
	}

	.portlet.navigation .menu-items {
		padding-left: 10px;
		left: auto !important;
		right: 0;
		border: 1px solid #311B0E !important;
		overflow: hidden;
	}

	.portlet.navigation.has-landing-page .menu-items {
		padding-left: 40px;
	}

	.portlet.navigation .menu-section {
		width: 175px;
		clear: none;
		float: left;
		margin: 10px 10px 20px 10px;
	}

	.portlet.navigation .menu-section ul {
		margin: 0px;
		list-style-type: none
	}

	.portlet.navigation .menu-section li {
		background: transparent !important;
		border-width: 0 !important;
		padding: 0 !important;
	}

		.portlet.navigation .menu-section li a {
			font-size: 11px;
			font-weight: normal !important;
			color: #54301A !important;
			cursor: pointer;
			text-decoration: none;
			float: none !important;
			padding: 3px!important;
			border-bottom: 1px solid #c0BCA8 !important
		}

			.portlet.navigation .menu-section li a:hover {
				background: #F5D5BF;
			}
			.portlet.navigation .menu-section li a.selected {
				color: white !important;
				background: #54301A;
			}



	.portlet.navigation .menu-section h1 {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 5px;
		border-bottom: 1px solid #C0BCA8;
		width: 100%;
		color: #311B0E;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

	.portlet.navigation.has-landing-page .menu-section h1 {
		margin-top: 10px;
	}

	.portlet.navigation .menu-section a {
		display: block;
	}

	.portlet.navigation .menu-section a.selected {
    background: none repeat scroll 0 0 #54301A;
    color: white !important;
	}

	.portlet.navigation .menu-section h1 a
	,.portlet.navigation .menu-section h1 a.selected {
		color: #54301A !important;
		background: none !important;
	}

	.portlet.navigation .navigationformatter-2 .menu-section li a {
		color: #6A8AB0!important;
	}
	.portlet.navigation .navigationformatter-2 .menu-section li a:hover
	,.portlet.navigation .navigationformatter-2 .menu-section li a.selected {
		background: #f6f6f6;
		color: #6A8AB0!important;
	}

.portlet.navigation.navigationformatter-3 > header {
    display: none;
}
.portlet.navigation.navigationformatter-3 h2 {
    font-size: 14px;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
    margin: 7px -3px 1px -3px;
    color: rgb(126, 96, 42);
}

.navigation-menu-v li {
    padding: .2em 0
}

.navigation-menu-v b.navigation-item-icon {
    margin-top: 5px;
    float: left;
}

.navigation-menu-v .navigation-item-text {
    margin-left: 13px;
    display: block;
}

.navigation-menu-v h1
,.navigation-menu-v h2
,.navigation-menu-v h3
,.navigation-menu-v h4
,.navigation-menu-v h5
,.navigation-menu-v h6
,.navigation-menu-v strong {
    margin: .5em 0 .2em 0;
}

.navigation-menu-v h2 {
    font-size: 110%;
}
.navigation-menu-v h3 {
    color: #888;
}

.portlet.navigation.navigationformatter-3 {
    font-size: 1.1em
}

.portlet.navigation.navigationformatter-3 h2 {
    font-size: 14px;
    margin-left: -.5%;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
    margin: 7px 20px 1px -3px;
    color: rgb(126, 96, 42);
}

.portlet.navigation.navigationformatter-4 li {
    border-bottom: 1px dotted #ddd;
    padding: .3em 0;
}
.portlet.navigation.navigationformatter-4 li:last-child {
    border-bottom:0;
}