 ul.navigation, ul.navigation ul
 {
 margin: 0;
 padding: 0;
 list-style-type: none;
 text-transform: capitalize;
 }
 
 ul.navigation a
 {
    display: block;
    /*padding: 3px 12px 3px 8px;*/
    text-decoration: none;
    /*font-weight: bold;*/
    width:160px; /* IE width */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:160px; /* Real width */
	
 }
 
 ul.navigation li a:hover
 {
 background-color: #0C4476;
 color: #FFF;
 }
 
 ul.navigation li {
    position: relative;
    padding: 0;
    margin: 0;
    /*float: left; /* with this, ie works but everything else breaks */
 }
 
 ul.navigation li ul {
    display: none;
    position: absolute; 
    top: 0;
    left: 161px;
    width: 148px;
 }
 
 ul.navigation li:hover ul, #navAlpha li.over ul {
    display: block;
 }
 
 ul.navigation li li a
 {
	display: block;
	padding: 3px 3px 3px 5px;
	font-weight: normal;
	width:148px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
	background-color: #0C4476;
	color:#FFF;
	font-size: 12px;
	text-transform: capitalize;
 }
 
 ul.navigation li li a:hover { color: #000000; background-color: #BEC261;}
 
li.wbar {border-top: 1px solid #6481AC;}
