/*
 * jQuery UI Accordion 1.6
 * 
 * Copyright (c) 2007 Jörn Zaefferer
 *
 * http://docs.jquery.com/UI/Accordion
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Revision: $Id: jquery.accordion.js 4876 2008-03-08 11:49:04Z joern.zaefferer $
 *
 */

/*----------------------------------------------------------------
SIDENAV JACCORDIAN STYLESHEET

Includes: 
Browser Compatibility: IE 6, IE 7, FIREFOX, SAFARI 
Layout Type: CSS

Color Sceme:#B2B2B2; #80989C; #9AD4E0; #C50F0E; #4C4C4C;

Editor:
***********************************************
*   Jessica Dooley                            *
*   email: jessicadooley@jstopgraphics.com    *
*   website: http://www.jstopgraphics.com     *
***********************************************
----------------------------------------------------------------*/

/* =sideNav start / DO NOT EDIT BELOW THIS LINE
----------------------------------------------------------------*/
#navigation {
width:150px;
border:none;
background:#ffffff;
}

#navigation a.head {
display:block;
padding:3px 3px 3px 6px;
cursor:pointer;
color:#877970;
font-weight:bold;
font-size:1em;
text-indent:14px;
text-decoration: none;
border:none;
background:background:#bbbcb4 0px 2px no-repeat scroll #6B9099;
}

#navigation a.head:hover {
color:#00a8d1;
}

#navigation a.selected {
background-image: url(../images/navigation/sidenav-expanded.png);
}

#navigation a.current {
}

#navigation ul {
margin:0px 0px 16px 10px;
padding:0px;
border:none;
text-indent:0px;
}

#navigation li {
font-size:.90em;
line-height:20px;
list-style:none; 
display:inline;
}

#navigation li.divide a {
background:url(../images/navigation/divide.png) bottom left no-repeat;
}

#navigation li.divide ul li a {
background:none;
}

#navigation li li a {
color:#666666;
display:block;
text-indent:30px;
text-decoration: none;
padding-bottom:2px;
}

#navigation li li a:hover {
background:url(../images/navigation/divide.png) bottom left no-repeat;
}
