*html #tabbed-content  a { height: 1px; }
#tabbed-content .body {
	DISPLAY: none
}

#tabbed-content .menu-containerTOP {
	float: right;	
	width: 230px;
	PADDING-TOP: 7.8em; 
	background-color: #496e9c; 
	background-image: url(images/top_corner3.jpg);
	background-repeat: no-repeat;
	background-position: center top right;
	background-size: 230px 100px;	
	border:0px;
	height:496px;
	LINE-HEIGHT: 2.1em;	
	TEXT-ALIGN: left;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	text-indent: 15px;
}

#tabbed-content .menu {
	MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; 
}
 
#tabbed-content .body-container {
	float: right;
	width: 600px;
	border:1px #496e9c solid;
}

#tabbed-content .menu a { 
	display: block; 	
	color:#ffffff;
	TEXT-DECORATION: none;
}
#tabbed-content .menu li { 
	display: inline; 	
}

.home#tabbed-content #home {
	DISPLAY: block
}
.people#tabbed-content #people {
	DISPLAY: block
}
.research#tabbed-content #research {
	DISPLAY: block
}
.pics#tabbed-content #pics {
	DISPLAY: block
}
.pubs#tabbed-content #pubs {
	DISPLAY: block
}
.news#tabbed-content #news {
	DISPLAY: block
}
.teaching#tabbed-content #teaching {
	DISPLAY: block
}
.links#tabbed-content #links {
	DISPLAY: block
}

.home#tabbed-content .menu .home A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.people#tabbed-content .menu .people A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.research#tabbed-content .menu .research A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.pics#tabbed-content .menu .pics A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.pubs#tabbed-content .menu .pubs A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.news#tabbed-content .menu .news A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.teaching#tabbed-content .menu .teaching A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}
.links#tabbed-content .menu .links A {
	BACKGROUND-COLOR: #f68026;
	DISPLAY: block
}