/* CSS Document */


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling for all browser types make font changes here*/
.menu {
display: none;
position:static;
}

/* make menu bar changes here */
.menu ul li a, .menu ul li a:visited {
position:static;
}
	
#banner {

position:static;
}

#menubar {

position:static;
}

#maincontent {
position:static; !important;
width: auto;
border: 0;
margin: 0 5%;
padding: 0;
float: none !important;
}

#mainbkg{
display:none;

}
	
#sidebarcontent {

position:static;
	}
	

.menu {display: none;
position:static;}