/*--------- dnn menu style ----------*/
#menu {
    width:100%;
    height:31px;
    background: url("images/topnav_grad_strip.gif") repeat-x;
	margin-bottom: 20px;
}
/* main menu td */
.mainMenu {
	cursor: pointer;
	font-size: 12px;
	width: 100%;
    padding-top:5px;
}

.mainMenu .first{
	padding-left: 15px;
}

/* Main Menu Normal */
.mainMenu .root {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 5px 15px 5px 0 ;
    color: #4A4A4A;
	/*margin-right: 1px;*/
	white-space: nowrap;
	/*margin-left: 1px;*/
	float: left;
}

.divider{
	background-image: url("images/topnav_divider.gif");
	background-repeat: no-repeat;		
	width: 2px;
	height: 15px;
	padding: 4px 0 4px 15px;
}

/* Main menu hover */
.mainMenu .hov {
	color: #3C84B4;
}
.mainMenu table {
	border: 1px solid silver; /*#C0D6E5;*/
	border-style: outset;
	white-space: normal;
	border-collapse: separate; 
	background-image: url("images/topnav_grad_stripPopUp.gif")\0/;
	background-repeat: repeat-x;	
	z-index: 5000;		
	display: table;
	width: 178px;
}
/* SUB Menu Normal */
.mainMenu tr.mi {
	/*background-color: #F8FAFF;*/
	z-index: 1000;
	font-family: Arial, Vernada, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	color: #375162;
	line-height: auto; /*2em;*/
	text-transform: none;
	
}
.mainMenu tr.mi td {
	padding: 0 2px;
	text-transform: none;
	text-align: left;
	
}
.mainMenu tr:nth-child(odd)		{ background-color:#FFFFF0; }
.mainMenu tr:nth-child(even)		{ background-color:#E0E8F8; }
/* SUB Menu hover & selected */
.mainMenu tr.hov span{
	background: #3C84B4;
}
/*
.mainMenu tr.hov {
	background: #3C84B4 url("images/submenu_hover.png") repeat-x top left;
}*/
.mainMenu tr.hov td {
	color: #fff;
}

/*
.mainMenu tr.sel, .mainMenu tr.bc {
	background: #CE0D0D url("images/submenu_active.png") repeat-x top left;
}
.mainMenu tr.sel td, .mainMenu tr.bc td {
	color: #fff;
}*/
.main_dnnmenu_break {
	height: 2px;
	background-color: #D5E0FF;
}
/* Module Action Menus */
.ModuleTitle_SubMenu {
	border: 1px solid #C0D6E5;
}
.ModuleTitle_SubMenu td {
	background-color: #F8FAFF;
	white-space: nowrap;
}
.ModuleTitle_MenuIcon {
	background-color: #F8FAFF;
	border: none;
	padding: 0px 2px;
}
.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon {
	background: #CE0D0D url("images/submenu_hover.png") repeat top left;
	color: #fff;
}
.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon {
	height: 2px;
	background-color: #D5E0FF;
}















