﻿#sidebar2 {
	float: right;
	width: 160px;
	margin-right: 10px;
	padding: 5px 10px;
	background-color: #678;
	overflow: hidden;
	font-size: small;
	font-weight: bold;
	color: #fff;
}
/* Unordered List Hyperlinks in Sidebar2 */
#sidebar2 ul {
	list-style-type: none;
	font-family: Tahoma;
	font-size: medium;
	text-align: center;
	float: left;
	height: 23px;
	margin: 0;
	padding: 0;
}
#sidebar2 ul a {
	display: block;
	width:30px;
	height:23px;
	color:white;
	line-height:23px;
	text-decoration:none;
	background-image:url('/buttons/button26.jpg');
	background-repeat:no-repeat;
}
#sidebar2 ul a:hover {
/*	background-position: 0px  -29px; */
	color:aqua;
}
#sidebar2 ul li {
	display:inline;
	float:left;
}

/* Hyperlinks in Sidebar2 */
/* #sidebar2 {
	list-style-type: none;	
	font-family: Tahoma;
	font-size: medium;
	text-align: center;
	float: right;
	height: 23px;
	margin: 0 13 0 0;	
	padding: 0;
} */
#sidebar2 a {
	display: inline;
	width: 30px;
	height: 23px;
	color: white;
	line-height: 23px;
	text-decoration: none;
	background-image: url('/buttons/button26.jpg');
	background-repeat: no-repeat;
}
#sidebar2 a:hover {
	background-position: 0px  -29px;
	color:aqua;
}


#sidebar2 h3 {
	color: #ffc;
	text-align: center;
	margin-bottom: 0px;
}
#sidebar2 h2 {
	color: #ffc;
	text-align: center;
	margin-bottom: 0px;
}

