#mainmenu li { list-style-type: none; }

#mainmenu li a { text-decoration: none; display: block; background: rgb(173, 224, 250); width: 195px; height: 20px;
border-top: rgb(221, 242, 253) 10px solid; border-right: rgb(73, 152, 249) 10px solid;
border-left: rgb(182, 227, 251) 10px solid; border-bottom: rgb(74, 153, 249) 10px solid;
font-face: Arial, Verdana, sans-serif; font-size: 12pt; color: #000000; font-weight: bolder; text-align: center; }

#mainmenu li a:hover { background: rgb(250, 233, 172);
border-top: rgb(253, 246, 221) 10px solid; border-right: rgb(248, 249, 73) 10px solid;
border-left: rgb(251, 237, 181) 10px solid; border-bottom: rgb(248, 249, 73) 10px solid; }

