/*========================================================*/
/*         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;
	cursor: pointer;
	background-color: #FFFFFF;
	font: normal 11px Arial, Verdana,  Helvetica, sans-serif;
}

/*---------Sub Menu style---------------*/
.MainMenu_MenuItem,.submenuitembreadcrumb{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#003366;
	font-size:12px;
	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: #CEEFFF;
}
	
.submenuitemselected{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	padding:3px 15px 3px 10px;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #003399;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CEEFFF;
}
	
.submenu{
	background-color:#DFE9EE;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	font-weight:normal;
	padding:0px;
	margin-top: 1px;
	margin-left: 0px;
	background-repeat: no-repeat;
	border: 1px dotted #CEEFFF;
}

/*---------Root Menu style---------------*/
.rootmenuitem TD{
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	color:#ffffff;
	font-size:12px;
	font-weight: normal;
	padding: 0px 5px 1px 5px;
	background-color: transparent;
	text-transform: none;
	height: 37px;
}
.rootmenuitemselected TD, .rootmenuitembreadcrumb TD, .MainMenu_RootMenuItemActive TD{
	color:#003399;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	padding: 0px 5px 1px 5px;
	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;}

