/* 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:200px;
}
html body ul#nav ul ul {
margin:0 0 0 200px;
}
*/
/* Theming the menu */

ul#nav {
top:15px;
float:left;
font-size:13px;
font-weight:bold;
border:solid #aeff5e;
border-width:0 5px 0 5px;
}

ul#nav ul {
border-bottom:5px solid #aeff5e;
background:#3399cc;
}

ul#nav li a {
padding:7px 17px;
font-family:"Lucida Sans","Century Gothic","Franklin Gothic Book","Franklin Gothic",helvetica,arial,verdana,sans;
text-decoration:none;
background:#3399cc;
color:#fff;
}

ul#nav ul li a {
padding:7px 10px;
background:#66cc33;
opacity:0.9;
}

ul#nav li a:hover
,ul#nav li a:focus {
color:#aeff5e;
}

ul#nav span.sf-arrow {
top:15px;
right:4px;
background-image:url(../../../_images/arrows-white.png);
}

ul#nav ul span.sf-arrow {
right:10px;
top:12px;
}
