#static
{
position: fixed;
left: 0px;
top: -5px;
z-index: 1000;
width:100%;
}
#static a:hover
{
color: #eeeeee;
}
#spacer
{
height:3.5em;
}
#current
{
color: #eeeeee;
}
#idle
{
color: #328a24;
}
.staticmenu
{
    background: url(../images/staticmenu.png) repeat-x;
	height: 27px;
	font-size: .85em;
	font-weight: bold;
	margin:0 40px;
}
.menul {
    background: url(../images/staticmenuleft.png) no-repeat;
	height: 27px;
    float:left;
    width:27px;
    margin-left:13px;
}
.menur {
    background: url(../images/staticmenuright.png) no-repeat;
	height: 27px;
    float:right;
    width:27px;
    margin-right:13px;
}
.staticmenu li
{
float:left;
padding:0 5px;
}
.staticmenu ul ul
{
display:none;
}
.staticmenu .buttons
{
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}
.staticmenu .buttons a
{
text-decoration:none;
line-height:28px; /*overall menu height*/
font-size:9px;
text-transform: uppercase;
font-family:tahoma, sans-serif;
white-space:nowrap;
color: #328a24;
}
.staticmenu .buttons li:hover
{
/*background: url(../images/theme/main_block.png) no-repeat -10px -200px;
border-left:1px solid #aaa;
border-right:1px solid #777;*/
height:31px;
}
.staticmenu .buttons :hover .sub
{
height:22px;
display:block; 
position:absolute;
width:75%;
top:27px; /* submenu location */
left:0;
text-align:center;
}
.staticmenu .buttons .sub li a 
{
display:block; 
height:22px; 
line-height:22px; 
float:left; 
background:transparent; 
margin:0; 
white-space:nowrap; 
color:#328a24;
font-size:9px;
}
.staticmenu .buttons .sub li a:hover,
.staticmenu .buttons .sub li:hover
{
color:#888; 
line-height:22px; 
height:22px;
position:relative;
}
.staticmenu .sub
{
display:none;
margin:0 100px; 
padding:0;
list-style:none;
border:2px solid #000;
border-top:0;
background: url(../images/staticmenu.png) repeat-x;
}
.staticmenu .sub li
{
background:transparent;
}
