body {
	background: #FFF ;
	color: #000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a:link, a:visited {
        color: #000;
        text-decoration: underline;
}
a:hover, a:active {
	color: #000;
	text-decoration: none;
	background: #B0E0E6;
}
#navigation {
        background: #FFF;
        border-bottom: 2px solid #a6a6a6;
        
     
        font-weight: bold;
}
#navigation ul, #navigation ul li {
        list-style: none;
        margin: 0;
        padding: 0;
}
#navigation ul {
        padding: 5px 0 5px;
        text-align: center;
}
#navigation ul li {
        display: inline;
}
#navigation ul li a {
        background: url(../images/tableft.gif) no-repeat left top;
        color: #000;
        text-decoration: none;
        padding: 5px 0;
}
#navigation ul li span {
        background: url(../images/tabright.gif) no-repeat right top;
        padding: 5px 7px 5px 3px;
        margin: 4px 0 4px 4px;
}
#navigation ul li a:hover span {
        text-decoration: underline;
        background-position: 100% -75px;
}
#navigation ul li a:hover {
        background-position: 0 -75px;
}
#navigation #current a {
        background-position: 0 -150px;
}
#navigation #current a span {
        background-position: 100% -150px;
}





/*- Internet Explorer...It's Hacktastic!--------------------------- */

/*\*//*/
#navigation ul li a {
        display: inline-block;
        white-space: nowrap;
        width: 1px;
}

#navigation ul {
        padding-bottom: 0;
        margin-bottom: -1px;
}
/**/

/*\*/
/* html */
#navigation ul li a {
        padding: 0;
}
/**/


