@charset "utf-8";
.sticky {
	position: fixed;
	height: auto;
	width: 200px;
	top: 0px;
	z-index: 999;
	float: left;
}

a.home {
	background-image: url(../image/home.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 60px;
	background-position: 0px 0px;
	display: block;
	float: left;
	list-style-type: none;
}

a.home:hover {
	background-position: 0px -30px;
}
a.home:active {
	background-position: 0px -60px;
}
a.about {
	background-image: url(../image/about.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 80px;
	display: block;
}
a.about:hover {
	background-position: 0px -30px;
}
a.about:active {
	background-position: 0px -60px;
}
a.impact {
	background-image: url(../image/impact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 100px;
	display: block;
}
a.impact:hover {
	background-position: 0px -30px;
}
a.impact:active {
	background-position: 0px -60px;
}
a.gallery {
	background-image: url(../image/gallery.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 70px;
	display: block;
}
a.gallery:hover {
	background-position: 0px -30px;
}
a.gallery:active {
	background-position: 0px -60px;
}
a.contactus {
	background-image: url(../image/contactus.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 90px;
	display: block;
}
a.contactus:hover {
	background-position: 0px -30px;
}
a.contactus:active {
	background-position: 0px -60px;
}

a.readbutton {
	background-image: url(../image/readbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 110px;
	display: block;
}

a.readbutton:hover {
	background-position: 0px -40px;
}
a.viewbutton {
	background-image: url(../image/viewbutton.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width: 110px;
}

a.viewbutton:hover {
	background-position: 0px -40px;
}

#aboutmenu {
	float: left;
	width: 200px;
	list-style-type: none;
}
#sidemenuspace {
	height: 30px;
	width: 200px;
}
#vertmenuitem {
	height: 30px;
	width: 200px;
	list-style-type: none;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	border-bottom-color: #189fbf;
}

.nav {
	float: left;
	width: 200px;
}
a.products {
	background-image: url(../image/products.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 200px;
	display: block;
}



a.products:hover {
	background-position: 0px -30px;
}
a.board {
	background-image: url(../image/board.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 200px;
}
a.board:hover {
	background-position: 0px -30px;
}
a.mancomm {
	background-image: url(../image/mancomm.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 200px;
}


a.mancomm:hover {
	background-position: 0px -30px;
}
a.branches {
	background-image: url(../image/branches.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 200px;
}
a.branches:hover {
	background-position: 0px -30px;
}
a.partners {
	background-image: url(../image/partners.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 200px;
}
a.partners:hover {
	background-position: 0px -30px;
}
a.awards {
	background-image: url(../image/awards.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 200px;
}
a.awards:hover {
	background-position: 0px -30px;
}
a.jobs {
	background-image: url(../image/jobs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 200px;
}
a.jobs:hover {
	background-position: 0px -30px;
}
a.navbarselected {
	background-position: 0px -30px;
	display: block;
}
a.leftbutton {
	background-image: url(../image/left.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 50px;
}

a.leftbutton:hover {
	background-position: 0px -60px;
}

a.rightbutton {
	background-image: url(../image/right.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 60px;
	width: 50px;
}
a.rightbutton:hover {
	background-position: 0px -60px;
}
