/* TW MENU */

/*basics*/
.header UL{
float: left;
margin-left: 390px;
margin-top: -58px;
list-style-type: none;
display: inline;
clear:both;
}
.header ul li {
display:inline;
padding: 0px;
margin:0;
}
.header LI a:link,
.header LI a:visited {
font-weight: bold;
text-decoration: none;
float:left;
display: block;
color: #333;
background: #efefef url(../i/menu-bg.png) -5px;
}
.header LI a:link:hover,
.header LI a:visited:hover {
color: white;
background: #999 url(../i/menu-active-hover.png) -5px;
}

/*padding tweaks for a individual menu items*/
.header LI#apply a:link,
.header LI#apply a:visited,
.header LI#apply a:link:hover,
.header LI#apply a:visited:hover {
padding: 6px 8px 7px 15px;
width: 50px;
}
.header LI#about a:link,
.header LI#about a:visited,
.header LI#about a:link:hover,
.header LI#about a:visited:hover {
padding: 6px 8px 7px 12px;
width: 66px;
}
.header LI#faq a:link,
.header LI#faq a:visited,
.header LI#faq a:link:hover,
.header LI#faq a:visited:hover {
padding: 6px 3px 7px 10px;
width: 40px;
}
.header LI#eligibility a:link,
.header LI#eligibility a:visited,
.header LI#eligibility a:link:hover,
.header LI#eligibility a:visited:hover {
padding: 6px 8px 7px 12px;
width: 70px;
}

/*rounded ends*/
.header LI#home a:link,
.header LI#home a:visited {
background: #efefef url(../i/menu-bg.png);
padding: 6px 0px 7px 20px;
width: 55px;
}
.header LI#home a:link:hover,
.header LI#home a:visited:hover,
.home .header LI#home a:link:hover,
.home .header LI#home a:visited:hover  {
background: #efefef url(../i/menu-active-hover.png);
padding: 6px 0px 7px 20px;
}
.header LI#contact a:link,
.header LI#contact a:visited {
background: #efefef url(../i/menu-bg.png) -160px;
width: 60px;
padding: 6px 5px 7px 10px;
}
.header LI#contact a:link:hover,
.header LI#contact a:visited:hover {
background: #efefef url(../i/menu-active-hover.png) -160px;
width: 60px;
padding: 6px 5px 7px 10px;
}

/*selects*/
.home .header LI#home a:link,
.home .header LI#home a:visited {
background: #efefef url(../i/menu-selected-bg.png);
color: white;
}
.contact .header LI#contact a:link,
.contact .header LI#contact a:visited {
background: #efefef url(../i/menu-selected-bg.png) -160px;
color: white;
}

.apply .header LI#apply a:link,
.apply .header LI#apply a:visited,
.about .header LI#about a:link,
.about .header LI#about a:visited,
.faq .header LI#faq a:link,
.faq .header LI#faq a:visited,
.eligibility .header LI#eligibility a:link,
.eligibility .header LI#eligibility a:visited {
background: #efefef url(../i/menu-selected-bg.png) -5px;
color: white;
}
