/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/



/* ### Sub Navigation ######################################################### */


#nav {
	float:left;
	width:130px;
	margin: 20px 0px 0px 15px;
}
#nav .rex-current{
	margin-bottom:5px;
	height:20px;
	width:118px;
}
#nav .rex-normal{
	margin-bottom:5px;
	background-position:0px -21px;
	height:20px;
	width:118px;
}


* html body #nav { height: 193px; } /* IE 6 / 5.5 Hack */



