td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}
#welcomebar {
	height: 28px;
	width: 780px;
	background-color: #FFFFFF;
	float: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#welcomebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
}
#welcomebar ul li {
	display: inline;
	color: #CCCCCC;
}
#welcomebar ul li a {
	color: #999999;
	height: 20px;
	text-decoration: none;
	float: left;
	padding-top: 6px;
	padding-right: 12px;
	padding-left: 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#welcomebarr  ul  li  a:link, visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}
#welcomebar ul li a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
