/* 
	WordPress Menubar Plugin
	sf-blue.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.sf-blue {
	margin: 0px 0px 0px 60px;
	height: 30px;
	padding: 0px;
	text-align: left;
}

.sf-blue ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #000;
	z-index: 9;
}

.sf-blue ul ul {
	top: 30px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
	border-left: 1px solid #2EB0FF;
	border-right: 1px solid #104E8B;
}
	
.sf-blue ul ul ul {
	margin: -30px 0 0 170px;
}

.sf-blue li {
	float: left;
	padding: 0;
	height: 30px;
	position: relative;
	border-right: 0px solid #000;
	border-left: 0px solid #524ea3;
}

.sf-blue li li {
	float: left;
	padding: 0;
	width: 170px;
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #2EB0FF;
	border-bottom: 0px solid #104E8B;
}

.sf-blue a, 
.sf-blue a:visited, 
.sf-blue a:hover {
	font-size: 0.4em;
	float: left;
	color: #000;
	text-decoration: none;
	display: block;
	height: 30px;
	width: 90px;
	line-height: 30px;
	padding: 0px 14px;
	overflow: hidden;
}

.sf-blue li li a, 
.sf-blue li li a:visited, 
.sf-blue li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.sf-blue li:hover ul ul, 
.sf-blue li:hover ul ul ul,
.sf-blue li:hover ul ul ul ul,  
.sf-blue li.wpmhover ul ul, 
.sf-blue li.wpmhover ul ul ul, 
.sf-blue li.wpmhover ul ul ul ul {
	left: -999em;
}

.sf-blue li:hover ul, 
.sf-blue li li:hover ul, 
.sf-blue li li li:hover ul, 
.sf-blue li li li li:hover ul,
.sf-blue li.wpmhover ul, 
.sf-blue li li.wpmhover ul, 
.sf-blue li li li.wpmhover ul,
.sf-blue li li li li.wpmhover ul{
	left: 0;
}

.sf-blue li.selected, 
.sf-blue li.current-cat, 
.sf-blue li.current-cat-parent, 
.sf-blue li.current_page_item, 
.sf-blue li.current_page_parent,
.sf-blue li.current_page_ancestor  {
	background-color: #000;
	border-bottom: 0px solid #ff0000;
}

.sf-blue li:hover, 
.sf-blue li.wpmhover {
	background-color: #000;
}

.sf-blue-after {
	clear: left;
	margin: 0 10px 0 10px;
	height: 0px;
}

/* Menu images */

.menu-home {
	background: #000 url(menu-home.jpg) center 0px no-repeat;
	}
.menu-home li.selected {
	background: #000 url(menu-news.jpg) center 0px no-repeat;
	}
.menu-news {
	background: #000 url(menu-news.jpg) center 0px no-repeat;
	}
.menu-music {
	background: #000 url(menu-music.jpg) center 0px no-repeat;
	}
.menu-film {
	background: #000 url(menu-film.jpg) center 0px no-repeat;
	}
.menu-about {
	background: #000 url(menu-about.jpg) center 0px no-repeat;
	}
.menu-contact {
	background: #000 url(menu-contact.jpg) center 0px no-repeat;
	}
.menu-store {
	background: #000 url(menu-store.jpg) center 0px no-repeat;
	}