/*
    style.css
    Copyright 2002-2010 by Schaeffer Consulting Services, LLC. All rights reserved.
    http://www.?.com/
*/

div.current {
	color: #000;
	text-decoration: none;
	padding-left: 85px;
	list-style-type: none;
	list-style-image: none;
	background-image: url(tab-images/cntr-tab-6699cc-border.gif);
}

div.current a
{
	color: #000;
	text-decoration: none;
	padding-left: 10px;
	list-style-type: none;
	list-style-image: none;
	background-color: #ECE9D8;
	background-image: url(tab-images/left-tab-ECE9D8-border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
div.current  a span
{
	background: url(tab-images/right-tab-ECE9D8-border.gif) right top no-repeat;
	padding-right: 10px;
	list-style-type: none;
	list-style-image: none;
}
div.current  a, div.current  a span
{
    display: block;
    float: left;
    list-style-type: none;
    list-style-image: none;
}
div.current /* Hide from IE5-Mac \*/
 a, div.current  a span
{
    float: none;
    list-style-type: none;
    list-style-image: none;
}
div.current /* End hide */

 a:hover
{
    color: #fff;
    background: #ECE9D8 url(tab-images/left-tab-ECE9D8-border.gif) left top no-repeat;
    padding-left: 10px;
    list-style-type: none;
    list-style-image: none;
}
div.current  a:hover span 
{
    background: url(tab-images/right-tab-ECE9D8-border.gif) right top no-repeat;
    padding-right: 10px;
    list-style-type: none;
    list-style-image: none;
}
div.current ul  
{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
}
div.current li 
{
    float: left;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
} 
 
 
/*-------*/ 
div.navigation a
{
    color: #000;
    text-decoration: none;
    padding-left: 10px;
    list-style-type: none;
    list-style-image: none;
    background-color: #C0C0C0;
    background-image: url(tab-images/left-tab-gray-border.gif);
    background-repeat: no-repeat;
    background-position: left top;
}
div.navigation {
	padding-left: 80px;
}

div.navigation   a span
{
    background: url(tab-images/right-tab-gray-border.gif) right top no-repeat;
    padding-right: 10px;
    list-style-type: none;
    list-style-image: none;
}
div.navigation  a, div.navigation  a span
{
    display: block;
    float: left;
    list-style-type: none;
    list-style-image: none;
}
div.navigation /* Hide from IE5-Mac \*/
 a, div.navigation  a span
{
    float: none;
    list-style-type: none;
    list-style-image: none;
}
div.navigation /* End hide */

 a:hover
{
    color: #fff;
    background: #000000 url(tab-images/left-tab-black-hover-border.gif) left top no-repeat;
    padding-left: 10px;
    list-style-type: none;
    list-style-image: none;
}
div.navigation  a:hover span 
{
    background: url(tab-images/right-tab-black-hover-border.gif) right top no-repeat;
    padding-right: 10px;
    list-style-type: none;
    list-style-image: none;
}
div.navigation ul  
{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
}
div.navigation li 
{
    float: left;
    margin: 0;
    text-decoration: none;
    list-style-type: none;
    list-style-image: none;
} 


