a {
		color: #000000;
		text-decoration: underline;
		cursor: pointer;
		}
a:link {
		color: #000000;
		text-decoration: underline;
		cursor: pointer;
		}
a:visited {
		color: #000000;
		text-decoration: underline;
		cursor: pointer;
		}
a:hover {
		color: #000000;
		text-decoration: underline;
		cursor: pointer;
		}

/* xxx is demo */
a.xxxx {
		font-weight: bold;
		text-decoration: none;
		color: #333;
		}
a.xxxx:link {
		font-weight: bold;
		text-decoration: none;
		color: #333;
		}
a.xxxx:visited {
		font-weight: bold;
		text-decoration: none;
		color: #333;
		}
a.xxxx:hover {
		font-weight: bold;
		text-decoration: underline;
		color: #333;
		}

#nav a {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		}
#nav a:link {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		}
#nav a:visited {
		text-decoration: none;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		}
#nav a:hover {
		text-decoration: underline;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		}

.nav_item_on {
		color: #000000;
		font-size: 12px;
		font-weight: bold;
		padding-left: 4px;
		padding-right: 4px;
		background-color: #cccccc;
		height: 32px;
		display: block;
		float: left;
		}
					

