/* blue:  #1a79b0 */
/* green: #33a88b */

#sidebar
{
   font-size: 12px;
   float: left;
   width: 150px;
}

/* Appearance */ 
#sidebar ul
{
   margin: 0px;
   padding: 0px;
}

#sidebar ul li.info
{
   background: #ccc;
}

#sidebar ul li.info p
{
   background: #399;
   margin: 0px 5px;
}

#sidebar ul a.footer
{
   background-image: url('/images/sidebar/sections-right.png');
   background-position: bottom right;
   background-repeat: no-repeat;
}

#sidebar ul li 
{
   text-indent: 10px;
   text-align: left;
   font-weight: bold;
   text-decoration: none;
   color: #000;
   background-image: url('/images/sidebar/sections-bg.png');
   background-position: bottom left;
   background-repeat: repeat-x;
   background-color: #ccc;
   border: none;
   display: block;
   float: left;
}

#sidebar li.header.first
{
   background-image: url('/images/sidebar/block-title-right.png');
   background-position: top right;
   background-repeat: no-repeat;
   background-color: #999;
}

#sidebar li.header
{
   background-image: url('/images/sidebar/block-title-bg.png');
   background-position: bottom right;
   background-repeat: repeat-x;
   background-color: #999;
   color: #fff;
   font-weight: bold;
   border: none;
}

#sidebar ul li a
{
	font-size: 9pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
   text-indent: 10px;
   color: #000;
}

#sidebar ul li a:hover 
{
   color: #1a79b0;
}

#sidebar ul ul li
{
   background: #fff;
}

/* layout styles */

/* remove standard HTML list indenting, and display as normal blocks */
#sidebar ul,
#sidebar ul ul,
#sidebar ul li,
#sidebar ul a 
{ 
   padding: 0;
   margin: 0;
   display: block;
}

#sidebar ul a 
{
   float: left;
}

/* use a fixed width for menu and submenus */
#sidebar ul,
#sidebar ul ul 
{
}

/* make li's into clean, moveable blocks */
#sidebar ul li 
{
   width: 125px;
   list-style-type: none; 
   position: relative;
}

/* Make list items do what they're supposed to in IE */
#sidebar ul a 
{
   width: 100%;
}

/* make sure any ul inside an li (a submenu) takes up zero normal flow */
#sidebar ul ul 
{ 
   position: absolute;  
   top: 0px;
   left: 100%;
   display: none;
}
