#menuContainer {padding:0; margin:0 0 0; list-style:none; width:880px; height:0; right:0; top:0;}

#menu { background-color: transparent; background-image: url(hand.gif); background-attachment: scroll; background-position: 0 bottom; position: absolute; padding:0; margin:0; list-style:none; width:880px; height:260px; }
* html #menu {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_twentyfive/hand.gif', sizingMethod='scale');
}

#menu li {float:left; margin-top:210px; width:125px; height:50px; position:relative;}
#menu li a { display:block; width:129px; height:50px; background:url(off.png); border-right:1px solid #888; text-decoration:none; color:#ccc; font-family:helvetica, serif, verdana; font-size:12px; font-weight: lighter; }
#menu li.last a {border:0;}

* html #menu li a {
background:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='single_twentyfive/off.png', sizingMethod='scale');
}

#menu li a b {display:block; width:113px; height:50px; line-height:48px; text-transform:lowercase; text-align:center;}


.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a,
#menu li a:hover {white-space:nowrap; color:#fff; cursor:pointer;}

.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b,
#menu li a:hover b {background:url(on.gif);}

