
#accordion 
{
width: 200px;
text-align:left;
}

/* width:200px - height: 30px */
#accordion h2
{
margin: 0px 0px 0px 0px;
cursor:pointer;
height:30px;
width:200px;

background-color: #899195;

background-image:url(http://ethel.tahoeguide.com/tahoe/6/tahoeguide/site/graphics/button_back.gif);
background-repeat:no-repeat;
}

#accordion h2 a
{
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight: bold;
color: white; 
text-decoration:none;
line-height:11pt;
padding: 10px 0px 0px 28px;
display:block;
float:left;

}


#accordion h2.current
{
margin: 0px 0px 0px 0px;
cursor:pointer;
background-image:none;
background-color: #A1A6A9;
color: #B5121B;
}

#accordion h2.current a
{
/*background-image:url(http://ethel.tahoeguide.com/tahoe/6/tahoeguide/site/graphics/button_back.gif);*/
font-size:11pt;
font-weight:bold;
padding: 15px 0px 4px 28px;
color: #B5121B;
}

.accordion_ad
{
text-align:center; 
padding-top: 8px;
}


#accordion h2:hover a, h2:hover td
{
color:#B5121B; 
} 


/* accordion pane */
#accordion div.pane 

{
display:none;
clear:both;
background-image:url(http://ethel.tahoeguide.com/tahoe/6/tahoeguide/site/graphics/whiteline_fade.gif);
background-repeat:no-repeat;
background-position:bottom;
background-color:#A1A6A9;

font-size:8pt; 
font-family:Arial, Helvetica, sans-serif; 
color:white;

padding:5px 10px 8px 14px;
margin:0px 0px 0px 0px;
}

.pane a, .pane a:link, .pane a:active
{
font-size:8pt;
color:#0f3b5f;
text-decoration:underline;
font-weight: bold;
}
.pane a:hover
{
color:#B5121B;
}


#accordion .link_med
{
font-size:9pt !important;
}


