/* Navigation */
#nav {
	clear:both;
	width:241px;
}
/* ABOUT US */
#about a, #about a:visited{
	background-image:url(images/nav/about-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#about a:hover{
	background-image:url(images/nav/about-button-h.gif);
}
#about-sel {
	background-image:url(images/nav/about-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
/* Comments */
#comments a, #comments a:visited{
	background-image:url(images/nav/comment-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#comments a:hover{
	background-image:url(images/nav/comment-button-h.gif);
}
#comments-sel {
	background-image:url(images/nav/comment-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

/* WHY */
#why a, #why a:visited{
	background-image:url(images/nav/why-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	
	height:24px;
}
#why a:hover {
	background-image:url(images/nav/why-button-h.gif);
	color:#FFFFFF;
}
#why-sel {
	background-image:url(images/nav/why-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

/* SERVICES */
#services a, #services a:visited{
	background-image:url(images/nav/services-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#services a:hover {
	background-image:url(images/nav/services-button-h.gif);
	color:#FFFFFF;
}
#services-sel {
	background-image:url(images/nav/services-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

/* TECHNOLOGY */
#tech a, #tech a:visited{
	background-image:url(images/nav/tech-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#tech a:hover {
	background-image:url(images/nav/tech-button-h.gif);
	color:#FFFFFF;
}
#tech-sel {
	background-image:url(images/nav/tech-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

/* CONTACT */
#contact a, #contact a:visited{
	background-image:url(images/nav/contact-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#contact a:hover {
	background-image:url(images/nav/contact-button-h.gif);
	color:#FFFFFF;
}
#contact-sel {
	background-image:url(images/nav/contact-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

/* ACCOUNT */
#account a, #account a:visited{
	background-image:url(images/nav/account-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#account a:hover {
	background-image:url(images/nav/account-button-h.gif);
	color:#FFFFFF;
}
#account-sel {
	background-image:url(images/nav/account-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

/* LOGIN */
#login a, #login a:visited{
	background-image:url(images/nav/login-button-n.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}
#login a:hover {
	background-image:url(images/nav/login-button-h.gif);
	color:#FFFFFF;
}
#login-sel {
	background-image:url(images/nav/login-button-h.gif);
	width:100%;
	float:right;
	margin-bottom:6px;
	height:24px;
}

