body
{
	background-color: #33;
	margin: 0;
	padding: 0;
}
#header ul
{
	margin: 0px;
	padding: 0;
}
#header ul li {
	clear: none;
	float: left;
	list-style-type: none;
	display: block;
}

#header ul li a
{
 display: block;
 height: 43px;
 text-indent: 999px;
 overflow: hidden;
 outline: none;
 margin: 0;
 padding: 0;
}

#header ul li#Home a, li#Home a:visited 
{
	width: 267px;
	background: url(../images/AMDAILY-Header3.png) left top no-repeat;
}

#header ul li#Home a:hover
{
	background: url(../images/AMDAILY-Header3.png) left -42px no-repeat;
}

#header ul li#Home a:active
{
	background: url(../images/AMDAILY-Header3.png) left -86px no-repeat;
	border: none;
}

#header ul li#Blog a, li#Blog a:visited 
{
	width: 122px;
	background: url(../images/AMDAILY-Header3.png) -267px top no-repeat;
}

#header ul li#Blog a:hover
{
	background: url(../images/AMDAILY-Header3.png) -267px -42px no-repeat;
}

#header ul li#Blog a:active
{
	background: url(../images/AMDAILY-Header3.png) -267px -86px no-repeat;
}

#header ul li#Links a, li#Links a:visited
{
	width: 122px;
	background: url(../images/AMDAILY-Header3.png) -389px top no-repeat;
}

#header ul li#Links a:hover
{
	background: url(../images/AMDAILY-Header3.png) -389px -42px no-repeat;
}

#header ul li#Links a:active
{
	background: url(../images/AMDAILY-Header3.png) -389px -86px no-repeat;
}


#header ul li#Contact a, li#Contact a:visited
{
	width: 179px;
	background: url(../images/AMDAILY-Header3.png) -511px top no-repeat;
}

#header ul li#Contact a:hover
{
	background: url(../images/AMDAILY-Header3.png) -511px -42px no-repeat;
}

#header ul li#Contact a:active
{
	background: url(../images/AMDAILY-Header3.png) -511px -86px no-repeat;
}

#navcontainer
{
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
font-size: 14px;
position: absolute;
bottom: 0px;
}
#navlist{
margin: 0px 0px 4px;
padding: 0px;
}

#navlist li
{
display: inline;
padding-bottom: 0px;
padding-left: 0px;
background-repeat: no-repeat;
margin: 0px;
}

#navlist a
{
padding-left: 0px;
padding-bottom: 0px;
font-weight: normal;
font-style:italic;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 15px;
color: #32fbde;
background: url(../images/GreenSlash.gif);
background-position: 0 0px;
background-repeat: no-repeat;}

#navlist a:hover
{
color: white;
padding-left: 15px;
background: url(../images/GreenSlash.gif);
background-repeat: no-repeat;
background-position: 0 0px;} 

