@import "../slim/main.css";

/*
 * 	the only styles here are the ones required to override the styles in slim/main.css
 */
	#menuContainer{
		height:50px;
	}
	#mainMenu{
		position:relative;
		top:auto;
		left:auto;
		float:left;
		height: 22px;
		padding: 5px 0 0 10px;
	}
	#secondMenuContainer{
		clear:left;
		float:left;
		width:842px;
		height:auto;
		padding-left:8px;
		text-align:left;
	}
	#secondaryMenus div.secondaryMenu{
		float:left;
		display:inline-block;
		position:relative;
	}
	#secondaryMenus div.secondaryMenu h4{
		width: auto;
		height:auto;
		padding: 0 12px 4px 12px;
		font-size:12px;
		font-weight:normal;
	}
	#secondaryMenus div.secondaryMenu ul{
		position:absolute;
		top:25px;
	}
