body {
height:100%; /*set the page body to use the full height of the window (only needed for IE)*/
margin: 0; /*set the page body margins to zero (only needed for IE)*/
}

ol,ul {
	margin:0;
	padding:0;
	list-style:none;
}


a:link    { color:#636563; text-decoration:none;     }
a:visited { color:#636563; text-decoration:none;     }
a:active  { color:#636563; text-decoration:none;  }
a:hover   { color:#636563; text-decoration:none;  }

#menu .menuabout a:hover {
background: url('../papers/images/menuhover.png') no-repeat right bottom;
padding: 0 0 10px 0;	
}
#menu .menuwork a:hover {
background: url('../papers/images/menuhover.png') no-repeat right bottom;
padding: 0 0 10px 0;	
}
#menu .menucontact a:hover {
background: url('../papers/images/menuhover.png') no-repeat right bottom;
padding: 0 0 10px 0;	
}


#menu a {
color: #553929;
}
#menu a:hover {
background: url('../papers/images/menuhover.png') no-repeat right bottom;
padding: 0 0 5px 0;
}
#menu .menuabout {
padding: 0 0 10px 0;
}
#menu .menucontact {
padding: 0 0 10px 0;
}
#menu ol li {
padding: 0 0 10px 0;
}
#menu {
font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
font-size: 12pt;
position: fixed; /*set the position type for non IE systems*/
bottom: 30px; /*set the top of the menu to be. */
/*right: 40px;*/ /*set the right hand edge of the menu to be slightly in from the edge*/
width: 150px; /*the menu is as wide as it needs to be for the text we put in it*/
text-align: right; /*optional : align the text to the right hand edge */
}

* html #menu {position:relative;} /*IE only change the position mode of the menu*/



