/* MENU STYLES */

.main_dnnmenu_container { }
.main_dnnmenu_bar {border:0px solid yellow;  }
.main_dnnmenu_break {}

.main_dnnmenu_rootitem { /*TD if menu option for using tables is on*/
	color:#000;
	font-size:17px;
	font-family: Georgia, times, Times New Roman, times-roman, serif !important;
	background-color: Transparent;
	white-space: nowrap;  /*Word wrapping menu item now optional*/
	margin-right:20px;
	height:25px;
	outline:0;
	padding-bottom:11px;
}
.main_dnnmenu_rootitem_hover {  /* this controls the items on the SUBMENU*/
	font-size: 17px;
	font-family: Georgia, times, Times New Roman, times-roman, serif !important;
	color:#0f4ca8;
	margin-right:20px;
	height:25px;
	outline:0;
}

/*  Main menu selected  */

.main_dnnmenu_rootitem_selected {
	color:#0f4ca8;
	font-family: Georgia, times, Times New Roman, times-roman, serif !important;
	font-size: 17px;
	white-space:nowrap;
	margin-right:20px;
	outline:0;
}

.main_dnnmenu_icon {
	display:none
}

.main_dnnmenu_submenu {
	border-left:1px solid #bfba90;
	border-bottom:0px solid #bfba90;
	border-right:1px solid #bfba90;
	background:#e7e4d6;
	z-index: 9999;
	font-family: Georgia, times, Times New Roman, times-roman, serif !important;
	outline:0;
}
.main_dnnmenu_submenu td { 
	border-bottom:1px solid #bfba90 !important;
	margin:0px;
	padding:5px;
	outline:0;
}
  
.main_dnnmenu_itemhover td {
	background-color: #fbfaf4;
	color:#0f4ca8 !important;
	outline:0;
}
.main_dnnmenu_itemselected td {
	background-color: #fbfaf4;
	color:#0f4ca8 !important;
	outline:0;
}
