﻿#dnnMenu .topLevel {
	position:relative;
	margin-bottom: 0;
}
#dnnMenu .topLevel li {
	float:left;
/*	margin:0 10px 0 0;*/
	list-style-type:none;
	position:relative;
	height: 27px;
}
#dnnMenu .topLevel li a{
	display: inline-block;
	color: #fff;
	/*text-decoration:none;*/
}
#dnnMenu .topLevel li.root {
padding-top: 12px;
}
#dnnMenu .topLevel li.root > a{
	border-right: solid 2px #fff;
	padding: 0 10px 0 10px;
	font-size: 15px;
}
#dnnMenu .topLevel .last a{
/*	border-right-style: none;*/
/*	padding-right:0;*/
}
.topLevel {
	margin-left: 135px;
}
#dnnMenu .topLevel li a div,
#dnnMenu .topLevel li a span {
	display:block;
	line-height:11px;
}
#dnnMenu .topLevel li.root.first > a {
	padding-left:10px;
}
#dnnMenu .topLevel li.root.mHover {
/*	background-color: #e1e1e1;*/
}
#dnnMenu .topLevel li.root.mHover > a {
	color: #153D65;
/*	text-decoration: none;*/
/*	border: none;*/
/*	margin-right: 2px;*/
}
#dnnMenu .topLevel li.root.first > a:hover {
/*	color: #153D65;*/
/*	text-decoration: none;*/
/*	border: none;*/
/*	margin-right: 2px;*/
}
#dnnMenu .topLevel li.root.first:hover {
/*	background-color: #e1e1e1;*/
}
#dnnMenu .topLevel li.root.first:hover > a {
/*	color: #153D65;*/
}
#dnnMenu .topLevel li.root.selected > a {
/*	padding-left:8px;*/
	color: #153d65;
}
#dnnMenu .topLevel li.selected {
	background-color: #fff;
	position: relative;
	left:-2px;
}
#dnnMenu .subLevel{
	display: none;
	position: absolute;
	top: 39px;
	left: -155px;
	z-index: 7001 !important;
	font-size: 15px;
	width: 908px;
	background-color: #e1e1e1;
}
#dnnMenu .subLevel > ul{
	padding: 0;
}
#dnnMenu .subLevel{
	border-top: 2px white solid;
	border-left: 2px white solid;
}
#dnnMenu .subLevel li{
	border-right: 2px white solid;
	border-bottom: 2px white solid;
	height: 30px;
}
#dnnMenu .subLevel li > a{
	font-size: 14px;
	color: #153D65;
	display: inline-block;
	width: 210px;
	padding: 10px 0 0 15px;
	height: 20px;
}
#dnnMenu .subLevel li > a:hover{
	background: #153D65;
	color: #fff;
	text-decoration: none;
}