.ax {
	color: #ffffff;
	text-decoration: none;
}

img {
	border: 0px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav {
	width: 522px;
}
#nav a {
	display: block;
}

.mnav {
	font-family: Verdana;
	font-size: 11pt;
}


#nav li a { /* makes main nav taller */
	display: block;
	height: 62px;
	width: auto;

}

#nav li ul li a { /* makes sub nav shorter */
	display: block;
	height: 30px;
	float: left;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #053F69;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	width: auto;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#nav li:hover .overNav, #nav li.sfhover .overNav {	
	left: auto;
}

.overNav {
	position: absolute;
	top: 0px;
	left: -999px;
}

.vegNav {
                background: url('images/vegNavCap.gif') no-repeat !important;
                width: 523px !important;
}

.recNav {
                margin-left: 0px !important;
                width: 223px !important;
}

.healthNav {
                margin-left: 0px !important;
                width: 280px !important;
}

.promoNav {
                margin-left: 0px !important;
                width: 265px !important;
}

.aboutNav {
                margin-left: 1px !important;
                width: 138px !important;
}

.otherNav {
                margin-left: -367px !important;
                width: 466px !important;
}


.vegMain { 
	width: 81px !important;
}

.recMain { 
	width: 66px !important;
}

.healthMain { 
	width: 85px !important;
}

.promoMain { 
	width: 85px !important;
}

.aboutMain { 
	width: 71px !important;
}

.otherMain { 
	width: 133px !important;
}

.mnav {
	background-color: #053F69;
}

#nav li:hover, #nav li.hover {
                 position: static;
    }
