#navlistServices/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/
/* body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 72px 3em 0 264px;
	padding: 0px;
	background-image: url(../p7Uberlinks2/assets/l1_pgbg.jpg);
	background-repeat: repeat-x;
}
#sidebar {
	position: absolute;
	left: 36px;
	top: 86px;
	width: 186px;
	font-size: .8em;
}
#sidebar h3 {
	font-size: 1.2em;
}
#logoDiv {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
#contentdiv {
	line-height: 1.5;
	background-color: #FFFFFF;
	min-width: 300px;
}
#contentdiv p {
	font-size: .8em;
}
h1, h2, h3 {
	margin: 0 0 6px 0;
	color: #333333;
}
h2 {
	margin: 24px 0 0 0;
}
h3 {
	margin-top: 24px;	
}
p {
	margin: 0px 0px 16px;
}
#footer {
	font-size: .7em;
	margin-top: 36px;
	padding: 6px 0 0 0;
	border-top: 1px solid #333333;
}
/*
UBERLINK 
  STYLES Begin here:
*/
 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 96%;
}
#navlistServices a, #navlistServices a:visited {
	display: block;
	padding: 10px;
	text-decoration: none;
	border-top: 0px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 0.9em;
	color: #31845C;
}
#navlistServices a:hover {
	background: #e6f9f0;
}
#sidebarServices #navlistServices .uberlink {
	cursor: default;
	font-weight: bold;
	background: #e6f9f0;
}
