#navigation{
    float: left;
    width: 780px;
    height: 15px;
    padding: 5px 10px;
	font: bold 1.4em "Arial Narrow";
	margin: 0 8px 0 2px;
}

#navigation ul li{
    float: left;
    list-style: none;
    padding-right: 20px;
}

#navigation a{
    color: #000000;
    text-decoration: none;

}

#navigation a.active, #navigation a:hover{
    color: #660000;
        		/*background:transparent url(images/green.jpg) repeat-x; 0px 0px 0px 0px;*/

}