/*---------------------------------------------------------------------------------------------------------------------------
SónarKids 2010 - Custom Scheme Cascading Style Sheet
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
.autor			Meritxell Gaig for RSB Media
.version		0.1
.url				http://www.rsbmedia.com
.timestamp	04/08/2009 .. 00/00/2009
---------------------------------------------------------------------------------------------------------------------------*/


/*---------------------------------------------------------------------------------------------------------------------------
0.	Table of Contents
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1.	Scheme for "Festival"
---------------------------------------------------------------------------------------------------------------------------*/
	
	
	/*---------------------------------------------------------------------------------------------------------------------------
	1.	Scheme for "Festival"
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

	a {
		text-decoration: none;
		color: #ed1847;
	}
		
		a:hover {
			background-color: #ed1847;
			text-decoration: none;
			color: #fff;
		}
		
		a:active,
		a:focus {
			
		}


					ul#mainNav li.actual a,
					ul#subNav li.actual a {
						color: #ed1847;
					}
						
						ul#mainNav li.actual a:hover,
						ul#subNav li.actual a:hover {
							background-color: #ed1847;
						}












