/* 
	WordPress Menubar Plugin
	sf-grey-ala-right.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/
	Modified by Wolly aka Paolo Valenti
	http://www.paolo.valenti.name/
*/

.sf-grey-ala-right {
	margin: 0px 5px 0 0px;
	height:auto;
	width:182px;
	padding: 0px;
	text-align: right;
}

.sf-grey-ala-right ul {
	top:0px;
	list-style: none;
	margin: 0;
	width: 100%;
	z-index: 9;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	
	
	
}

.sf-grey-ala-right ul ul {
	position:absolute;
	float:left;
	clear:both;
		

	right: 182px; 
	visibility:hidden;
	width: 182px;
	height:inherit;
	margin: 0;
	padding: 0;
	z-index:5;
	display:block;
	
}
	

.sf-grey-ala-right li {
	position:relative;
	clear:both;
	float:right;
	text-align:right;
	padding: 0;
	height: 24px;
	background-image:url(eachmenueback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	width:182px;
	height:26px;

}

.sf-grey-ala-right li li {
	position:relative;
	padding: 0;
	width: 182px;
	text-align:right;

}

.sf-grey-ala-right a, 
.sf-grey-ala-right a:visited, 
.sf-grey-ala-right a:hover {
	font-size: 12px;
	font-weight: bold;
	float: right;
	color:#000066;
	text-decoration: none;
	display: block;
	height: 24px;
	line-height: 24px;
	padding-right:23px;
	overflow: hidden;
}

.sf-grey-ala-right li li a, 
.sf-grey-ala-right li li a:visited, 
.sf-grey-ala-right li li a:hover {
	padding: 0;
	text-indent: 23px;
	width: 182px;
}

.sf-grey-ala-right li:hover ul , 
.sf-grey-ala-right li:hover ul ul, 
.sf-grey-ala-right li:hover ul ul ul,
.sf-grey-ala-right li:hover ul ul ul ul,  
.sf-grey-ala-right li.wpmhover ul, 
.sf-grey-ala-right li.wpmhover ul ul, 
.sf-grey-ala-right li.wpmhover ul ul ul, 
.sf-grey-ala-right li.wpmhover ul ul ul ul {
	/*left: -999em; */
	visibility:hidden;
}

.sf-grey-ala-right li:hover ul, 
.sf-grey-ala-right li li:hover ul, 
.sf-grey-ala-right li li li:hover ul, 
.sf-grey-ala-right li li li li:hover ul,
.sf-grey-ala-right li.wpmhover ul, 
.sf-grey-ala-right li li.wpmhover ul, 
.sf-grey-ala-right li li li.wpmhover ul,
.sf-grey-ala-right li li li li.wpmhover ul{
	/*left: 0;*/
	visibility:visible;
	display:block;
	z-index:9;
	
} 

.sf-grey-ala-right li.selected, 
.sf-grey-ala-right li.current-cat, 
.sf-grey-ala-right li.current-cat-parent, 
.sf-grey-ala-right li.current_page_item, 
.sf-grey-ala-right li.current_page_parent,
.sf-grey-ala-right li.current_page_ancestor  {
	/*background-color: #990033;*/
}

.sf-grey-ala-right li:hover, 
.sf-grey-ala-right li.wpmhover {
	background:#999999;
}

/*.sf-grey-ala-right li {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}*/

/*.sf-grey-ala-right li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #778899;
}*/

/*.sf-grey-ala-right ul ul {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}*/

.sf-grey-ala-right li.right {
	float: right;
}
.sf-grey-ala-right-after {
	float:left;
	clear: both;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid;
}

