/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 11px Helvetica;
color: #537ba2;
width: 180px; /* Main Menu Item widths */
border-bottom: 2px solid #d7d6d1; /* Bottom bar of menu list */
}
 
.sidebarmenu ul li{
position: relative;
font: bold 11px Helvetica;
color: #537ba2;
}

ul#sidebarmenu1.categorybar li.left_nav_title {
	background:
		url('/fp/images/left_nav_header_background.gif')
  		top left repeat-x;
	color: white;
	background-color: white;
	width: 180px;
	height: 25px;
	text-align: center;
	padding: 4px 0px 0px 0px;
	font-size: 12px;
	text-transform: uppercase; 
}

ul#sidebarmenu1.categorybar li.left_nav_title_db {
    background:
        url('/fp/images/left_nav_background_double.gif')
        top left repeat-x;
    color: white;
    background-color: white;
    width: 180px;
    height: 50px;
    text-align: center;
    padding: 4px 0px 0px 0px;
    font-size: 12px;
    text-transform: uppercase;
}

ul#sidebarmenu1.categorybar li.left_nav_title_db div{
	padding: 5px 0px 0px 0px;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #537ba2;
font: bold 11px Helvetica;
text-decoration: none;
padding: 3px; /* Height of menu items */
border-top: 1px solid #d7d6d1;
border-left: 1px solid #d7d6d1;
border-bottom: 1px solid #d7d6d1; /* Bottom bar of each item */
border-right: 1px solid #d7d6d1; /* Right bar of each item */
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
font: bold 11px Helvetica;
color: #000;
background-color: #ede9db; /* Background color of menu */
text-decoration: none; /* Gets rid of underline links */
}

.sidebarmenu ul li a:visited{
font: bold 11px Helvetica;
color: #000;
text-decoration: none; /* Gets rid of underline links */
}

.sidebarmenu ul li a:hover{
background-color: #ffffff;
font: bold 11px Helvetica;
color: #000;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
font: bold 11px Helvetica;
color: #537ba2;
}

.sidebarmenu a.subfolderstyle{
background: url(/right.gif) no-repeat 97% 50%;
font: bold 11px Helvetica;
color: #537ba2;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

#navigation a
{
/*color: #FFFFFF;
background: #dc123a url(http://www.featherplace.com/fp/images/topnav/left-test.gif) left top no-repeat;
text-decoration: none;
padding-left: 10px*/
background:
        url('/fp/images/left_nav_header_background.gif')
        top left repeat-x;
    color: white;
    background-color: white;
    text-align: center;
    padding: 0px 0px 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
	text-decoration: none;
	height: 25px;
}

/*THE FOLLOWING ALLOWS A SECOND BACKGROUND IMAGE, CANT DO 2 IN THE SAME RULE */
#navigation a span
{
/*background: url(http://www.zuckerfeather.com/zfp/images/right-tab.gif) right top no-repeat;
padding-right: 10px*/
}

/*THE FOLLOWING MAKES IT CHANGE COLORS WHEN YOU HOVER */
#navigation a:hover {
/*color: #000;
background: #d3dbe4 url(http://www.zuckerfeather.com/zfp/images/left-tab-hover.gif) left top no-repeat;
padding-left: 10px*
} 

#navigation a:hover span
{
/*background: url(http://www.zuckerfeather.com/zfp/images/right-tab-hover.gif) right top no-repeat;
padding-right: 10px*/
}

/*THE FOLLOWING ALIGNS MULTIPLE TABS */
#navigation ul
{
list-style: none;
padding: 0;
margin: 0
}

#navigation li
{
list-style-type: none;
float: left;
margin: 0;
height: 25px;
}


#navigation-test ul
{
list-style: none;
padding: 0 0;
margin: 0px 0px;
height: 50px;
}

#navigation-test li
{
background:
        url('/fp/images/left_nav_header_background.gif')
        top left repeat-x;
list-style-type: none;
padding: 5px 2px 0px 0px;
text-align: center;
background-color: #DDD;
float: left;
margin: 0;
height: 25px;
width: 120px;

}

#navigation-test li:hover
{
background:
        url('/fp/images/left_nav_header_background_hover.gif')
        top left repeat-x;
list-style-type: none;
padding: 5px 2px 0px 0px;
text-align: center;
background-color: #DDD;
float: left;
margin: 0;
height: 25px;
width: 120px;

}

#navigation-test li a{
color: white;
    
    text-align: center;
    padding: 0px 10px;
    font-size: 12px;
    text-transform: uppercase;
	text-decoration: none;
}

