/* CSS Document */

navlist {
	width: 125px;
}

#navlist ul {
	margin: 0 0 0 0; /*removes indent IE and Opera*/
	padding: 0 0 0 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family:  Helvetica, Arial, sans-serif;
	font-size: 10px;
}


#navlist li {
	margin: 0 0 0 0; /* Top, Right, Bottom, Left*/
}

#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 5px;/* Top, Right, Bottom, Left*/
	width: 120px;
	background-color: #000066;
}

#navlist a:link, #navlist a:visited {
	color: #000;
	/*/*/color: #EEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	background-color: #cccccc;
	color: #333;
}

#uberlink a:link, #uberlink a:visited, #uberlink a:hover {
	background-color: #FFffff;
	color: #333; /* */
} /*assign id to the list item that is currently active*/

#ind {
padding: 2px 2px 2px 20px;/* Top, Right, Bottom, Left*/
}

.productlayout {
	padding: 10px;
}

