#sidebar .subitem .subitemselected A
{
	display: block;
	text-align: center;
	color: #FFF0E1;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: bold;
	border-bottom-width: 0px;
	border-left-color: #FFFFFF;
	width: 98px;
	float: left;
	font-size: 10px;
	height: 17px;
	background-image: url(/css/images/bbc.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 7px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: normal;

}
#sidebar A
{
	display: block;
	text-align: center;
	color: #FFF0E1;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-decoration: none;
	border-bottom-width: 0px;
	border-left-color: #FFFFFF;
	width: 98px;
	float: left;
	font-size: 10px;
	height: 17px;
	background-image: url(/css/images/bbc.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-right-width: 7px;
	vertical-align: bottom;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: normal;
}
#sidebar A:hover
{
	color: #FFCC33;
	border-left-color: #FFCC33;
	background-image: url(/css/images/bba.png);
	background-position: center;
}
#sidebar .subitem A
{
	background-color: #FFFFFF;
	color: #000000;
}
.subitems
{
	z-index: 10;
}
