#mainnav ul ul li a
{
background:none;
padding-left: 15px;
text-align: left;
font: normal 10px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #7B5F77;
}

#mainnav ul ul li a:hover
{
background:none;
color: #A490A1;
}

#mainnav ul ul li a#selected
{
color: White;
}

#navcontainer
{
	margin-top: 185px;
	margin-left: 0px; 
	position: absolute;
	top: 5%;
	left: 0%;
}

#mainnav ul
{
list-style-type: none;
text-align: left;
line-height: 3;
}

#mainnav ul li a
{
background: transparent url(../images/list-off.gif) left center no-repeat;
padding-left: 15px;
text-align: left;
font: normal 12px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #7B5F77;
}

#mainnav ul li a:hover
{
background: transparent url(../images/list-active.gif) left center no-repeat;
color: #A490A1;
}

body.home #mainnav ul li a#home, 
body.whatweneed #mainnav ul li a#whatweneed,
body.ourclients #mainnav ul li a#ourclients,
body.printfabricarchive #mainnav ul li a#printfabricarchive,
body.wherearewe #mainnav ul li a#wherearewe
{
background: transparent url(../images/hp-list-on.gif) left center no-repeat;
color: #FFFFFF;
}


