.dnnMenu {
	height:72px;
	float: right;
}
.dnnMenu .topLevel {
	height:72px;
	position:relative;
}
.dnnMenu .topLevel li {
	list-style-type:none;
	font-size: 12px;
	width: 85px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 90px;
	position: relative;
}
.dnnMenu .topLevel li.selected {
	background: transparent url(images/selected.png) no-repeat left -6px;
}
.dnnMenu .topLevel li a:hover {
	cursor: pointer;
}
.dnnMenu .topLevel li.hover {
	background: #444444; /* Old browsers */
	background: -moz-linear-gradient(top, #444444 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #444444 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #444444 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #444444 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(top, #444444 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.dnnMenu .topLevel li a,.dnnMenu .topLevel li a:link, .dnnMenu .topLevel li a:active, .dnnMenu .topLevel li a:visited {
	display:block;
	color:#fff;
	line-height:18px;
	text-decoration:none;
	padding: 5px 5px 20px;
}

.dnnMenu .topLevel li a:hover,.dnnMenu .topLevel li a:link:hover, .dnnMenu .topLevel li a:active:hover, .dnnMenu .topLevel li a:visited:hover {
    color:#fff;
}



.dnnMenu .subLevel {
	display:none;
	position:absolute;
	width:auto;
	margin:0;
	padding:6px 0 0 0;
	z-index:1210;
}
.dnnMenu .topLevel li.hover .subLevel {
	display:block;
	white-space:nowrap;
}
.dnnMenu .subLevel ul {
	margin:0;
	padding:0;
	position:absolute;
	z-index:1200;

}
.dnnMenu .subLevel li {
	float:none;
	clear:both;
	width:100%;
	margin: 0;
	display: block;
	height: auto;
	text-align:left;
	position: relative;
}
*.dnnMenu .subLevel li {
}
.dnnMenu .subLevel li.item a {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(top, #000000 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
	padding: 10px 20px;
	border-top: 1px solid #333;
}
.dnnMenu .subLevel li.hover a, .dnnMenu .subLevel li a:hover {
	background: #333;
}

.dnnMenu .subLevelRight {
	display:none;
	position:absolute;
	left:100%;
	top:-6px;
	width:auto;
	margin:0 0 0 -3px;
}
.dnnMenu .subLevel li.first > .subLevelRight {
	top:8px;
}
.dnnMenu .subLevel li.first.last > .subLevelRight {
	top:2px;
}
.dnnMenu .subLevel li.hover > .subLevelRight {
	display:block;
}
.dnnMenu .subLevel li.first > .subLevelRight li.first > .subLevelRight {
	top:0px;
}
.dnnMenu .subLevelRight ul {
	display:block;
}
.dnnMenu .subLevelRight ul li {
	position:relative;
}
.dnnMenu .subLevelRight ul li a {
	display:block;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #222222 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#222222)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#222222 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#222222 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#222222 100%); /* IE10+ */
	background: linear-gradient(top, #000000 0%,#222222 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 ); /* IE6-9 */
}

.dnnMenu .subLevel li.hover .subLevelRight a {
	background: #000;
}
.dnnMenu .subLevel li.hover .subLevelRight li a:hover {
	background: #666;
}

