﻿.ServiceSectionLink
{		
	padding-top:5px;		
	height:20px;		
	display:inline-block;	
	color:#000;	
	font-family:Trebuchet MS;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
	margin-bottom:1px;
	border-bottom:solid 1px #DCDCDC;
	padding-left:20px;	
	background-image:url(images/ServiceMenu.jpg);
	background-repeat:no-repeat;
	background-color:#EEE;
}
.ServiceArticleLink
{
	color:#000;		
	font-size:11px;
	font-weight:bold;	
	display:inline-block;		
	height:17px;		
	text-decoration:none;
	padding-left:20px;
	margin-left:10px;
	border-bottom:solid 1px #DCDCDC;
	background-image:url(images/ServiceSubMenu.jpg);
	background-repeat:no-repeat;
	background-color:#EEE;
	margin-bottom:1px;
}
#ServiceMenu
{
  	width:204px;  	
  	display:block;  	  		
  	float:left;					
  	margin-left:0px;
  	padding-left:0px;  	
  	position:relative;
  	background-color:#EEE;
  	text-align:left;  	
  	list-style-type:none;
}
#ServiceMenu ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;  	
}
