﻿/* Configuration of menu width */

/**
Stylesheet for SooperFish by www.SooperThemes.com
Author: Jurriaan Roelofs
*/

html body ul#glonav ul li {
width:260px;
}

html body ul#glonav ul {
width:260px;
}
html body ul#glonav ul ul {
margin:0 0 0 200px;
}

/* Theming the menu */

ul#glonav {
float:left;
font-size:120%;
border:solid #aeff5e;
border-width:0px;
margin-left:10px;
}

ul#glonav ul {
border-bottom:0px solid #aeff5e;
background:#222;
}

ul#glonav li a {
padding:10px 15px;
font-family:arial,verdana,sans;
text-decoration:none;
background:#D4C0AD;
color:#222;
font-weight:bold;
margin-right:25px;
}

ul#glonav ul li a {
padding:10px 15px;
background:#222;
color:#fff;
border-bottom:solid 1px #eaeaea;
border-left:solid 1px #eaeaea;
font-weight:normal;
font-variant:normal;
}

ul#glonav li a:focus {
color:#cc6600;
}


ul#glonav li a:hover {
color:#cc6600;
}


ul#glonav ul li a:hover {
color:#222;
background-color:#eaeaea;
}

ul#glonav span.sf-arrow {
top:28px;
right:6px;
/*background-image:url(images/arrows-white.png);*/
}

ul#glonav ul span.sf-arrow {
right:12px;
top:16px;
}
