/* Configuration of menu width */

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/

html body ul#nav ul
,html body ul#nav ul li {
width:170px;
}
html body ul#nav ul ul {
margin:0 0 0 170px;

}

/* Theming the menu */

ul#nav {
float:left;
padding-bottom:10px;


}

ul#nav ul {
border-bottom:5px solid #b2ea63;
background:#222;
}

ul#nav li a {
padding:15px 13px;
text-decoration:none;
color:#fff;
border-left:1px solid #186306;
border-right:1px solid #90cc60;
}

ul#nav li a.first {
	float: left;
	border-left:none;
	border-right:1px solid #90cc60;
}

ul#nav li a.last {
	float: left;
	border-right:none;
}

ul#nav ul li a {
font-size:0.8em;
padding:10px 15px;
border:none;
}

ul#nav li a:hover
,ul#nav li a:focus {
color:#aeff5e;
}

ul#nav span.sf-arrow {
top:28px;
right:6px;
}

ul#nav ul span.sf-arrow {
right:12px;
top:16px;
}