/* 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 */
.multicolumn dualcolumn{left:100px;}
ul#nav {
float:left;
font-size:14px;
font-weight:bold;
/*border:solid #aeff5e;
border-width:0 5px 0 5px;*/
}

ul#nav ul {
border-bottom:2px solid #aeff5e;
background:#0085AF;
}

ul#nav li a {
padding:00px 25px;
font-family:"Lucida Sans","Century Gothic","Franklin Gothic Book","Franklin Gothic",helvetica,arial,verdana,sans;
text-decoration:none;
background: none;
color:#fff;
}

ul#nav ul li a {
padding:10px 15px;
}

ul#nav li a:hover
,ul#nav li a:focus {
color:#aeff5e;
}

ul#nav span.sf-arrow {
top:28px;
right:6px;
background-image:url(images/arrows-white.png);
}

ul#nav ul span.sf-arrow {
right:12px;
top:16px;
}
