/* 

	WordPress Menubar Plugin

	top.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/

*/
.top {
	margin: 0px auto;
	height: 35px;
	float: right;
	padding: 0;
}



.top ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
}



.top ul ul {
	top: 20px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}

	

.top ul ul ul {
	margin: -33px 0 0 170px;
}



.top li {
	float: left;
	padding: 0;

	position: relative;
}

.top li li {
	/*float: left;*/
	padding: 0;
	text-align: center;
	width: 170px;
}



.top a, top a:visited, .top a:hover {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: white;
	text-decoration: none;
	display: block;


/* 	line-height: 35px; */
	padding: 5px 15px;
	overflow: hidden;
}

.top li:hover a { color:#666666; }
.top li:hover a {color: #2f507e;}
.top li:hover li a { color: #666666; float:none; }
/*.top li li a { color: #666666; float:none; }*/

.top li li a, top li li a:visited, top li li a:hover {
	padding: 5px 0;
	text-indent: 0px;
	display: block;
	float: none;
	width: 100%;
	text-align: center;
	border-top: solid 1px #2f507e;
}

.top li li:hover a:hover { padding: 5px 0; background-color: #4cadb6; color: #fff;}

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

.top li:hover ul, 
.top li li:hover ul, 
.top li li li:hover ul, 
.top li li li li:hover ul,
.top li.wpmhover ul, 
.top li li.wpmhover ul, 
.top li li li.wpmhover ul,
.top li li li li.wpmhover ul{
	left: 0;
	background-color:#FFF;
	border-color:#2f507e;
	border-bottom-style:solid;
	border-top-style: solid;
	border-width:thin;
	border-width:thin;
}

.top li.selected, 
.top li.current-cat, 
.top li.current-cat-parent, 
.top li.current_page_item, 
.top li.current_page_parent,
.top li.current_page_ancestor  {
}



.top li:hover, 
.top li.wpmhover {
	background: #fff;
}

.top li {
}

.top li li {
	}

.top ul ul {
}

.top-after {
	clear: left;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}

