﻿/****************************************************************/
/*                General Hyperlinkk Navigation                 */
/****************************************************************/
a:link, a:visited, a:active, a:hover{
	font-size: 12px;
	color: #C1307C;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
}
a:hover { color: #999999; }
/****************************************************************/
/*                Main Navigation                               */
/****************************************************************/
#main_nav {}
a.nav1  
{
	float:left;
	margin-left: 34px;
	border:none;
	background: url(../template/nav/about_us.gif) no-repeat left top;
	height: 17px;
	width: 58px;
}
a:hover.nav1{
	background-position: right -17px;
}
a.nav2 {
	float:left;
	margin-left: 20px;
	background: url(../template/nav/services.gif) no-repeat right top;
	height: 17px;
	width: 56px;
}
a:hover.nav2 {
	background-position: right -17px;
}
a.nav3 {
	float:left;
	margin-left: 20px;
	background: url(../template/nav/projects.gif) no-repeat right top;
	height: 17px;
	width: 54px;
}
a:hover.nav3 {
	background-position: right -17px;
}
a.nav4  {
	float:left;
	margin-left: 20px;
	background: url(../template/nav/questions.gif) no-repeat right top;
	height: 17px;
	width: 66px;
}
a:hover.nav4 {
	background-position: right -17px;
}
a.nav5 {
	float:left;
	margin-left: 20px;
	background: url(../template/nav/contact_us.gif) no-repeat right top;
	height: 17px;
	width: 70px;
}
a:hover.nav5 {
	background-position: right -17px;
}
/****************************************************************/
/*                Housekeeping Navigation Box                   */
/****************************************************************/
#top_nav {
	width: 400px;
	height: 22px;
	padding: 6px 10px 0px 0px;
	margin-bottom: 58px;
	text-align: right;
	float: right;
}
a.top_nav:link, a.top_nav:visited, a.top_nav:active, a.top_nav:hover {
    font-size: 12px;
	color: #C1307C;
 	text-decoration: underline;
}
a.top_nav:hover { color: #999999; }



/****************************************************************/
/*                Secondary Navigation Box                      */
/****************************************************************/
#secondary_nav {
	position: relative;
	width: 226px;
	padding: 20px 7px 20px 7px;
	border-right: 1px solid #999999;
	text-align: right;
}		


