/* 
	WordPress Menubar Plugin
	sf-vertical.css stylesheet for the Suckerfish_41 template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-vertical ul{
list-style:none;
padding:0;
}

.sf-vertical ul li{
background:url(http://localhost/geygan_geygan/wp-content/themes/geygan_geygan/images/footer-seperator.gif) no-repeat right 7px;
float:left;
}

.sf-vertical ul li a{
font-family:Tahoma;
font-size:10px;
color:#afc2e0;
padding:0 10px;
text-decoration:none;

}

.sf-vertical ul li a:hover {
color:#FFFFFF;
}

.sf-vertical ul li selected a
{
	color:#FF0000;
}
.sf-vertical ul li.last { 
background-image:none;}
