/* Configuration of menu width */

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/
@font-face { font-family: 'twcb'; src: url('../../fonts/Tw.ttf'); }

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 {
height: 48px;
list-style: none;
border-top: 3px solid #007a5e;
padding-left: 0;
text-transform: uppercase;
margin: 0;
font-size: 16px;
background: #222;
}

ul#nav.sf-menu li a:hover {
	background: #008C6B;
}

ul#nav ul {
border-bottom:5px solid #008C6B;
background: rgba(34, 34, 34, 0.3);
}

ul#nav li a,
ul#nav li span {
padding: 11px 20px;
font-family: 'twcb';
text-decoration:none;
background: rgba(29, 29, 29, 0.74);
color:#ddd;
}

ul#nav ul li a,
ul#nav ul li span {
padding:10px 15px;
}

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

ul#nav div.sf-arrow {
top:22px;
right:6px;
background-image:url(images/arrows-white.png);
opacity: 0.6;
}

ul#nav ul div.sf-arrow {
right:12px;
top:16px;
}