#sidebar {
	margin-top: 25px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #00283E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	z-index: 100;
}



#addressbox {
	margin-top: 25px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #00283E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-style: solid;
	border-bottom-style: solid;
	font-size: 10px;
}



#addressbox p{
	font-size: 10px;
	margin: 0px;
}









/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	width: 140px;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 6px 15px 2px 6px;	
	background-image:  url();
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFF00;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00283E;
	border-right-color: #00283E;
	border-bottom-color: #00283E;
	border-left-color: #00283E;	
}

#sidebar #navlist #uberlink a,  #navlist a:hover {
	background-color: #000000;
	background-image:  url(../images/bottom-menu-bar-over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	font-weight: bold;
	cursor: default;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}
