
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	font-family: arial, 'lucida console', sans-serif;
	cursor:pointer;
	background-color:transparent;
	text-align: center;

}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	/*background-color: #A8B531;*/
	background-color: #bd413e;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1px;
	text-decoration: none;
	/*border: 1px solid #A80808;*/
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	line-height: 24px;
	padding-left: 5px;
	text-align: center;
}

/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  

	background-color: #ce6a68;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A80808;
	padding-bottom: 1px;
	text-decoration: none;
	/*border: 1px solid #A80808;*/
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	line-height: 24px;
	padding-left: 5px;
	text-align: center;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	/*background-color: #A8B531;*/
	background-color: #ce6a68;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-bottom: 1px;
	text-decoration: none;
	/*border: 1px solid #A80808;*/
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	line-height: 24px;
	padding-left: 5px;
	text-align: center;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border:1px solid #C0D6E5;
}

.main_dnnmenu_submenu td
{
	/*background-color:#E1E8ED;*/
	/*background-color:#F8FAFF;*/
	background-color:#bd413e;
	z-index: 1000;
	font-size: 11px; 
	font-weight:bold;
	text-align:left;
	color:#FFF;
	line-height:2em;
	padding: 0px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td,.main_dnnmenu_itemselected td   
{  
	font-size: 11px;
	background: #ce6a68 url(../images/menu_hover.gif) repeat-x top left;
	color:#000;
	font-weight:bold;
	text-align:left;
	line-height:2em;
	z-index: 1000; 
	padding: 0px 5px;
	margin:0px;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
	border:1px solid #C0D6E5;
}

/* Module Action Menus */
.ModuleTitle_SubMenu
{
	border:1px solid #C0D6E5;
}

.ModuleTitle_SubMenu td{
	background-color:#bd413e;
	white-space: nowrap;
} 

.ModuleTitle_MenuIcon {
	background-color:#F8FAFF; 
	border:none;
	padding: 0px 2px;
}

.ModuleTitle_MenuItemSel td, .ModuleTitle_MenuItemSel .ModuleTitle_MenuIcon{
	background: #C0D6E5 url(../images/menu_hover.gif) repeat-x top left;
	color: #000;
}

.ModuleTitle_MenuBreak td, .ModuleTitle_MenuBreak .ModuleTitle_MenuIcon
{
	height: 2px;
	background-color: #D5E0FF;
}
