/*========================================================*/
/*         CSS for DotNetNuke Skin - AntsySkin            */
/*                   by Omar Janneh                       */
/*             http://www.dnnstyles.net                   */
/*========================================================*/

/* ********** Menu Style ************** */
.MainMenu_MenuContainer{ background:transparent; width:100%;}
.MainMenu_MenuBar{}
.MainMenu_MenuIcon{ display:none; }
.MainMenu_RootMenuArrow{ display:none; }
.MainMenu_MenuArrow{ display:none; }

/*---------Root Menu Separator---------------*/
.MainMenu_MenuBreak{ display:inline-block; border-top-width: 0px;	border-right-width: 0px;	border-bottom-width: 0px;	border-left-width: 0px;	background-color: Transparent;}
.ModuleTitle_MenuItemSel {background-color: transparent;}
.MainMenu_MenuItemSel {background-color: transparent;}

/*---------Sub Menu style---------------*/
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";color:#dc9607;	font-size:11px;	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	border:0px #000000 solid; border-width:0px 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3c3c3;
	height: 25px;
	}
	
.submenuitemselected{
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	color:#161616;
	font-size:11px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c3c3c3;
	height: 25px;
}
	
.submenu{
	background-color:#f5f3dd;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	color:#302C25;
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin-top: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	border: 1px dotted #c3c3c3;
}

/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family: "Lucida Grande", "Lucida Sans";
	color:#ffffff;
	font-size:9px;
	font-weight:normal;
	padding: 0px 3px 0px 19px;
	background-color: transparent;
	background-image: url(images/vmenu.png);
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	background-position: left;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD, .MainMenu_RootMenuItemActive TD{
	color:#FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans";
	font-size:9px;
	font-weight: normal;
	padding: 0px 3px 0px 19px;
	background-color: Transparent;
	background-image: url(images/vmenuON.png);
	background-repeat: no-repeat;
	height: 25px;
	text-transform: uppercase;
	background-position: left;
}


