.menu1 {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
.menu2 {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: none;
}
.menu3 {
	padding-left: 10px;
	margin-left: 10px;
	list-style-type: square;
}

.usermenuBox {
	width: 100%;
	border-spacing: 2px;
	background-color: #333333;
}

.usermenuBox #header {
	font-weight: bold;		
}

.usermenuBox #header td {
	color: #ffffff;
}

.usermenuBox #menuItem {
	background-color: #eeeeee;
}

.usermenuBox tr {
	height: 20px;
	vertical-align: center;
}

a.usermenuItem {
	color: #000000;
	text-decoration: none;
	margin-left: 5px;
}
a.usermenuItem:visited {
	color: #000000;
	text-decoration: none;
}
a.usermenuItem:active {
	color: #000000;
	text-decoration: none;
}
a.usermenuItem:hover {
	color: #000000;
	text-decoration: underline overline;
}