/* CSS Document */

ul.nav {
	margin: 0px; 
	padding: 0px;
	font: 14px Verdana, sans-serif; 
	list-style-type: none;
	white-space: nowrap;
} 
ul.nav li {
	display: inline;
	padding: 0px;
} 
ul.nav a:link, a:active {
	text-decoration: none; 
}
ul.nav a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #F6EEFF;
}

/* ******************  navtop  *************** */

ul.navtop {
	margin: 5px 0px 5px 20px; 
	padding: 0px;
	font: 12px Verdana, sans-serif; 
	list-style-type: none;
	white-space: nowrap;
} 
ul.navtop li {
	display: inline;
	padding: 0px;
} 
ul.navtop a:link, a:active {
	text-decoration: none; 
}
ul.navtop a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #F6EEFF;
}

/* ******************  navright  *************** */

ul.navright {
	margin: 15px; 
	padding: 0px;
	font: 12px Verdana, sans-serif; 
	color: #920000;
	line-height: 18px;
	list-style-type: none;
	white-space: nowrap;
} 
ul.navright li {
	padding: 0px;
} 
ul.navright a:link, a:active {
	text-decoration: none; 
}
ul.navright a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #F6EEFF;
}

/* ******************  navbottom  *************** */

ul.navbottom {
	margin: 20px 0px 20px; 
	padding: 0px;
	font: 10px Verdana, sans-serif; 
	list-style-type: none;
	white-space: nowrap;
} 
ul.navbottom li {
	display: inline;
	padding: 0px;
} 
ul.navbottom a:link, a:active {
	text-decoration: none; 
}
ul.navbottom a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #F6EEFF;
}