#homeRotator
{
	width:100%;
	height:288px;
	margin-bottom:2em;
}

#main .rotatorMenu
{
	width:21%;
	height:100%;
	background-color:#090;
	float:left;
}

	#main .rotatorMenu ul
	{
		margin:0;
		padding:0;
		list-style-type:none;
	}

	#main .rotatorMenu ul li
	{
		list-style-type:none;
		height:71px;
		width:100%;
		overflow:hidden;
		background-color:#dfebf7;
		margin:0;
		border-bottom:solid 1px #7c91bb;
	}
	
		#main .rotatorMenu ul li h2
		{
			font-family: mu700;
			color:#3a5593;
			font-size:1.8em;
			margin:0;
		}
		
		#main .rotatorMenu ul li p
		{
			color:#d44221;
			font-weight:bold;
			font-size:1.1em;
			margin:0;
			padding:0;
		}
		
		#main .rotatorMenu ul li:hover, #main .rotatorMenu ul li.current
		{
			background-color:#d44221;
			cursor:pointer;
		}
		
		#main .rotatorMenu ul li:hover p, #main .rotatorMenu ul li:hover h2
		{
			color:#fff;
		}
		
		#main .rotatorMenu ul li.current p, #main .rotatorMenu ul li.current h2
		{
			color:#fff;
		}
	
		#main .rotatorMenu ul li.last
		{
			height:72px;
			border-bottom:none;
		}
	
		#main .rotatorMenu ul li div
		{
			padding:1.25em 0 0 1.75em;
		}


.rotatorContent
{
	width:79%;
	height:100%;
	background-color:#00C;
	float:left;
	overflow:hidden;
	position:relative;
}

.rotatorContent .slide
{
	position:relative;
	height:100%;
	width:100%;
	background-color:#FFF;
}

.rotatorText
{
	width:100%;
	height:70px;
	background:url(../images/rotator/text.bg.png) repeat;
	position:absolute;
	bottom:0;
}

.rotatorText .textContainer
{
	padding:15px;
}

.rotatorText .textContainer p
{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:1.4em;
	margin:0;
	padding:0;
}

.rotatorText .textContainer p a
{
	color:#d44221;
	font-style:normal;
}

