
/* EX1 */


#topmenu
{
	padding:0px;
	/* comment the following line if you don't want TEXT LIKE THIS in the top links 
	text-transform: uppercase;*/
	margin-left:0px;
}

#topmenu a
{	
	background-color: #999999;
}

#topmenu a:hover
{
	background-color: #A6AD9C;
}

/* EX2 */



/*td {
	background-color: #ffffff;
}*/

#tbl a {
	background-color: #CCCCCC;
}
#tbl a:hover {
	background-color: #ffff66;
}


/* EX3 
class="navCellOff" onmouseout="this.className='navCellOff';" onmouseover="this.className='navCellOn';">"*/


.navCellOff
{
   BACKGROUND-COLOR: #ccccff;
    color:#0000FF;
}
.navCellOn
{
   BACKGROUND-COLOR: #ffff66;
    color:#000000;
}


/* EX4
http://www.samisite.com/test-csb/id95.htm
 */

#rollbutton1 a  {
	text-decoration: none;
	background-color:#fff;
	/*background-color:#ccccff;*/
	display: block;
	width: 568px;
    /*height:130px;*/
	padding: 3px;
	border-bottom:2px solid #666;
}

#rollbutton1 a:hover {
	background-color: #ffff99;
}





#noroll {
	text-decoration: none;
	background-color:#fff;
	/*background-color:#ccccff;*/
	display: block;
	width: 574px;
    height:90px;
	padding: 3px;
	border-bottom:2px solid #666;
}

#noroll a  {
	text-decoration: none;
	color: #333333;
}