/*--------- dnn menu style ----------*/
/* main menu td */
.mainMenu {
	width:800px;
    cursor: pointer;
	text-align:center;
}
/* Main Menu Normal */
.mainMenu .root {
    color: #ffffff;
	height: 38px;
    font-size: 11px;
	line-height:35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
	margin-right:auto;
	margin-left:auto;
    padding-left: 8px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
    white-space: nowrap;
	background-image: url(images/menu_sep.gif);
	background-position: right -5px;
	background-repeat: no-repeat;
	font-weight: bold;
}

/* Main menu hover */
.mainMenu .hov {
    height: 36px;
    font-size: 11px;
	line-height:25px;
	width: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding-left: 8px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
    white-space: nowrap;
	background-image: url(images/menu_sep.gif);
	background-position: right -5px;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #80b3de;
}

/* Main menu selected  */
.mainMenu .sel, .mainMenu .bc {
    color: #ffffff;
}

.mainMenu table {
    z-index: 5000;
color: #ffffff;
	width: 250px;
	margin:0px;
	background-color: #3f7fb6;
	text-align:left;
}


/* SUB Menu Normal */
.mainMenu tr.mi {	
	line-height: 17px;
	overflow: hidden;
	height: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;	
	padding:5px;
	font-weight:bold;
	
}

.mainMenu tr.mi td {
padding:5px;
border-bottom:1px solid;
	border-color:#c6c6c6;
	height: 20px;
}
/* SUB Menu hover & selected 
*/
.mainMenu tr.hov {
	max-width:201px;
    color: #ffffff;
	background-color: #80b3de;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	padding:5px;
	background-image: url(images/dot.gif);
	text-align:left;
	font-weight:bold;
}
.mainMenu tr.hov td {
    color: #ffffff;
	background-color: #80b3de;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
}
.mainMenu tr.sel, .mainMenu tr.bc {
 
}
.mainMenu tr.sel td, .mainMenu tr.bc td {

}
.main_dnnmenu_break {

}



































































