/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/
.outer{
	margin:0px;
	padding:0px;
}
/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	width: 225px;
	border-size: 1px;
	padding:0px;
	}
	#navlist ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
	#navlist li a {
	height: 32px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 28px;
	text-decoration: none;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-size: 14px;
	}
		
	#navlist li a, #navlist li a:visited {
	color: #999;
	display: block;
	background: url(/images/menu.png) no-repeat;
	padding: 8px 0 0 47px;
	}
		
	#navlist li a:hover {
	color: #fff;
	background: url(/images/menu.png) no-repeat 0px -40px;
	padding: 8px 0 0 47px;
	}

