/*--------------global nav---------------*/

#menu {
position: absolute;
top: 72px;
margin: 0px;
padding: 0px;
width: 740px;
height: 34px;
background: #FFF;
background-image: url(nav/bgnav.gif);
background-repeat: no-repeat;
}

#menu #global {
left:0px;
bottom:0px;
width:740px;
    margin-left:24px;
    margin-right:-24px;
}

#menu ul {
border: 0;
margin: 0px;
padding: 0px;
}

#menu ul li {
float:left;
list-style:none;
margin:0px;
}

#menu ul li span {
display:none ;
}

#menu ul li a {
float:left;
height:34px;
margin-right: 0px;
}


#menu ul li a.idle:hover  { background-position:0px -40px;}
#menu ul li a.idle:active { background-position:0px -40px;}
#menu ul li a.active, #menu a.active:hover, #menu a.active:active { background-position:0px -80px;}

#home		{ background: url(nav/home.gif)        0px 0px no-repeat; width:68px; margin:0px 0px 0px 0px; }
#themouse 	{ background: url(nav/themouse.gif)    0px 0px no-repeat; width:103px; margin:0px 0px 0px 0px;}
#benefits	{ background: url(nav/benefits.gif)    0px 0px no-repeat; width:84px; margin:0px 0px 0px 0px;}
#rsi      	{ background: url(nav/rsi.gif)         0px 0px no-repeat; width:55px; margin:0px 0px 0px 0px;}
#faq		{ background: url(nav/faq.gif)         0px 0px no-repeat; width:56px; margin:0px 0px 0px 0px;}
#buynow		{ background: url(nav/buynow.gif)      0px 0px no-repeat; width:85px; margin:0px 0px 0px 0px;}
#contact	{ background: url(nav/contact.gif)     0px 0px no-repeat; width:81px; margin:0px 0px 0px 0px;}
#company	{ background: url(nav/company.gif)     0px 0px no-repeat; width:92px; margin:0px 0px 0px 0px;}
#news		{ background: url(nav/news.gif)        0px 0px no-repeat; width:67px; margin:0px 0px 0px 0px;}

#menu #pages {	width:740px;}
