
/*--------- dnn menu style ----------*/
/* main menu td */

/*  Main Menu Normal  */
.MenuLanguage
{
	padding: 0px;
	margin: 0px;
	width:20%;
}
.MainMenuLeft
{
	width: 40px;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #808080;
}
.main_dnnmenu_rootitem  
{
	color: #808080;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
	vertical-align: middle;
	padding-top: 6px;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #808080;
}
.main_dnnmenu_bar 
{
	border-width: 0px;
	border-style: none;
	background-position: right;
	cursor: pointer;
	font-size: 11px;
	padding-top: 0px;
	width: 86%;
	background-color: #e7e7e8;
}
.CSSLeftSeparatorBreadCrumb1
{
}

/*  Main menu hover  */
.main_dnnmenu_itemhover
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
	vertical-align: middle;
	padding-top: 6px;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #808080;
	background: url('../../../../images/MenuBGR.jpg') repeat-x left top;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	float: left;
	padding-right: 9px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	height: 27px;
	vertical-align: middle;
	padding-top: 6px;
	border-right-style: dotted;
	border-right-width: thin;
	border-right-color: #808080;
	background: url('../../../../images/MenuBGR.jpg') repeat-x left top;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	border: 1px solid #808080;
}

.main_dnnmenu_submenu td
{
	background-color: #C0C0C0;
	z-index: 1000;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #000000;
	line-height: 2em;
	padding: 0px 1px 0px 1px;
	margin: 0px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #333333;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{
	background: #808080 url(../images/submenu_hover.gif) repeat-x left
top;
	color: #ffffff;
}
.main_dnnmenu_itemselected td{
    background: #CE0D0D url(../images/submenu_active.gif) repeat-x top left;
	color:#ffffff;
}

.main_dnnmenu_break
{
	height: 2px;
	background-color: #D5E0FF;
}

/* 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;
}
.MenuLanguage {
	background-color: #e9e9e9;
	width: 291px;
}
















































