@charset "utf-8";
/* CSS Document */

/***Horizontal Navigation***/

.header-navigation-menu {
	padding: 0px;
	margin-left: 10px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.header-navigation-menu ul{
	display: block;
	list-style-type: none;
}

.header-navigation-menu li{
	list-style-type: none;
	float: left;
	padding-left: 25px;
	background-repeat: no-repeat;
	margin-right: 5px;
	display: inline;
	background-position: 2px 4px;
	font-size: 0.85em;
	font-weight: bold;
	line-height: 130%;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.header-navigation-menu li a{
	text-decoration: none;
	border-bottom-style: none;
}

.header-navigation-menu li a:hover{
	text-decoration: none;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #D02839;
	background-color: #FFFFFF;
}

#nav-index{
	background-image: url(../assets/icons/navigation/icon-nav-up.png);
}

#nav-index a {
	text-decoration: none;
	color: #666666;
}

#nav-index a:hover {
	text-decoration: none;
}

#nav-index a.on {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#nav-our-services {
	background-image: url(../assets/icons/navigation/icon-nav-up.png);
}

#nav-our-services a {
	text-decoration: none;
	color: #666666;
}

#nav-our-services a:hover {
	text-decoration: none;
}

#nav-our-services a.on {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#nav-about-us {
	background-image: url(../assets/icons/navigation/icon-nav-up.png);
}

#nav-about-us a {
	text-decoration: none;
	color: #666666;
}

#nav-about-us a:hover {
	text-decoration: none;
}
#nav-about-us a.on {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


#nav-clients{
	background-image: url(../assets/icons/navigation/icon-nav-up.png);
}

#nav-clients a {
	text-decoration: none;
	color: #666666;
}

#nav-clients a:hover {
	text-decoration: none;
}

#nav-clients a.on {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#nav-contact{
	background-image: url(../assets/icons/navigation/icon-nav-up.png);
}

#nav-contact a {
	text-decoration: none;
	color: #666666;
}

#nav-contact a:hover {
	text-decoration: none;
}

#nav-contact a.on {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


