/* 
	WordPress Menubar Plugin
	bottom.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
	Modified by Wolly aka Paolo Valenti
	http://www.paolo.valenti.name/
*/

.bottom {
	margin: 0px auto;
	height: 35px;
	padding: 0;
}

.bottom ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}

.bottom ul ul {
	bottom: 28px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.bottom ul ul ul {
	margin: -33px 0 0 170px;
}

.bottom li {
	float: left;
	padding: 0;
	height: 35px;
	position: relative;
}

.bottom li li {
	float: left;
	padding: 0;
	width: 170px;
}

.bottom a, 
.bottom a:visited, 
.bottom a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	overflow: hidden;
}

.bottom a:hover {
	color: #4cadb6;
}	

.bottom li li a, 
.bottom li li a:visited, 
.bottom li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

.bottom li:hover ul ul, 
.bottom li:hover ul ul ul,
.bottom li:hover ul ul ul ul,  
.bottom li.wpmhover ul ul, 
.bottom li.wpmhover ul ul ul, 
.bottom li.wpmhover ul ul ul ul {
	left: -999em;
}

.bottom li:hover ul, 
.bottom li li:hover ul, 
.bottom li li li:hover ul, 
.bottom li li li li:hover ul,
.bottom li.wpmhover ul, 
.bottom li li.wpmhover ul, 
.bottom li li li.wpmhover ul,
.bottom li li li li.wpmhover ul{
	left: 0;
}

.bottom li.selected, 
.bottom li.current-cat, 
.bottom li.current-cat-parent, 
.bottom li.current_page_item, 
.bottom li.current_page_parent,
.bottom li.current_page_ancestor  {
	
}

.bottom li:hover, 
.bottom li.wpmhover {
	/* background: #fff; */
}

.bottom li {
	
}

.bottom li li {
	}

.bottom ul ul {
	
}

.bottom-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-bottom: 0px solid #778899;
}
