
/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	float: left;
	padding-right: 1px;
	position: relative;
	margin-top: 4px;
}

/* Main Menu Normal */
.mainMenu .root
{	
	color: #0D224A;
	text-align: left; 
	padding: 0;
	height: 32px;
	white-space:nowrap;
	float: left;
	font: normal 18px/32px Calibri, "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	border-right: #c0c0c0 1px solid;
}
.mainMenu .root .txt {padding: 0 10px;}

/* Main menu hover */
.mainMenu .hov{ 
	padding: 0;
	height: 32px;
	float: left;
	text-decoration: none;
	background: #7CB900;
	margin: 0;
	color: #0D224A;
	border-right: #c0c0c0 1px solid;
}
/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
	padding: 0;
	color: #0D224A;
	height: 32px;
	border-right: #c0c0c0 1px solid;
	margin: 0;
	background: #7CB900;
}
.mainMenu .separator {
	height: 29px;
	width: 1px;
	float: left;
	padding: 0 1px;
	text-decoration: none;
	background: url(images/menu-separator.jpg) no-repeat 0 0;
	display: none;
}
.mainMenu table{
	border: #c0c0c0 1px solid;
	z-index: 10000;
	margin-top: 0;
	background: #fff;
	white-space: nowrap;
	
}

/* SUB Menu Normal */
.mainMenu tr.mi{
	z-index: 1000;
	font-size: 18px; font-family:  Calibri, "trebuchet MS", Verdana, Arial; 
	font-weight: normal;
	color: #0D224A;
	line-height: 32px; height: 32px;
	display: block;
	float: left;
	clear: both;
	padding: 0;
}
.mainMenu tr.mi td{
	padding: 0;
	font-size: 18px; font-family:  Calibri, "trebuchet MS", Verdana, Arial; 
	line-height: 32px; height: 32px;
	text-align: left;
	border: none;
}

/* SUB Menu hover & selected */
.mainMenu tr.mi td .txt {display: block; padding: 0 6px;width: 180px;border-bottom: #c0c0c0 1px solid;}
.mainMenu tr.hov { 
	font-size: 18px; font-family:  Calibri, "trebuchet MS", Verdana, Arial; 
	padding: 0;
	line-height: 32px; height: 32px;
	text-decoration: none;
	background: #efefef;
	margin: 0;
}

.mainMenu tr.hov td{
	color:#0D224A;
	font-size: 18px; font-family:  Calibri, "trebuchet MS", Verdana, Arial; 
	padding: 0;
	line-height: 32px; height: 32px;
	text-decoration: none;
	border: none;
	text-align: left;
	background: #efefef;
	margin: 0;
}

.mainMenu tr.sel, .mainMenu tr.bc{
	padding: 0;
	font-size: 18px; font-family:  Calibri, "trebuchet MS", Verdana, Arial; 
	line-height: 32px; height: 32px;
	border: none;
	background: #efefef;
}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color: #0D224A;
	padding: 0;
	font-size: 18px; font-family:  Calibri, "trebuchet MS", Verdana, Arial; 
	line-height: 32px; height: 32px;
	text-align: left;
	border: none;
	background: #efefef;
}

.main_dnnmenu_break{
	height: 2px;
	background-color: #D5E0FF;
}


