/* Start of CMSMS style sheet 'Style' */
@import "style/style.css";
#headernavigation {
background: none;
width: 100%;
curser: hand;
}


#headernavigation .left {
background: url('/uploads/images/top.left.jpg') right; 
width: 50%; 
right: 50%; 
position: absolute; 
height: 20px; 

}


#headernavigation .right {
background: url('/uploads/images/top.right.jpg') left; 
width: 50%; 
left: 50%; 
position: absolute; 
height: 20px;
}

#headernavigation .invis {
display: none;
}
/* End of 'Style' */

