﻿
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-size: 11px; 
	background-color:transparent;
	width:930px;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{
	font-family: Tahoma;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 17px 12px 12px 12px;
	text-transform: uppercase;
	margin-right: 1px;
	white-space: nowrap;
	float: left;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{
	font-family: Tahoma;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding: 17px 12px 12px 12px;
	text-transform: uppercase;
	margin-right: 1px;
	white-space: nowrap;
	float: left;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size: 13px;
	padding:17px 12px 12px 12px;
	text-transform:uppercase; margin-right:1px;
	white-space:nowrap;
	float:left;
	background-image:url(images/MenuPointer.gif);
	background-repeat:no-repeat;
	background-position:left;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #044466;
}

.main_dnnmenu_submenu td
{
	background-color: #044466;
	z-index: 1000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	line-height: 2em;
	padding: 0px 5px;
	margin: 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

/*  SUB Menu hover & selected - #CE0D0D */
.main_dnnmenu_itemhover td   
{  
	background: #0d5b8b;
	color:#ffffff;
}
.main_dnnmenu_itemselected td{
    background: #0d5b8b;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #044466;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #044466;
}

.ModuleTitle_SubMenu td{
	background-color:#044466;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #CE0D0D;
	color: #fff;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}

div.ChildMenu 
{
	 width:200px; background:#E5E5E5 url('Images/dotted_line_2.png') ; background-repeat:repeat-x;  background-position:left center;
}

.NoIcon
{ display:none;
	}

.LeftNav
{ 
	text-align:left; margin:0;padding:0;color:#333333;font:13pt Tahoma, Verdana, Arial, sans-serif;
	}
	
.cssSubMenuSeperator
{
	width:200px; background:#E5E5E5 url('Images/dotted_line_2.png') ; background-repeat:repeat-x;  background-position:left center;
	}
	
.cssIconTest
{
	width:200px;display:none;
	}
	

