
/*--------- dnn menu style ----------*/

.menuSubHead{
  display:block;
}
.menuSubHead .root{
color:#999999;
font-size:17px;
font-weight:bold;
font-family:Verdana, Helvetica, Arial, sans-serif; 
 padding:0px;
 text-align:left;
 white-space:nowrap;
}

.menuSubHead .hover{
color:#999999;
font-size:20px;
font-weight:bold;
font-family:Verdana, Helvetica, Arial, sans-serif;
 padding:0px;
 text-align:left;
 white-space:nowrap;
}

.menuSubHead tr.mi{
	 display:none;
}
/* main menu td */
.investMenu 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:970px;
	display:inline;
}

/* Main Menu Normal */
.investMenu .root
{	
	color: #000000;
	font-size: 11px; 
	font-weight:normal; 	
	text-align:center; 
	padding:0px 14px 0px  0px;
	text-transform:none; 
}


/* Main menu hover */
.investMenu .hov{ 
	color:#000000;
	text-decoration:underline;
}

/* Main menu selected */
.investMenu .sel, .investMenu .bc {
color:#005231;
font-weight:bold;
text-decoration:none;
}
.investMenu table{
	border:1px solid #C0D6E5;
	z-index: 5000;
	}

/* SUB Menu Normal */
.investMenu tr.mi{
	 display:none;
}
.investMenu tr.mi td{
padding: 0 2px;
text-transform:none;
}

/* SUB Menu hover & selected */
.investMenu tr.hov { 
background: #CE0D0D url(../images/submenu_hover.png) repeat-x top left;
}

.investMenu tr.hov td{
color:#fff;
}

.investMenu tr.sel, .investMenu tr.bc{
background: #CE0D0D url(../images/submenu_active.png) repeat-x top left;
}

.investMenu tr.sel td, .investMenu 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-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


