/******************************************************************************************

	MAIN LAYOUT FOR ALL TYPES AND SKINS
	THIS IS WHAT BUILDS THE MENY ITSELF

******************************************************************************************/

ul#menu,
ul#menu li,
ul#menu ul {list-style:none; margin:0; padding:0;}
ul#menu {position:relative; z-index:98; float:left;}
ul#menu li {float:left; line-height:40px; padding:0px 20px;}
ul#menu li:hover {position: relative; z-index: 100;}

ul#menu ul {display:none; position:absolute; top:100%; left: 0; z-index: 99; width:200px;}
ul#menu ul li {float: none; line-height:40px;}
ul#menu ul ul {top:0px; left:200px;}
ul#menu li:hover > ul {display:block;}
#fullwidth {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 960px;
}
#social-container {
	clear: left;
	float: right;
	height: 65px;
	width: 200px;
	text-align: right;
}
