#static
{
position: fixed;
left: 0px;
top: -1px;
z-index: 1000;
width:100%;
margin-top: 1px;
}
#static a:hover
{
color: #eeeeee;
}
#top
{
height:2em;
}
#current
{
color: #eeeeee;
}
#idle
{
color: #d6cb72;
}
.staticmenu
{
  background: url(../images/menubody.png) repeat-x;
	height: 30px;
	font-size: .85em;
	font-weight: bold;
}

.staticmenu li
{
float:left;
padding:0 9px;
}
.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:#d6cb72;
}
.staticmenu .buttons li:hover
{
background: url(../images/windowbg.png) repeat-x;
border-left:1px solid #404040;
border-right:1px solid #404040;
height:30px;
}
.staticmenu .buttons :hover .sub
{
height:22px;
display:block; 
position:absolute;
width:100%;
top:30px; /* submenu location */
left:0;
text-align:center;
}
.staticmenu .buttons .sub li a 
{
display:block; 
height:20px; 
line-height:19px; 
float:left; 
background:transparent; 
margin:0; 
white-space:nowrap; 
color:#d6cb72;
font-size:9px;
}
.staticmenu .buttons .sub li a:hover,
.staticmenu .buttons .sub li:hover
{
color:#fff; 
height:20px; 
line-height:19px;
position:relative;
}
.staticmenu .sub
{
display:none;
width: 100%;
padding:0;
list-style:none;
border-top:0;
background: url(../images/menusub.png) repeat-x ;
}
.staticmenu .sub li
{
background:transparent;
}
