﻿div.navigation { float: left; }
div.navigation ul.main { padding:0px; margin: 0px; width: 840px; margin-top: 10px; float: left; }
div.navigation ul li { float: left; list-style: none; width: 105px;  text-align: center; height:42px;}
div.navigation ul li a { display: block; padding-top: 20px; height:20px; vertical-align: bottom; width: 100%;
                      background-image: url(/themes/default/images/lotus.png);
                     background-repeat: no-repeat;
                     background-position: center top;                     
                      }

a.highlight { font-weight: bold; font-size: 14px; }
a.selected { text-decoration: underline; }

div.navigation ul.other { width: 610px; float: left; height: 27px; margin-top: 5px; padding:0px; margin: 0px; }
div.navigation ul.other li
{	
	text-align: left;
	padding: 0px;
	margin: 0px;
	height: 30px;	
	width: 130px;	margin: 0 auto;
	float: left; 
}

div.navigation ul.other li a 
{ 
	background-image: url(/themes/default/images/footer-link.gif); 
    width: 100px;
    background-position: 0px center; 
    height: 20px; 
    padding:0px; 
    padding-top: 6px;     
    padding-left: 30px;
    color: #8b7f73; 
}