/* CSS Document */

.menu {
	width: 208px;
	height: 21px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	text-decoration: none;	
}

.menu:link {
	background-image: url(../graphics/buttons/buttonbg-link.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #000000;
	
}

.menu:visited {
	background-image: url(../graphics/buttons/buttonbg-link.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #000000;
	
}

.menu:hover {
	background-image: url(../graphics/buttons/buttonbg-over.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #373935;
	
}

.menu:active {
	background-image: url(../graphics/buttons/buttonbg-link.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #000000;
	
}

.menuup {
	width: 208px;
	height: 21px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 5px;
	text-decoration: none;	
}

.menuup:link {
	background-image: url(../graphics/buttons/buttonbg-over.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #000000;
	
}

.menuup:visited {
	background-image: url(../graphics/buttons/buttonbg-over.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #000000;
	
}

.menuup:hover {
	background-image: url(../graphics/buttons/buttonbg-over.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #373935;
	
}

.menuup:active {
	background-image: url(../graphics/buttons/buttonbg-over.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-decoration: none;
	color: #000000;
	
}



.white:link {
	color: #ffffff;
}
.white:visited {
	color: #ffffff;
}
.white:hover {
	color: #FF0000;
}
.white:active {
	color: #ffffff;
}

a:link {
	color: #ffffff;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
}
