/********************************************
CSS Document with rollover text menu
body styles
thumnails with rollover border
***********************************************/

/***************
menu
*************/
#menu {color: #CC0000; float: left; font-size: 10px; height: 122px; margin: 2; text-transform: uppercase; width: 578px; text-decoration: none;}
#menu li {color: #CC0000; float: left; height: 25px; margin: 0; padding: 0; text-align: center; width: 72px; text-decoration: none;}
#menu li a {background: url('1.jpg'); color: #ffffff; display: block; height: 20px; padding: 5px 0 0 0; text-transform: uppercase; text-decoration: none;}
#menu li a.selected {background: url('2.jpg'); color:#999999; display: block; height: 20px; padding: 5px 0 0 0; text-transform: uppercase; text-decoration: none;}
#menu li a:hover {background:url('3.jpg'); height: 20px; text-decoration: none;}
#menu ul {list-style: none; margin: 0; padding: 0;}
/***************
body
****************/



