
body { bgproperties:fixed; background-color: #FFFFFF}

.bluecell {

       bgcolor="#efefef"
}

.whitecell {
       bgcolor="#4ab5d6"


}

.orangecell {


}


.menu
{
	border: 0px solid black;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 164px;
}
/* Collapse the List Item Tags */
.menu li { display: inline; }

/* Make the links block elements and give them padding and some style */
.menu a, .menu a:visited
{
	color:  black;
	font: bold 12px Verdana;
	text-decoration: none;
	background-color: #fff;
	display: block;
	padding: 11px;
	border-left	: 10px solid #C0C0C0;
}

/* Specify the rollover style for the links */
.menu a:hover
{
	border-left	: 10px solid while;
	background-color: black;
	color: white;
}
