/*========================================================*/
/*         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:#cd2e0b;	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: #eddde2;}
	
.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: #f0edcb;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eddde2;
}
	
.submenu{
	background-color:#f5f3dd;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	color:#302C25;
	font-size:11px;
	font-weight:normal;
	padding:0px;
	margin-top: 1px;
	margin-left: 0px;
	background-repeat: no-repeat;
	border: 1px dotted #eddde2;
}

/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	padding: 0px 15px 1px 10px;
	background-color: transparent;
	text-transform: none;
	height: 37px;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD, .MainMenu_RootMenuItemActive TD{
	color:#302C25;
	font-family: "Trebuchet MS", "Lucida Sans", "Lucida Grande";
	font-size:13px;
	font-weight: bold;
	padding: 0px 15px 1px 10px;
	background-color: Transparent;
	background-image: url(images/menuON.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	text-transform: none;
	height: 37px;
}



/* ********** Other Style ************** */
#wrapper{ position:relative; height:258px; }
#logo{ position:absolute; top:29px; left:29px; width:228px; height:31px; z-index:3; }
#user{ position:absolute; height:18px; top:8px; right:8px; text-align:right; z-index:3; }
#header{ position:absolute; bottom:40px; z-index:2; width:100%; background:url(headerbg.gif); }
#menu{ position:absolute; background:url(menubg.jpg); width:auto; height:54px; bottom:0px; z-index:1; }
.ContenttopBG{	background-image: url(images/contenttop-BG.png);	background-repeat: repeat-x;	background-position: top;	background-color: #FFFFFF;}


