
/* presentation-specific override of sidebar css styles */

.sidebar_title_text {
border-top: 1px solid #888;
color: white;
font: 16px Verdana,Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 14px;
text-align: center;
height: 40px;
padding-top: 100px;
background-color:transparent;
}

/* don't want standard text for sidebar title img to show - text is in our sidebar image */
.sidebar_title_text span {
	display:none;
}

.sidebar_title_text div {
	display:none;
}

.sidebar_buttons_div
{
	padding-right:0px;
	width:119px;
	/* margin-top:25px; */
}

.sidebar
{
	background: url('Graphics/sidebar_bkg.png');
}

#navi
{
	background: url('Graphics/sidebar_bkg.png');
}

#navi a
{
	font-size:0.85em;
	background-color:transparent;
}

#navi a:hover
{
	background-color: #C79783;
}

#navi .text_header
{
	background-color: #AB7159;
	padding-top:3px;
	padding-bottom:3px;
}

.inter_link_graphic
{
	/* border-right:1px solid #333; */
	vertical-align:bottom;
	border-top: 1px solid #666;

}
