.top-nav {
	position: relative;
	float: right;
	margin: 6px 10px 0 0;
	padding: 0;
	width: 93px;
	height: 36px;
	text-align: right;
	background-image: url(images/home_btn_bg.png);
	background-repeat: no-repeat;
}
.top-nav a {
	display: block;
	width: 93px;
	height: 26px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.top-nav a {
	color: #FFFFFF; 
	text-decoration: none; 
}

.top-nav a:visited  {
	color: #FFFFFF; 
	text-decoration: none; 
}

.top-nav a:hover{
	color: #FF0000; 
	text-decoration: underline; 
}

.nav-bl, .nav-rd {
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	padding: 0;
	height: 56px;
	text-align: left;
	background-repeat: no-repeat;
}
.nav-bl {
	width: 144px;
	background-image: url(images/bl_btn_bg.png);
}
.nav-rd {
	width: 145px;
	background-image: url(images/rd_btn_bg.png);
}
.nav-bl a, .nav-rd a {
	display: block;
	width: 145px;
	height: 36px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
	color: #FFFFFF;
}
.nav-bl a {
	width: 144px;
}
.nav-bl a, .nav-rd a {
	color: #FFFFFF; 
	text-decoration: none; 
}

.nav-bl a:visited, .nav-rd a:visited {
	color: #FFFFFF; 
	text-decoration: none; 
}

.nav-bl a:hover {
	color: #FF0000; 
	text-decoration: underline; 
}
.nav-rd a:hover {
	color: #000000; 
	text-decoration: underline; 
}
