/* ######### Marker List Vertical Menu ######### */

.markermenu{
	width:123px;
	height:170px;
	position:absolute;
	top:185px;
	left:53px;

}

.markermenu ul{
	list-style-type:none;
}
.markermenu ul li{
	background:none;
	margin:0;
	padding:0;
}

.markermenu ul li a{
	display:block;
	height:21px;
	width:123px;
	text-indent:-9000px;
	margin-top:12px;
}
.service a {
	background:url(../images/menu.jpg) 0 -42px no-repeat;
}
.service a:hover, .service a.selected {
	background:url(../images/menu.jpg) 0 -147px no-repeat;
}
.contact a {
	background:url(../images/menu.jpg) 0 -84px no-repeat;
}
.contact a:hover, .contact a.selected {
	background:url(../images/menu.jpg) 0 -189px no-repeat;
}

