/* Document : mainMenu Created on : 11.03.2009, 07:00:33 Author : davidkamphausen Description: Purpose of the stylesheet follows. */ /* TODO customize this sample style Syntax recommendation http://www.w3.org/TR/REC-CSS2/ */ div#mainMenu { position:fixed; top:0px; right:280px; border-top-width:0px; border-left-width:1px; border-right-width:1px; border-bottom-width:1px; border-color:#000000; border-style:solid; background-color:#FFBB00; padding:3px; } div#mainMenu a { text-decoration:none; color:#000000; }