@charset "UTF-8";
/* CSS Document */



/* Accordion Menu powered by www.menucool.com */

/* ##### Top level items #####*/

#accordion 
{
/* Note about height: 
Set "height:auto;" if flexible height is required. 
A fixed height is prefered as content below the menu won't be pulled down/up when the menu is expanding/collapsing. */
min-height: 450px;
max-height: 495px;
width: 600px;
margin: 0 0 50px 0;
}

#accordion .heading
{
position: relative;
padding: 8px; 
padding-left: 24px;
text-align: left;
font: normal 12px Verdana;
color: #ffffff; 
background: url(../images/bg-accordion-head.jpg) no-repeat 0 0;
border-bottom: 1px solid #888888;
margin: 0;
}

#accordion div
{
background: #fffaf0;
padding-bottom: 1px;
padding: 15px;
padding-top: 20px;
}


#accordion h3:hover
{
background: #377ec6;
}


/* arrow image for the top headings */

/* states and images */
.ui-icon 
{
width: 12px;
height: 12px;
}

#accordion  span.arrow-image
{
position: absolute;
background: url(../images/arrows.gif) no-repeat;
left: 10px;
top: 10px;
margin: 0;
padding: 0;
width: 12px;
height: 12px;
}

#accordion div.current {
background-position: 0 -12px;
}

