body {
background-color:#ffbd00;
color:#415A60;
}
a {
color:#ffffff;
}
a:link, a:active, a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

/*************************************
Menu
*************************************/
#menu {
float:left;
position:relative;
clear:both;
top:-50px;
right:0px;
width:125px;
}
#menu img.info {
margin-top:120px;
}
#rollservices, #rollcontact, #rollmembers, #rollother, #rollstory, #rollwho {
/*position:relative;*/
white-space: nowrap;
display: block;
height:13px;
margin-bottom:6px; 
padding:0;
}
#rollservices {
background: url(../images/home-menu-services_off.gif) top left no-repeat;
}
#rollcontact {
background: url(../images/home-menu-contact_off.gif) top left no-repeat;
}
#rollmembers {
background: url(../images/home-menu-members_off.gif) top left no-repeat;
}
#rollother {
background: url(../images/home-menu-other_off.gif) top left no-repeat;
}
#rollstory {
background: url(../images/home-menu-story_off.gif) top left no-repeat;
}
#rollwho {
background: url(../images/home-menu-who_off.gif) top left no-repeat;
}
#rollservices a, #rollcontact a, #rollmembers a, #rollother a, #rollstory a, #rollwho a {
display: block;
text-decoration:none;
/*float: left;*/
}
#rollservices img, #rollcontact img, #rollmembers img, #rollother img, #rollstory img, #rollwho img {
height:13px;
border:0;
}
* html a:hover {
visibility:visible;
}
#rollservices a:hover img, #rollcontact a:hover img, #rollmembers a:hover img, #rollother a:hover img, #rollstory a:hover img, #rollwho a:hover img {
visibility:hidden;
}
#rollservices span, #rollcontact span, #rollmembers span, #rollother span, #rollstory span, #rollwho span {
position: absolute;
visibility:hidden;
}



