/*========================================================*/
/*            Designed by DNNCovered.com                  */
/*========================================================*/

/*========================================================*/
/*  Content Panes  CSS                                    */
/*========================================================*/

/*-- top Image Banner pane      	   --*/ .BannerPane { text-align:center; vertical-align:top; width: 100%; padding: 10px 0 0 0;}

/*-- top inside content pane 2   	   --*/ .TopPane2 { width: 100%; padding: 0 0 0 0;}

/*-- left content pane          	   --*/ .LeftPane { padding: 0 7px 0 0; width: 67%; }
/*-- right content pane       	       --*/ .RightPane { padding: 0 0 0 7px; width: 33%; }

/*-- left2 content pane          	   --*/ .LeftPane2 { padding: 0 7px 0 0; width: 25%; }
/*-- content2 pane          	       --*/ .ContentPane2 { padding: 0 7px 0 7px; }
/*-- right2 content pane        	   --*/ .RightPane2 { padding: 0 0 0 7px; width: 25%; }

/*-- Extended inside pane   	       --*/ .ExtendedPane { width: 100%; padding: 0 7px 0 7px; }

/*-- left3 content pane         	   --*/ .LeftPane3 { padding: 0 7px 0 0; width: 33%; }
/*-- content3 pane             	       --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           	   --*/ .RightPane3 { padding: 0 0 0 7px; width: 33%; }

/*-- Footer inside pane          	   --*/ .FooterPane { width: 100%; padding: 0 0 0 0; }

/*========================================================*/
/*            Horizontal Solpart menu CSS                 */
/*========================================================*/

.MainMenu_MenuContainer {
	background-color: transparent;  
	padding-right: 0px; padding-left: 0px; /* you can give Space in the main menu by this */
}

.MainMenu_MenuItemSel {
	background-color: transparent;
	height: 26px;
}

.MainMenu_MenuItem {
	cursor: pointer;
	cursor: hand;
	color: #1F3A4D;
	font-size: 11px;
	font-weight: normal;
	background-color: Transparent;
	font-family: Tahoma;
	border: 0px solid #59657F;
	

}
.MainMenu_MenuItemAct {
	cursor: pointer;
	cursor: hand;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma;
	background-image: url(menu-no-selected-bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;

}

.MainMenu_MenuIcon {
	text-align: center;
	background-color: #F0F0F0;
	border: 0px solid #F0F0F0; 	/* by this you easily hide icon effect on bg, just because of IE */
	width: 14px; 	/* give space from left side in the submenu */
	height: 26px;
	
}
.submenuitemselected{
	color:#1F3A4D;
	font-size:11px;
	font-weight: normal;
	padding-left: 1px;
	padding-right: 20px;
	Margin:0px;
	background:transparent;
	font-family: Tahoma;
	

}

/* Submenu display Positioning... */
.MainMenu_SubMenu {
	margin-top: 0px;
	margin-left: 4px;
	background-color: #F0F0F0;
	border: 1px dotted #1F3A4D;

}

.MainMenu_MenuBreak {
	background-color: transparent;
	height: 0px;

}

.MainMenu_MenuArrow {
	font-family: Tahoma;
	border: 0px solid #59657F; 

}

/* Menu actually hight where from that submenu display... */
.MainMenu_MenuBar { 
	cursor: hand;
	height: 26px; 

}

.MainMenu_MenuItem TD {	padding:0;	margin:0;}

.MainMenu_MenuItem TD {padding:0; margin:0; }
.MainMenu_MenuItem TD DIV {background-image:url(menu-no-selected-bg.jpg); background-position:right top;   background-repeat: no-repeat; padding:0; margin:-9px 0 -25px 0; _margin:-14px 0;}
.MainMenu_MenuItem TD DIV DIV {background-image:url(menu-no-selected-bg.jpg);   background-position:left top;    background-repeat: no-repeat; padding:0 13px 0 13px; margin:-4px 0 -30px 0; _margin:-14px 0;}
.MainMenu_MenuItem TD DIV DIV DIV{background-image:url(menu-no-selected-bg.jpg); background-position:top;  background-repeat:repeat-x;color:#FFFFFF; font-size:11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; height:27px; padding: 10px 15px 0 15px; line-height:8px; margin:0 0 0 0; }             

.MainMenu_MenuSelected TD { padding:0; margin:0; }
.MainMenu_MenuSelected TD DIV { background-image:url(menu-selected-right.jpg); background-position:right top;   background-repeat: no-repeat; padding:0; margin:-8px 0 -30px 0; _margin:-14px 0;}
.MainMenu_MenuSelected TD DIV DIV{ background-image:url(menu-selected-left.jpg);   background-position:left top;    background-repeat: no-repeat; padding:0 13px 0 13px; margin:-4px 0 -30px 0; _margin:-14px 0;}
.MainMenu_MenuSelected TD DIV DIV DIV{ background-image:url(menu-selected-bg.jpg); background-position:top;  background-repeat:repeat-x; color:#333333; font-size:11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; height:27px; padding: 10px 15px 0 15px; line-height:8px; margin:0 0 0 0; }

.MainMenu_MenuSelectedRoot TD {padding:0px; margin:0;}
.MainMenu_MenuSelectedRoot TD DIV { background-image:url(menu-selected-right.jpg); background-position:right top;   background-repeat: no-repeat; padding:0; margin:-8px 0 -30px 0; _margin:-14px 0; }
.MainMenu_MenuSelectedRoot TD DIV DIV{ background-image:url(menu-selected-left.jpg);   background-position:left top;    background-repeat: no-repeat; padding:0 13px 0 13px; margin:-4px 0 -30px 0; _margin:-14px 0; }
.MainMenu_MenuSelectedRoot TD DIV DIV DIV{ background-image:url(menu-selected-bg.jpg); background-position: center top;  background-repeat:repeat-x; color:#333333; font-size:11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; height:27px;  padding: 10px 15px 0 15px; line-height:8px; margin:0 0 0 0; }




