a {
	font-size: 12px;
	color:#821789;
}

img{
border:0px;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#821789;
}
a:hover {
	text-decoration: underline;
	color:#CD9ECB;
}
a:active {
	text-decoration: none;
	color:#821789;
}

/* navigation list */
#nav_right ul, #nav_right li {
	display: inline;
	}
	
#nav_right li a{
	display: block;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	width: 100%;
	text-decoration:none;
}
#nav_right li a:hover{
	color:#FFFF99;
}

#li_home{
width:85px;
background-image:url(images/topnav_backer.gif);
background-repeat:no-repeat;
float:left;
text-align:center;
}
#li_about{
width:85px;
background-image:url(images/topnav_backer.gif);
background-repeat:no-repeat;
float:left;
text-align:center;
}
#li_contact{
width:85px;
background-image:url(images/topnav_backer.gif);
background-repeat:no-repeat;
float:left;
text-align:center;
}
