/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

#nav1 .current_special a,
#current_special li.current,
#current_special li a:focus, current_special li a:hover, current_special li a:active {
	background-color: red;
	color: yellow;
	-moz-border-radius:5px;
-webkit-border-radius:5px;
	
}
#nav1 .current_special ul li a {
	background-color: #FFFFFF;
	color: #FF0;
}

#nav1 .current_special ul li a:hover {
	background-color: #3b5998;
	color: #FF0;
}

