/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	position: relative;
	height:195px;
	width:520px;
	background: #e4e4e4 url(../images/whatsnew-bg.gif) no-repeat top left;
	padding: 0 0 0 50px;
        margin: 0 0 0 5px;
	font-family: Helvetica, Arial, sans-serif;
}

#accordion h2 {
	position: absolute;
	-webkit-transform: rotate(-90deg); 
	rotation: -90deg;
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color: #fff;
	bottom: 48px;
	left: -38px;
        font-size: 24px;
        text-transform: Capitalize;
        letter-spacing: normal;
}

/* accordion header */
#accordion span {
	position: relative;
	float:left;
	cursor:pointer;
	width: 35px;
	height: 195px;
	background-color: #333;
	border-left: 2px solid #ffffff;
}

/* currently active header */
#accordion span.current {
	cursor:default;
	background-color: #797979;
}

#accordion span h4 {
	position: absolute;
	bottom: 95px;
	left: -68px;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	width: 175px;
	color: #fff;
        letter-spacing: normal;
        font-size: 14px;
}

/* 
	accordion pane. should initially have zero width and display:none.
	the first pane should override these with inline style
*/
#accordion div {
	width:0px;
	float:left;	
	display:none;
	background-color: #e4e4e4;
	height: 195px;
}

/* content inside a pane should have fixed width */
#accordion div h3 {
	color:#444;
	margin:0 0 -10px 0;
	width:340px;
	font-size:15px;
	margin: 20px 0 0 40px;
}
	
#accordion div p {	
	font-size:12px;
	width:340px;
	margin: 20px 0 0 40px;
}

#accordion div p.rss {	
	margin: 10px 0 0 40px;
}

#accordion div p.pubDate {
margin: 0;
padding: 0;
font-size: 11px;
margin: 0 0 0 40px;
}

#accordion div a {
color: #990000;
}

div#presidentmenu {
	width: 525px;
	padding: 95px 435px 0 0;
	background: #fff url(../images/president_menubg.jpg) no-repeat top right;
	_padding: 95px 385px 0 0;
	
}
