﻿#CategoryLeftMenu {
	width: 100%;
	font-family:'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	font-size: 11px;	
	font-weight:bold;
	padding:0px;
	margin:0px;	
	color: #333;
}
#CategoryLeftMenu label
{
	border-bottom: 1px solid #FFF;
	margin: 0;
	font-size:13px;		
	display: block;
	padding: 5px 5px 5px 5px;			
	background-color: #bed0dc;
	color: #036;
	text-decoration: none;
	text-align:left;		
	width: 90%;
}
#CategoryLeftMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#CategoryLeftMenu li {
	border-bottom: 1px solid #FFF;
	margin: 0;
}
#CategoryLeftMenu li a
{
	display: block;
	padding: 2px 5px 2px 2px;	
	border-left: 7px solid #1958b7;
	background-color: #eeeeee;
	color: #00254A;
	text-decoration: none;
	width: 94%;
}
html>body #CategoryLeftMenu li a {
width: auto;
}
html>body #CategoryLeftMenu label{
width: auto;
}
#CategoryLeftMenu li a:hover
{
	border-left: 7px solid #1c64d1;
	background-color: #FFFFFF;
	text-decoration: underline;
	color: #000;
	border-left-color: #699DEB;
}

.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;
  	text-align:left; 
    list-style-type:none; 	
}
#ServiceMenu ul
{
	list-style-type:none;
	margin-left:0px;
	padding-left:0px;  	
}
