/*	tab menu style by Adam Kalsey of kalsey.com
	altered by GwenHarlow.com for CaringForAgingParents.com
*/
#navlist
{
border-bottom: 1px solid #024A8E;
margin: 0;
padding-bottom: 19px;
padding-left: 15px;
text-transform:uppercase;
}

#navlist ul, #navlist li
{
display: inline;
list-style-type: none;
margin: 0;
padding: 0;
}

#navlist a:link, #navlist a:visited
{
background: #cc3333;
border: 1px solid #024A8E;
color: #ffffff;
float: left;
font-size: 10px;
font-weight:bold;
line-height: 14px;
margin-right: 5px;
padding: 2px 5px 2px 5px;
text-decoration: none;
}

#navlist a:link#current, #navlist a:visited#current
{
background: #fff;
border-bottom: 1px solid #fff;
color: #000;
}

#navlist a:hover { color: #000;background:#fff; }


#navlist ul a:hover { color: #000;background:#fff; !important; }

#contents
{
background: #fff;
border: 1px solid #024A8E;
border-top: none;
clear: both;
margin: 0px;
padding: 15px;
} 


