/* 
  ================================================
  PVII Uberlink Styles
  Copyright (c) 2006 Project Seven Development
  www.projectseven.com
  ================================================
*/

#sidebar {
	position: absolute;
	left: 30px;
	top: 180px;
	width: 230px;
	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: #fffcf1;
}
#contentdiv p {
	font-size: .8em;
}
h1, h2, h3 {
	margin: 0 0 6px;
	color: #333333;
}
h3 {
	margin-top: 16px;	
}
p {
	margin: 0px 0px 16px;
}*/

/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
/*	border: 1px solid;*/
/*	border-color: #ddd #000 #000 #ddd;*/
/*	background-color: #999999;*/
/*	background-image:  url(l1_down.jpg);*/
	background-image:  url(../../images/l1_over.gif);	
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #000;
	font-weight: normal;	
	text-decoration: none;
}
#navlist a:hover {
/*	background-color: #9F6F9F;*/
/*	background-image:  url(l1_over.jpg);*/
/*	background-image:  url(../images/l1_down.gif);	*/	
	color: #000;
	font-weight: normal;	
	text-decoration: underline;	
}
#sidebar #navlist .uberlink {
/*	background-color: #9F6F9F;*/
/*	background-image:  url(l1_over.jpg);*/
	background-image:  url(../../images/l1_down.gif);		
	background-repeat: no-repeat;
	background-position: 0% 50%;
/*	color: #333 !important;*/
	font-weight: bold;
	cursor: default;
}

