/* CSS Document */
#nav li.newrelease a:link {
	color: #5f7bf4;
	text-decoration: none;
}
#nav li.newrelease a:active{
	color: #5f7bf4;
	text-decoration: none;
}
#nav li.newrelease a:visited {
	color: #5f7bf4;
	text-decoration: none;
}
#nav li.newrelease a:hover {
	color: #5f7bf4;
	text-decoration: none;
}
#nav li.newrelease a:visited:hover {
	color: #5f7bf4;
	text-decoration: none;
}

