#rotate {
	width: 796px;
	height: 200px;
	background-color: #edeff6;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS";
}

#menu, #stories {
	margin:  0px;
	padding: 0px;
}

.story {
	margin: 0px;
	padding:0px;
}

#menu {
	position: relative;
	height: 200px;
	width: 221px;
}

#stories {
	position: relative;
	top: -200px;
	left: 221px;
	height: 200px;
	width: 575;
}


.menu-item a {
	position: relative;
	font-size: 20px;
	text-decoration: none;
	color: #000;
	padding: 10px;
	top: 13px;
	
}

.active a {
	color: #fff;
}

#menu1 { 
	background-image: url(/assets/images/en/topic_features/t_menu_top_off.jpg); 
	width: 221px;
	height: 51px;
}

#menu2 { 
	background-image: url(/assets/images/en/topic_features/t_menu_middle_off.jpg); 
	width: 221px;
	height: 50px;
}

#menu3 { 
	background-image: url(/assets/images/en/topic_features/t_menu_middle_off.jpg); 
	width: 221px;
	height: 50px;
}

#menu4 { 
	background-image: url(/assets/images/en/topic_features/t_menu_bottom_off.jpg); 
	width: 221px;
	height: 49px;
}

#menu1.active { background-image: url(/assets/images/en/topic_features/t_menu_top_on.jpg); }
#menu2.active { background-image: url(/assets/images/en/topic_features/t_menu_middle_on.jpg); }
#menu3.active { background-image: url(/assets/images/en/topic_features/t_menu_middle_on.jpg); }
#menu4.active { background-image: url(/assets/images/en/topic_features/t_menu_bottom_on.jpg); }

.story {
	height: 200px;
	width: 575px;
	background-image: url(/assets/images/en/topic_features/featured_background.jpg);
}

.story-container {
	width: 237px;
	height: 160px;
	position: relative;
	top: 20px;
	left: 20px;
	font-size: 12px;
}

.story-container .title {
	font-size: 22px;
}

.story-container-image {
	position: absolute;
	top: 0px;
	left: 279px;
}

.story-container .learn-more {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	margin-top: 15px;
}

.story-container .learn-more a {
	text-decoration: none;
	color: orange;
}

