.navigation {
 float: left;
 width: 960px;
 height: 25px;
 color: #333;
 margin: -25px 0px -3px -5px;
 background:url(http://www.monstrmoose.com/images/gradient_menu.png) repeat-x;
}
.navigation ul {
 width:778px;
 height:28px;
 margin:0px;
 padding:0px;
 float:left;
 display:block
}
.navigation ul li {
 width:auto;
 height:28px;
 float:left;
 display:block
}
.navigation ul li .gap {
 width:2px;
 height:28px;
 margin:0px;
 float:left;
 background: #000000;
}
.navigation ul li .edge {
 width:13px;
 height:28px;
 margin:0px;
 float:left;
 background: no-repeat;
}
.navigation ul li a {
 width:auto;
 height:28px;
 margin:0px;
 background:url(http://www.monstrmoose.com/images/menu_back_edge.png) repeat-x;
 padding:6px 11px 0 11px;
 float:left;
 font-family:Arial;
 font-size:12px;
 color:#EFF3F6;
 line-height:18px;
 font-weight:bold;
 text-decoration:none
}
.navigation ul li a:hover {
 color:#FFFFFF;
 background:url(http://www.monstrmoose.com/images/menu_back_edge_hover.png) repeat-x;
}
span.corners-bottom-header, span.corners-bottom span-header{
height: 0px;
}
