
/*--------- dnn menu style ----------*/
/* main menu td */
.menu_separator{
	padding: 0px 10px 0px 10px;
	vertical-align: middle;
}

.topMenu 
{
	cursor:pointer;
	font-size: 11px; 
	width:809px;
}

/* Main Menu Normal */
.topMenu .root
{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	text-align: right;
	padding: 0;
	text-transform: uppercase;
	margin:0; 
	top:-3px; 
	right:0; 
}
.topMenu .mi {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*height:30px;*/
	padding-bottom:19px;
	padding-left:5px;
	padding-right:5px;
	text-align: right;
}

.topMenu .mi span {
	line-height:30px;
	margin-left: 0px;
	text-align: right;
}

.topMenu .first {
	padding-left:0;
}
/* Main menu hover 
.topMenu .mi0.hov, .topMenu .mi1.hov, .topMenu .mi2.hov, .topMenu .mi3.hov, .topMenu .mi4.hov, .topMenu .mi5.hov, .topMenu .mi6.hov, .topMenu .mi7.hov, .topMenu .mi8.hov
{
	color: #bbb;
	background: url(../images/nav-active-bg.gif) no-repeat bottom center;
}*/

.topMenu table {
	border-collapse: collapse;
	z-index: 1000;
}
.topMenu tr.mi{
	padding:0;
	background-color: black;
	z-index: 1000;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: white;
	line-height: 1em;
	text-transform: none;
	height:15px;
	border:1px solid #ffffff;
	
}

.topMenu tr.mi td {
padding: 2px 2px 3px 2px;
text-transform:none;
line-height:13px;
}
.topMenu tr.mi td span {
height:20px;
line-height:13px;
}
.topMenu tr.hov td{
	color: black;
	background-color: silver;
}
/* Main menu selected */
.topMenu .sel, .topMenu .bc {
	color: #FFF;
	background: url(../images/nav-active-bg.gif) no-repeat bottom center;
	height:1%;
}
.topMenu tr.sel, .topMenu tr.bc {
	color: #FFF;
	height: 1%;
	background-image: none;
}