﻿p#servicesTitle {
background: url(~/../../images/onibusMenuImage.png) top left no-repeat;
height: 40px;
margin-top: 20px;
}

p#servicesTitle {
background: url(~/../../images/onibusMenuImage.png) top left no-repeat;
height: 80px;
margin-top: 20px;
}

p.ServicesSubTitle {
	background: url(~/../../images/winglink-off.gif) left center no-repeat;
	color: #00B9E7;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-left: 14px;
	line-height: 15px;
}

ul.servicesList {
	margin-top: 5px;
	margin-bottom: 22px;
	margin-left: 0px;
	list-style-type: none;
	padding-left: 14px;
}


ul.servicesList li {
	line-height: 14px;
	border-bottom: 1px #505050 dotted;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-right: 38px
}

ul.servicesList li.last {
	border-bottom-width: 0px;
}

ul.servicesList a{
	text-decoration: none;
	color: #505050;
	font-size: 11px;
}

ul.servicesList a.selected {
	color: #003E7E;
	/*font-weight: bold;*/
}

ul.servicesList a:hover{
	color: #003E7E;
	/*font-weight: bold;*/
}

