/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs

Theming the menu*/
UL#nav
{
	float: left;
}
UL#nav UL
{
	background: #111;
	opacity: 1;
}
UL#nav LI A
{
	padding: 10px 15px;
	font: 1em helvetica, arial, verdana, sans;
	text-decoration: none;
	color: #dbc4a6;
	/*[disabled]background:#222;*/
	/*[disabled]border-bottom:1px solid #EEE;*/
}
UL#nav LI A:hover, UL#nav LI A:focus
{
	/*[disabled]background:#000000;*/
	opacity: 1;
}
UL#nav UL UL
{
	/*[disabled]border-top:1px solid #EEE;*/
	margin-top: -1px;
}
SPAN.sf-arrow
{
	top: 18px;
	right: 2px;
	background-image: url(images/arrows-white.png);
}
UL UL SPAN.sf-arrow
{
	right: 12px;
	top: 16px;
}
