
/*--------- dnn Main menu style ----------*/
/* main menu td */
.mainMenu 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:928px;
}

/* Main Menu Normal */
.mainMenu .root
{	
	color: #808080;
	font-size: 15px;  	
	text-align:center; 
	padding:12px 12px 12px 12px;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	margin-right:1px;	
	float:left;
}


/* Main menu hover */
.mainMenu .hov{ 
	color:#fff;
	background:url(../images/selected_center.png) repeat-x top left;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc {
color:#FFF;
	background:url(../images/selected_center.png) repeat-x top left;
}
.mainMenu table
{
    margin-top: -2px;
	z-index: 5000;
	min-width: 150px;
}

/* SUB Menu Normal */
.mainMenu tr.mi{
	background-color:#e2e2e2;
	z-index: 1000;
	font-size: 11px; 
	text-align:left;
	color:#808080;
	line-height:2em;
	text-transform:none; 
	
}
.mainMenu tr.mi td{
padding: 0 2px;
text-transform:none;
}

/* SUB Menu hover & selected */
.mainMenu tr.hov { 
background: #376697 repeat-x top left;
}

.mainMenu tr.hov td{
color:#fff;
}

.mainMenu tr.sel, .mainMenu tr.bc{
background: #376697 repeat-x top left;
}

.mainMenu tr.sel td, .mainMenu tr.bc td{
	color:#fff;
}

.main_dnnmenu_break{
	height: 0px;
	background-color: #D5E0FF;
}



/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #e2e2e2;
}

.ModuleTitle_SubMenu td{
	background-color:#f1f1f1;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#f1f1f1; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #376697 repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 1px;
	background-color: #808080;
}


/*--------- dnn Footer menu style ----------*/
/* main menu td */

.headerbottom
{
    border-bottom: 1px solid #f2dca7;
    width: 25%;
}

.pageFooter a.footerHeader, a.footerHeader:link, a.footerHeader:visited, a.footerHeader:active
{
    color: #f7bd63;
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
}
.pageFooter a.footerHeader, a.footerHeader:hover
{
    color: #f7bd63
    font-family: Calibri, Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    text-decoration: underline;
}
/* Main Menu Normal */
.footerMenu .RadMenu
{
    cursor:pointer;
    white-space: nowrap;
}
.footerMenu a.rmLink, a.rmlink:hover
{	
	color: #e5e5e5;
	font-family: Calibri, Arial, Helvetica, Sans-Serif;
}



