/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/
#sidebar {
	position: absolute;
	left: 42px;
	top: 161px;
	width: 142px;
	font-size: .8em;
}
/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 7px 2px 7px 21px;
	background-color: #FFFFFF;
	background-image:  url(images/menu_sample.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #475363;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#navlist a:hover {
	background-image:  url(images/menu_sampleON.gif);
	color: #FFFFFF;
}
#sidebar #navlist .uberlink {
	background-color: #FFFFFF;
	background-image:  url(images/menu_sampleON.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF!important;
	font-weight: bold;
	cursor: default;
	text-decoration: none;
}
