﻿/* <RadMenu / Areshta> */

.RadMenu_Areshta .rmRootGroup,
.RadMenu_Areshta .rmLink,
.RadMenu_Areshta .rmText,
.RadMenu_Areshta .rmLeftArrow,
.RadMenu_Areshta .rmRightArrow,
.RadMenu_Areshta .rmTopArrow,
.RadMenu_Areshta .rmBottomArrow
{
	background-image: url(images/ab-mantaghe_tarhtosee_images/Telerik.Web.UI.Skins.Areshta.Menu.rmSprite.png);
	background-color: transparent;
}
/* <Root items> */

.RadMenu_Areshta,
.RadMenu_Areshta .rmLink
{
	font: normal 11px/23px Tahoma, "Segoe UI", Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

.RadMenu_Areshta .rmLink,
.RadMenu_Areshta .rmText
{
	background-position: 0 1050px;
	background-repeat: no-repeat;
}

.RadMenu_Areshta .rmLink:hover,
.RadMenu_Areshta .rmFocused,
.RadMenu_Areshta .rmSelected
{
	color: #000;
	background-position: 0 -72px;
	text-decoration: none;
}

.RadMenu_Areshta .rmLink:hover .rmText,
.RadMenu_Areshta .rmFocused .rmText,
.RadMenu_Areshta .rmSelected .rmText
{
	background-position: 100% -96px;
}

.RadMenu_Areshta .rmExpanded,
.RadMenu_Areshta .rmExpanded:hover
{
	color: #fff;
	background-position: 0 -120px;
	text-decoration: none;
}

.RadMenu_Areshta .rmExpanded .rmText,
.RadMenu_Areshta .rmExpanded:hover .rmText
{
	background-position: 100% -144px;
}

.RadMenu_Areshta .rmDisabled,
.RadMenu_Areshta .rmDisabled:hover
{
	color: #8d8d8d;
}

.RadMenu_Areshta .rmDisabled:hover,
.RadMenu_Areshta .rmDisabled:hover .rmText
{
	background: none;
}

/* </Root items> */


/* <Submenu items> */

.RadMenu_Areshta .rmGroup,
.RadMenu_Areshta .rmGroup .rmVertical
{
	border: 1px solid #868686;
	background: #fff url(images/ab-mantaghe_tarhtosee_images/Telerik.Web.UI.Skins.Areshta.Menu.rmVSprite.png) repeat-y -1px 0;
}

.RadMenu_Areshta .rmSlide .rmScrollWrap
{
	background-image: none;
}

.RadMenu_Areshta_rtl .rmGroup,
.RadMenu_Areshta_rtl .rmGroup .rmVertical
{
	background-position: 101% 0;
}

.RadMenu_Areshta .rmRootGroup .rmHorizontal
{
	background-image: none;
}

.RadMenu_Areshta .rmScrollWrap .rmVertical
{
	border: 0;
}

.RadMenu_Areshta .rmGroup .rmFirst,
.RadMenu_Areshta .rmGroup .rmLast
{
	background: none;
}

.RadMenu_Areshta .rmGroup .rmLast
{
	padding-bottom: 1px;
}

.RadMenu_Areshta .rmGroup .rmLink:hover,
.RadMenu_Areshta .rmGroup .rmFocused,
.RadMenu_Areshta .rmGroup .rmSelected,
.RadMenu_Areshta .rmGroup .rmExpanded
{
	background-position: 0 -168px;
}

.RadMenu_Areshta .rmGroup .rmLink:hover .rmText,
.RadMenu_Areshta .rmGroup .rmFocused .rmText,
.RadMenu_Areshta .rmGroup .rmSelected .rmText,
.RadMenu_Areshta .rmGroup .rmExpanded .rmText
{
	background-position: 100% -192px;
}

/* <expand arrows> */

.RadMenu_Areshta .rmGroup .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmExpandDown
{
	background-position: 100% -216px;
}

.RadMenu_Areshta .rmGroup .rmLink:hover .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmFocused .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmSelected .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmExpanded .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmLink:hover .rmExpandDown,
.RadMenu_Areshta .rmGroup .rmFocused .rmExpandDown,
.RadMenu_Areshta .rmGroup .rmSelected .rmExpandDown,
.RadMenu_Areshta .rmGroup .rmExpanded .rmExpandDown
{
	background-position: 100% -240px;
}

.RadMenu_Areshta .rmGroup .rmDisabled:hover .rmExpandRight,
.RadMenu_Areshta .rmGroup .rmDisabled:hover .rmExpandDown
{
	background-image: url(images/ab-mantaghe_tarhtosee_images/Telerik.Web.UI.Skins.Areshta.Menu.rmSprite.png);
	background-position: 100% -216px;
}

/* </expand arrows> */

/* <rtl> */

.RadMenu_Areshta_rtl .rmGroup .rmLink:hover,
.RadMenu_Areshta_rtl .rmGroup .rmFocused,
.RadMenu_Areshta_rtl .rmGroup .rmSelected,
.RadMenu_Areshta_rtl .rmGroup .rmExpanded
{
	background-position: 100% -264px;
}

.RadMenu_Areshta_rtl .rmGroup .rmLink:hover .rmText,
.RadMenu_Areshta_rtl .rmGroup .rmFocused .rmText,
.RadMenu_Areshta_rtl .rmGroup .rmSelected .rmText,
.RadMenu_Areshta_rtl .rmGroup .rmExpanded .rmText
{
	background-position: 0 -288px;
}

.RadMenu_Areshta_rtl .rmGroup .rmExpandLeft
{
	background-position: 0 -312px;
}

.RadMenu_Areshta_rtl .rmGroup .rmLink:hover .rmExpandLeft,
.RadMenu_Areshta_rtl .rmGroup .rmFocused .rmExpandLeft,
.RadMenu_Areshta_rtl .rmGroup .rmSelected .rmExpandLeft,
.RadMenu_Areshta_rtl .rmGroup .rmExpanded .rmExpandLeft
{
	background-position: 0 -336px;
}

/* </rtl> */

/* </Submenu items> */

/* <Submenu offsets (Areshta - specific, overlapping submenus)> */

.RadMenu_Areshta .rmSlide
{
	margin: -3px 0 0 3px;
}

.RadMenu_Areshta .rmVertical .rmSlide,
.RadMenu_Areshta .rmSlide .rmSlide,
.RadMenu_Areshta_Context .rmGroup .rmSlide
{
	margin: 0 0 0 -5px;
}

.RadMenu_Areshta_rtl .rmSlide
{
	margin: -3px 0 0 -3px;
}

.RadMenu_Areshta_rtl .rmVertical .rmSlide,
.RadMenu_Areshta_rtl .rmSlide .rmSlide,
.RadMenu_Areshta_Context_rtl .rmGroup .rmSlide
{
	margin: 0 0 0 5px;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Areshta .rmLeftArrow,
.RadMenu_Areshta .rmRightArrow
{
	background-color: #f6f6e8;
}

/* </Submenu offsets> */

/* <Scrolling arrows> */

.RadMenu_Areshta .rmLeftArrow,
.RadMenu_Areshta .rmRightArrow
{
	background-color: #E0E5F5;
}

.RadMenu_Areshta .rmLeftArrow { background-position: -8px -312px; border-right: 1px solid #B7BDCD; }
.RadMenu_Areshta .rmRightArrow { background-position: -482px -216px; border-left: 1px solid #B7BDCD; }

.RadMenu_Areshta .rmTopArrow,
.RadMenu_Areshta .rmBottomArrow,
.RadMenu_Areshta .rmGroup .rmLeftArrow,
.RadMenu_Areshta .rmGroup .rmRightArrow
{
	background-color: #f0f0f0;
}

.RadMenu_Areshta .rmTopArrow { background-position: 50% -367px; border-bottom: 1px solid #B7BDCD; }
.RadMenu_Areshta .rmBottomArrow { background-position: 50% -391px; border-top: 1px solid #B7BDCD; }

/* </Scrolling arrows> */

/* <Separators> */

.RadMenu_Areshta .rmVertical .rmSeparator .rmText,
.RadMenu_Areshta .rmHorizontal .rmVertical .rmSeparator .rmText
{
	background-position: 0 -406px;
}

.RadMenu_Areshta .rmHorizontal .rmSeparator .rmText,
.RadMenu_Areshta .rmVertical .rmHorizontal .rmSeparator .rmText
{
	background-position: 0 -386px;
}

/* </Separators> */

/* </RadMenu / Areshta> */
body
{
	background: #e7e7e7;
}
table, tr, td, p, div
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.4em;
}
.toptd
{
	background: url(images/ab-mantaghe_tarhtosee_images/bg_top.jpg) no-repeat bottom center;
	height: 273;
	width: 944px;
	text-align: right;
	font-size: 11px;
}
.middletd
{
	background: url(images/ab-mantaghe_tarhtosee_images/bg_table_main.jpg) center repeat-y;
	padding: 0px 0px 0 0;
	font-size: 11px;
	width: 944px;
	display: table;
	text-align: right;
	vertical-align: top;
}
.tbspace
{
	background: url(images/ab-mantaghe_tarhtosee_images/bg_table_main.jpg) center repeat-y;
	font-size: 0px;
	width: 944px;
	height: 20px;
	display: table;
	text-align: right;
	vertical-align: top;
}
.bottomtd
{
	background: url(images/ab-mantaghe_tarhtosee_images/bg_footer.jpg) no-repeat bottom center;
	height: 120px;
	width: 944px;
	padding: 0px 0px 0px 0px;
	color: #fff;
	text-align: right;
	font-size: 11px;
	white-space: nowrap;
	vertical-align: bottom;
}
label, .normal, .normal
{
	font-family: tahoma;
	font-size: 11px;
}
.containerheadl
{
	background: url(images/ab-mantaghe_tarhtosee_images/header_cap_left.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}
.containerheadr
{
	background: url(images/ab-mantaghe_tarhtosee_images/header_cap_right.gif) bottom left no-repeat;
	width: 15px;
	padding: 0;
}
.containerheadc
{
	background: url(images/ab-mantaghe_tarhtosee_images/header_bg.gif) repeat-x bottom;
	padding: 0 0 17px 5px;
}
.containertd
{
	padding: 10px 25px 35px 25px;
}
table, div
{
	padding: 0;
}
select, input
{
	font-family: tahoma;
	font-size: 11px;
	color: #333;
}
h3
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #f6f6f6;
	padding: 2px 0 1px 7px;
	background: #888;
	margin-top: 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 5px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 11px;
}
.header_top
{
	background: url(images/ab-mantaghe_tarhtosee_images/header.jpg) top right no-repeat;
	width: 1000px;
	height: 168px;
	vertical-align: top;
}
.footer
{
	background: url(images/ab-mantaghe_tarhtosee_images/copyright.gif) top left no-repeat;
	height: 22px;
	width: 1000px;
}
.toppane_full
{
	width: 100%;
	background-color: transparent;
	padding-right: 30px;
}
.cleftpane_full
{
	width: 175px;
	background-color: transparent;
}
.ccontentpane_full
{
	width: 100%;
	background-color: transparent;
}
.crightpane_full
{
	width: 175px;
	background-color: transparent;
}
.bottompane_full
{
	width: 100%;
	background-color: transparent;
}
.leftpane_min
{
	width: 175px;
	background-color: transparent;
	padding: 5px;
}
.pane_1
{
	width: 175px;
	background-color: transparent;
	padding: 5px;
}
.rightpane_min
{
	width: 175px;
	background-color: transparent;
	padding: 5px;
}
.contentpane_min
{
	width: 100%;
	background-color: transparent;
	padding: 5px;
}
.normaltextbox
{
	border: #9f9f9f 1px solid;
	background: #f9f9f9 none;
	color: black;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.standardbutton
{
	border: 1px solid #fff;
	background: #cecece none;
	color: #fff;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.head
{
	font-family: tahoma,arial,helvetica;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}
.normal
{
	color: #000;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
a.normal:link
{
	text-decoration: none;
	color: #000;
}
a.normal:hover
{
	text-decoration: none;
	color: red;
}
a.normal:active
{
	text-decoration: none;
	color: #00f;
}
a.normal:visited
{
	text-decoration: none;
	color: #000;
}
.commandbutton
{
	color: #000020;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
}
.subhead
{
	color: #000020;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
.skinobject
{
	color: #48433e;
	font-family: tahoma,verdana,sans-serif;
	font-size: 8pt;
	font-weight: normal;
}
a.skinobject:link
{
	text-decoration: none;
	color: #000;
}
a.skinobject:visited
{
	text-decoration: none;
	color: #000;
}
a.skinobject:active
{
	text-decoration: none;
	color: #fff;
}
a.skinobject:hover
{
	text-decoration: none;
	color: red;
}
.moduletitle_menucontainer
{
	border: blue 0px solid;
}
.moduletitle_menubar
{
	cursor: hand;
	height: 25px;
	background-color: transparent;
}
.moduletitle_menuitem
{
	cursor: hand;
	color: #000;
	font-family: tahoma,arial,helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	border-left: #c3c8d6 0px solid;
	border-bottom: #c3c8d6 1px solid;
	border-top: #c3c8d6 1px solid;
	border-right: #c3c8d6 0px solid;
	background-color: #c3c8d6;
}
.moduletitle_menuicon
{
	cursor: pointer;
	cursor: hand;
	background-color: #c3c8d6;
	border-left: #c3c8d6 1px solid;
	border-bottom: #c3c8d6 1px solid;
	border-top: #c3c8d6 1px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.moduletitle_submenu
{
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	background-color: #c3c8d6;
	filter: progid:dximagetransform.microsoft.shadow(color=  'dimgray' ,direction=135,strength=3);
	border-bottom: #c3c8d6 0px solid;
	border-left: #c3c8d6 0px solid;
	border-top: #c3c8d6 0px solid;
	border-right: #c3c8d6 0px solid;
}
.moduletitle_menubreak
{
	border-bottom: #c3c8d6 1px solid;
	border-left: #c3c8d6 0px solid;
	border-top: #c3c8d6 1px solid;
	border-right: #c3c8d6 0px solid;
	background-color: #c3c8d6;
	height: 1px;
}
.moduletitle_menuitemsel
{
	cursor: hand;
	cursor: pointer;
	color: #5a2201;
	font-family: tahoma,arial,helvetica;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	background-color: #d6d9e3;
}
.moduletitle_menuarrow
{
	font-family: webdings;
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
	border-right: #c3c8d6 1px solid;
	border-bottom: #c3c8d6 1px solid;
	border-top: #c3c8d6 0px solid;
}
.moduletitle_rootmenuarrow
{
	font-family: webdings;
	font-size: 8pt;
	cursor: hand;
	cursor: pointer;
}
.parsehformgenerator_dbfield
{
	color: #a00000;
	width: auto;
	background-color: #c5edff;
	font-family: tahoma;
	font-size: 12px;
	height: 10px;
	border: 1px solid #0000a0;
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 0px;
	border-style: dashed;
}
.parsehlisttable_headerbg
{
	background-image: url(images/ab-mantaghe_tarhtosee_listtableimages/headerbg.gif);
	background-repeat: repeat-x;
	background-position: top left;
	height: 29px;
	vertical-align: middle;
	font-family: tahoma, "courier new" ,arial;
	font-size: 12px;
	color: white;
	text-align: center;
}
.parsehlisttable_itemstyle
{
	height: 20px;
	background-color: #f7f7f7;
	border: 1px solid #c5c5c5;
	vertical-align: middle;
	font-family: tahoma, "courier new" ,arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
.parsehlisttable_alteritemstyle
{
	height: 20px;
	background-color: #ffbf86;
	border: 1px solid #c5c5c5;
	font-family: tahoma, "courier new" ,arial;
	font-size: 12px;
	color: black;
	text-align: justify;
	padding-left: 5px;
	padding-right: 5px;
}
.parsehlisttable_footerleft
{
	background-image: url(images/ab-mantaghe_tarhtosee_listtableimages/footerleft.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 8px;
	height: 27px;
}
.parsehlisttable_footerbg
{
	background-image: url(images/ab-mantaghe_tarhtosee_listtableimages/footerbg.gif);
	background-repeat: repeat-x;
	height: 27px;
}
.parsehlisttable_footerright
{
	background-image: url(images/ab-mantaghe_tarhtosee_listtableimages/footerright.gif);
	background-repeat: no-repeat;
	width: 7px;
	height: 27px;
	background-position: right;
}
.parsehdetailtable_topbg
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/topbg.gif) top right repeat-x;
}
.parsehdetailtable_topleft
{
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url(images/ab-mantaghe_tarhtosee_detailtableimages/topleft.gif);
	width: 20px;
}
.parsehdetailtable_topright
{
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(images/ab-mantaghe_tarhtosee_detailtableimages/topright.gif);
	width: 20px;
}
.parsehdetailtable_headerbg
{
	vertical-align: top;
	padding: 5px 5px 0px 5px;
	border-collapse: collapse;
	background-color: #f7c99f;
	background-image: url(images/ab-mantaghe_tarhtosee_detailtableimages/headerbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.parsehdetailtable_headerrightbg
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/headerrightbg.gif) top right repeat-y;
	text-align: right;
	vertical-align: top;
	width: 20px;
}
.parsehdetailtable_headerleftbg
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/headerleftbg.gif) top left repeat-y;
	text-align: left;
	vertical-align: top;
	width: 20px;
}
.parsehdetailtable_headerrightfade
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/headerrightfade.gif) top right no-repeat;
	width: 20px;
	height: 55px;
}
.parsehdetailtable_headerleftfade
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/headerleftfade.gif) top left no-repeat;
	width: 20px;
	height: 55px;
}
.parsehdetailtable_footerbg
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/footerbg.gif) top left repeat-x;
	height: 31px;
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	color: white;
}
.parsehdetailtable_footerright
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/footerright.gif) top right no-repeat;
	width: 20px;
	height: 31px;
}
.parsehdetailtable_footerleft
{
	background: url(images/ab-mantaghe_tarhtosee_detailtableimages/footerleft.gif) top left no-repeat;
	width: 20px;
	height: 31px;
}
.parsehdetailtable_titlefade
{
	background-image: url(images/ab-mantaghe_tarhtosee_detailtableimages/titlefade.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 99%;
}
.parsehdetailtable_contentarea
{
	text-align: justify;
	padding: 5px 5px 5px 5px;
	font-family: tahoma;
	font-size: 12px;
	color: #f69643;
	border-left: 1px solid #a4c4c4;
	border-right: 1px solid #a4c4c4;
	background-color: white;
	text-align: center;
}
.parsehdetailtable_titlearea
{
	font-weight: bold;
	background-color: #f69643;
	height: 18px;
	text-align: center;
	font-size: 12px;
	color: white;
	font-family: tahoma;
	padding-left: 5px;
	padding-right: 5px;
}
.parsehdetailtable_itemarea
{
	margin-top: 1px;
	margin-bottom: 2px;
	font-family: tahoma;
	color: #f00;
	font-size: 12px;
	width: 50%;
	height: 20px;
}
.datepickerholderdiv
{
}
.datepickertable
{
	font-family: tahoma,arial,helvetica,sans-serif;
	font-size: 12px;
	text-align: center;
	color: #000;
	background-color: #fde6c4;
	border: 1px solid #9b8867;
}
.datepickerdaysrows
{
}
.datepickertitlerow
{
}
.datepickerdaynamesrow
{
}
.dptodaybuttontr
{
}
.datepickerdaycell
{
	border: 1px solid #9b8867;
}
.datepickerdayhighlight
{
	color: #000;
	font-weight: bold;
}
.datepickerdayhighlightcell
{
	background-color: #fff;
	border: 1px solid #1288cf;
}
.datepickerdaycellhover
{
	background-color: #9b8867;
	border: 1px solid #202080;
	cursor: pointer;
	color: white;
}
.datepickermonthescell
{
}
.datepickertitletext
{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
/* ============================================================================================================== */
/*														menu area
/* ============================================================================================================== */
/*--------- dnn menu style ----------*/
/* main menu td */
.main_dnnmenu_bar 
{
	cursor:pointer;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8px; 
	background-color:transparent;
}

/*  Main Menu Normal  */
.main_dnnmenu_rootitem  
{	
	color: #444;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align:center; 
	padding:5px 10px 10px 4px;
	text-transform:uppercase;
	white-space:nowrap;
	float:right;
	background: url(images/line.jpg) top right no-repeat;
}


/*  Main menu hover  */
.main_dnnmenu_rootitem_hover
{  
	color:#000399;
	font-size: 11px; 
	text-align:center;
	padding:5px 10px 10px 4px;
	text-transform:uppercase;
	white-space:nowrap;
	float:right;
}

/*  Main menu selected  */
.main_dnnmenu_rootitem_selected 
{
	color: #5b9d2d;
	text-align:center;
	font-size: 11px;
	padding:5px 10px 10px 4px;
	text-transform:uppercase;
	white-space:nowrap;
	float:right;
	background: url(images/line.jpg) top right no-repeat;
}

/*  SUB Menu Normal */
.main_dnnmenu_submenu 
{
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	text-align:right; 
	text-transform:uppercase;
	white-space:nowrap;
	border:0px solid #45c2fc;
}

.main_dnnmenu_submenu td
{
	background-color: #49b7e6;
	z-index: 1000;
	font-size: 11px; 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	text-align:right;
	color:#444;
	padding:0px 5px 5px 5px;
	margin:0px;
}

/*  SUB Menu hover & selected */
.main_dnnmenu_itemhover td   
{  
	background: #036690;
	color:#fff;
}
.main_dnnmenu_itemselected td{
    background: #036690;
	color:#fff;
}

.main_dnnmenu_break
{
	background-color: #45c2fc;
}

