﻿@charset "utf-8"

nav{
	width:130px; 
}

ul {
	list-style-type: none;
	margin: 1px; 
	padding:0px; 
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-left-width: 1px;
	border-top-style: solid; 
	border-right-style: dotted; 
	border-left-style: dotted;
	border-top-color: #CCC;   
	border-left-color: #CCC; 
	border-right-color: #CCC; 
}

a{
	font-family: Arial, Helvetica, sans-serif;
	color: #000; 
	text-decoration: none; 
	font-size: 0.9em;
	display: block; 
	padding:6px; 
	border-bottom-width: 1px;  
	border-bottom-style: solid; 
	border-bottom-color: #CCC; 
	background-color: #EAEAEA;  

}

a:hover{
	color:#FFF;  
	background-color: #666;  
	border-right-width: 5px;
	border-right-style: solid; 
	border-right-color: #36F;
}

a.welcome{
	width:130px;
	color:green;
}
a.featured{
	width:130px;
	color:blue;
}
a.people{
	width:130px;
	color:white;
}
a.music{
	width:130px;
	color:black;
}
a.mixes{
	width:130px;
	color:orange;
}
a.videos{
	width:130px;
	color:red;
}
a.radio{
	width:130px;
	color:yellow;
}

li.news{

	float:left;
	font-size: 1.9em;
}
li.sport{
 		
	float:left;
	font-size: 1.7em;
}
li.weather{

	float:left;
	font-size:1.5em;	
}
li.capital{
 
	float:left;
	font-size: 1.3em;
}
li.culture{

	float:left;
	font-size: 2.1em;
}
li.autos{

	float:left;
	font-size: 2.3em;
}
li.tv{

	float:left;
	font-size: 2.5em;
}
li.radio{
	
	float:left;
	font-size: 2.7em;
}
li.more{

	float:left;
	font-size: 2.9em;
}


