
/*--------- dnn vertical menu style ----------*/
/* main menu td */
.mainMenu
{
    color: #717171;
    background-color:transparent!important;
    cursor: pointer;
    font-size: 14px;
    text-transform:uppercase;
    background-color: transparent;
    width: 100%;
    height: 20px;
    font-weight:normal!important;
    text-align:left!important;
}

/* Main Menu Normal */
.mainMenu .root
{
    color: #717171;
    font-size: 14px;
        font-weight:normal!important;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    padding: 0  0px 0 0px;
    margin: 0px;
}



/* Main menu hover */
.mainMenu .hov
{
    color: #005292;
    text-transform:uppercase;
    height: 20px;
    line-height: 20px;
    padding: 0  0px 0 0px;
    margin: 0px;
}

/* Main menu selected */
.mainMenu .sel, .mainMenu .bc
{
    color: #005292;
    height: 20px;
    line-height: 20px;
    padding: 0 0px 0 0px!important;
    margin: 0px!important;
     background-color:transparent!important;
}


/* SUB Menu Normal */
#ctldnnTreeViewLatt-1
{
    display: none;
}


/*--------- dnn horizontal menu style ----------*/
/* main menu td */
.mainMenuHorizontal
{
    color: #717171!important;
    font-weight:normal!important;
    cursor: pointer;
    font-size: 10px;
    text-transform:uppercase;
    background-color: transparent;
}

/* Main Menu Normal */
.mainMenuHorizontal .root
{
    color: #717171!important;
    font-size: 10px;
    font-weight:normal!important;
    text-align: left;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 20px;
    padding: 0 0 0 10px;

}



/* Main menu hover */
.mainMenuHorizontal .hov
{
    color: #015291!important;
    background-color: transparent!important;
    text-transform:uppercase;
    font-weight:normal!important;

    line-height: 20px;
      padding: 0 0 0 10px;
   
}

/* Main menu selected */
.mainMenuHorizontal .sel, .mainMenu .bc
{
    color: #015291!important;
    font-weight:normal!important;
     background-color: transparent!important;

    line-height: 20px;
   padding: 0 0 0 10px;
}



/* 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.gif) repeat-x top left;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}


