@charset "utf-8";
/* CSS Document */


#servicesmenu {
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#servicesmenu ul {
	margin: 0px;
	padding: 0px;
}
#servicesmenu ul li {
	background-color: #007AB6;
	display: block;
	margin: 0px;
	list-style-type: none;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #02A1E3;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
}
#servicesmenu a {
	text-decoration: none;
	color: #FFF;
	display: block;
	margin: 0px;
	padding: 5px;
}

#servicesmenu ul li:hover {
	display: block;
	margin: 0px;
	list-style-type: none;
	background-color: #02A1E3;
	color: #FFF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #02A1E3;
	cursor: hand;
}
#servicesmenu ul .bottom {
	background-image: url(../images/vertmenub.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	height: 20px;
	font-size: 5px;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
}
#servicesmenu ul .top {
	background-image: url(../images/vertmenut.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	background-position: bottom;
	height: 30px;
	display: block;
}
#servicesmenu ul .bottom:hover {
	background-image: url(../images/vertmenub.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#servicesmenu ul .top:hover {
	background-image: url(../images/vertmenut.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	background-position: bottom;
}
