/* 
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
{
	height: 26px;
	padding: 0;
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
	background-image: url(../../../themes/arras-theme/images/header.jpg);
}
.sf-blue UL
{
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 9;
	background-image: url(../../../themes/arras-theme/images/header.jpg);
}
.sf-blue UL UL
{
	top: 26px;
	position: absolute;
	left: -999em;
	width: 179px;
	margin: 0;
	padding: 0;
}
.sf-blue UL UL UL
{
	margin: -26px 0 0 170px;
}
.sf-blue LI
{
	float: left;
	padding: 0;
	height: 26px;
	position: relative;
}
.sf-blue LI LI
{
	float: left;
	padding: 0;
	width: 179px;
}
.sf-blue A, .sf-blue A:visited, .sf-blue A:hover
{
	font-size: 12px;
	float: left;
	color: #303030;
	text-decoration: none;
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0 12px;
	overflow: hidden;
	text-transform: uppercase;
}
.sf-blue LI LI A, .sf-blue LI LI A:visited
{
	padding: 0;
	text-indent: 15px;
	width: 175px;
	background-color: #EEEEEE;
}
.sf-blue LI LI A:hover
{
	padding: 0;
	text-indent: 15px;
	width: 175px;
	background-color: #FFFFFF;
}
.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-image: url(../../../themes/arras-theme/images/header-over.jpg);
}
.sf-blue LI:hover, .sf-blue LI.wpmhover
{
	background-image: url(../../../themes/arras-theme/images/header-over.jpg);
}
.sf-blue LI
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
}
.sf-blue LI LI
{
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.sf-blue UL UL
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #CCCCCC;
}
.sf-blue-after
{
	clear: left;
	background: url(shadow.png) repeat-x;
	height: 6px;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AAAAAA;
}

