#navcontainer
{
margin-left: -30px;
margin-right: -40px;
margin-top: 5px;
margin-bottom: -10px;
}

#navlist li
{
	display: inline;
	padding-bottom: 0px;
	padding-left: 2px;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 18px;
}

#navlist a
{
padding-left: 10px;
padding-bottom: 7px;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
padding-left: 20px;
color: #BBE8F7;
background:  url(imgs/flower.gif);
background-position: 0 5px;
background-repeat: no-repeat;
}

#navlist a:hover
{
color: #FF00FF;
padding-left: 20px;
background:  url(imgs/heart.gif);
background-repeat: no-repeat;
background-position: 0 6px;
}

ul#navlist li a#current
{
padding-left: 20px;
color: #FFFF00;
background:  url(imgs/flower.gif);
background-position: 0 5px;
background-repeat: no-repeat;
}
