/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#navbar {
padding: 0;
margin: 0;
list-style: none;
}
#navbar li {
float: left;
margin-left: 1px;
}
#navbar li a {
display: block;
height: 40px;
line-height: 40px;
padding: 0 10px;
float: left;
background: #e8f2fe; /* var(pageColor) */
color: #1577F2; /* var(highlight2) */
text-decoration: none;
}
/*#navbar li a b {
text-transform: uppercase;
}
*/
#navbar li a:hover, 
#navbar li.menu_selected a {
background: #fff url(arrow-orange.gif) no-repeat center bottom;
color: #FF8200; /* var(highlight1) */
}