/*

		This css contains the style for the menu layout
		developed on: 9/3/2008
		version: 1.0
		____________________

*/
#navigation
{
	width: 900px;
	position: relative;
	top: -5px;
}

#navigation li
{
	float: left;
	text-align: center;
	margin: 0 5px;
}

#navigation li a
{
	display: block;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	height: 32px;
	padding: 8px 20px 0 20px;
	text-decoration: none;
}

#navigation li a:hover
{
	text-decoration: none;
}

#home #navHome, #new #navNew, #most #navMost, #my #navMy, #top40 #navTop40, #help #navHelp, #playlist #navPlaylist
{
	text-decoration: none;
	color: #21C4BC;
}