/*Sets the position,style,text and colour of the navigational buttons*/	



dl#menu {position:absolute;
top: 20px; left:40px;width:140px}

dt.btn {margin-bottom:1px;text-align: center}

dt.btn a {display:block; text-decoration: none; color:black; font-weight:bold; font-size:17;}

dt.btn a {background:silver; border:1px}       

dt.btn a:hover {background:#B22222;border:1px}

dt.btn a:active {background:#DCDCDC;border:1px}

