/* 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 {
float:left;
font-size:100%;

}

ul#nav ul {

background:#e0e2df;
border-bottom:3px solid #335097;



}

ul#nav li a {
width:80px;
padding:11px 0;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
font: normal 12px/12px Arial, Helvetica, sans-serif;
background:url(images/topmenu-grey.png) no-repeat center;
color:#595959;
margin-right:2px;
text-align:center;
}

ul#nav ul li a {
padding:0 5px;
line-height:20px;
background-image:none;
width:auto;
text-align:left;
}

ul#nav li a:hover
,ul#nav li a:focus {
color:#fff;
background:url(images/topmenu-blue.png) no-repeat center;
}
ul#nav li ul li a:hover {background:#335097;}

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;
}
