﻿ul {

	padding: 0px;

	margin: 0px;

	table-layout: fixed;

	border-collapse: separate;

	border-spacing: 2px;

	empty-cells: show;

	caption-side: inherit;

	border: thin none #C0C0C0;

	font-family: Arial, Helvetica, sans-serif;

	text-transform: uppercase;

	color: #808080;

	font-size: medium;

	line-height: 30px;

	height: inherit;

	width: 100px;

	list-style-type: none;

}

ul li ul {

	visibility: hidden;

}

ul li:hover ul {

	visibility: visible;

}

