/* ===============================================
/*      Style By DNNSOUL - Infinite Imagination 
/*            http://www.dnnsoul.com
/*	           support@dnnsoul.com
/* ==============================================
/*
/*******************************/
/* Main Menu                   */
/*******************************/

/* Sub Menu font color */
.MainMenu_MenuItem {
	color: #3D3D3D; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	height: 22px;
}

/* Sub Menu Mouse Over font color */
.MainMenu_MenuItemSel {
	background-color: Transparent; 
	color: #FFFFFF; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal;
	cursor: pointer; 
	cursor: hand; 
	height: 22px; 
}

.MainMenu_MenuIcon { 
	display:none; 
}

/* sub menu mouse over BG and Active */
.submenuitemselect {
	background-image:url(Images/sub-hover.gif); 
	background-repeat:repeat-x;
	height: 22px; 
	color: #C2AB5F; 
	border:0px;
}

/* sub menu bg*/
.MainMenu_SubMenu {
	margin-top: 2px; 
	border-top: #FFFFFF 0px solid; 
	border-right: #D0D0D0 1px dotted; 
	border-left: #D0D0D0 1px dotted;
	border-bottom: #D0D0D0 1px dotted; 
	width: 170px;    
	filter: Alpha(Opacity=100, FinishOpacity=100, Style=2); 
}
.MainMenu_MenuBreak {
	border-bottom: #00ff00 0px solid; 
	border-left: #00ff00 0px solid; 
	border-top: #00ff00 0px solid;  
	border-right: #00ff00 0px solid; 
	background-color: transparent; 
	height: 0px;
}
.MainMenu_MenuArrow {
	border-right: #EFEFEF 0px solid; 
	border-bottom: #D0D0D0 0px solid; 
	border-top: #EFEFEF 0px solid;
	font-family: webdings; 
	padding-right: 5px; 
	width: 185px;
	_width: 185px;
	height: 22px; 
}
.MainMenu_MenuItem-Border TD { padding:0; margin:0; }
.MainMenu_MenuItem-Border TD DIV { background-image:url(Images/m-dis-right.gif); background-position:top right; background-repeat: no-repeat; margin:0; padding-right: 10px; margin:-9px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuItem-Border TD DIV DIV { margin:0; padding:0; margin:0px 0 -10px 0; _margin:-0px 0;}
.MainMenu_MenuItem-Border TD DIV DIV DIV{ background-image:url(Images/m-dis-center.gif); background-repeat:repeat-x; color:#C2AB5F;  font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; height:28px; padding: 5px 2px 0 0px; line-height:1.3em; margin:-13px 0 -29px 0; }             

.MainMenu_MenuSelected-Border TD { padding:0; margin:0; }
.MainMenu_MenuSelected-Border TD DIV { background-image:url(Images/m-hover-right.gif); background-position:top right; background-repeat: no-repeat; margin:0; padding-right: 10px; margin:-8px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuSelected-Border TD DIV DIV{ margin:0; padding:0; margin:0px 0 -10px 0; _margin:-0px 0;}
.MainMenu_MenuSelected-Border TD DIV DIV DIV{ background-image:url(Images/m-hover-center.gif); background-repeat:repeat-x; color:#000000; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; height:28px; padding: 5px 2px 0 0px; line-height:1.3em; margin:-13px 0 -29px 0; }

.MainMenu_MenuSelectedRoot-Border TD {padding:0px; margin:0;}
.MainMenu_MenuSelectedRoot-Border TD DIV { background-image:url(Images/m-act-right.gif); background-position:top right; background-repeat: no-repeat; margin:0; padding:0; margin:-8px 0 -25px 0; _margin:-13px 0;}
.MainMenu_MenuSelectedRoot-Border TD DIV DIV{ background-image:url(Images/m-act-left.gif); background-position:top left; background-repeat: no-repeat; margin:0; padding:0 10px; margin:-4px 0 -26px 0; _margin:-12px 0;}
.MainMenu_MenuSelectedRoot-Border TD DIV DIV DIV{ background-image:url(Images/m-act-center.gif);  background-repeat:repeat-x; color:#FFFFFF; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; height:28px; padding: 5px 10px 0 10px; line-height:1.3em; margin:-13px 0 -30px 0; }

