﻿div.yuimenubar li li {
    font-size:90%;
	padding-left:8px !important;
	padding-top:0 !important;
	padding-bottom:2px !important;
}
div.yuimenubar li li a{
	background:none !important;
}
div.yuimenubar li li a:hover{
	color:white !important;
}
#navInner {
	float: left;
	width: 100%;
	font-size: 1em;
	background-color: #9dc257;
}
#navInner ul {
	list-style: none;
	margin: 0;
	padding: 9px 0 0 2%;
}
li.yuimenubaritem{
	font-size:100% !important;
	float: left;
	margin: 0;
	margin-right: 1px !important;
	padding: 0 !important;
	background: url(../images/tab_rightcorner_off.gif) no-repeat top right #5e66ff;
}
a.nav {
	float: left;
	display: block;
	margin: 0;
	padding: 2px 14px;
	font-size:100% !important;
	color: #fff !important;;
	text-decoration: none;
	background: url(../images/tab_leftcorner_off.gif) no-repeat top left;
}
/* Matches selected menu items */
div.yuimenu li.selected,
div.yuimenubar li.selected {
    background-color:#5e66ff;
}
/* Begin Active Tabs */
#home .home, #health .health, #outreach .outreach, #research .research, #news .news, #about .about {
	background: url(../images/tab_rightcorner_on.gif) no-repeat top right #fff !important;
}
#home .home a.nav, #health .health a.nav, #outreach .outreach a.nav, #research .research a.nav, #news .news a.nav, #about .about a.nav {
	color: #525eaf !important;
	text-decoration: none !important;
	cursor: default !important;
	background: url(../images/tab_leftcorner_on.gif) no-repeat top left !important;
}
/* End Active Tabs */
