#sidebar {
	float: left;
	width: 156px;
	background-image: url(/images/back1.jpg);
}

.sidemenu	{
	background-image: url(/images/background_menu4.png) no-repeat;
	margin-top: 0px;
	font-size:	12px;
	font-weight: bold; 
}

.menu	{
	font-family: Verdana, Lucida Grande, Arial, sans-serif;
	color: #FFFFFF;
	background: url(/images/background_menu5.png);
}

.menu2	{
	font-family: Verdana, Lucida Grande, Arial, sans-serif;
	color: #FFFFFF;
	background: url(/images/background_menu6.png);
}

.menu3	{
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: url(../common/img/arrow_blue.gif) no-repeat 5px center;
	padding-left: 15px;
}

.arrow {
		font-family: arial, helvetica, sans-serif;
		font-size: 11px; 
		color: #3366CC; 
		font-weight: bold;
		position: relative; top: 3px; left: 3px;
}

.menu a {
	display: block;
	height: 21px;
}

.menu2 a {
	display: block;
	height: 21px;
	line-height:21px;
}

.menu3 a {
	display: block;
	height: 20px;
	line-height:20px;
	font-size:	11px;
}
.menu a:hover {
	font-weight: bold; 
	font-size:	12px;
}

.menu2 a:hover {
	font-weight: bold; 
	font-size:	12px;
}

.menu3 a:hover {
	font-weight: bold; 
	font-size:	11px;
}

.menuname	{
	padding:5px 5px;
	display:block;
}

.menuname2	{
	padding:4px 5px;
	display:block;
}

.menuname3	{
	padding:3px;
	display:block;
}


a.sidelink {
	color : #FFFFFF;
	text-decoration : none;
}
a.sidelink:visited {
	color : #FFFFFF;
	text-decoration : none;
}
	
a.sidelink:active	{
	color: #FFFFFF;
	text-decoration : none;
}

a.sidelink:hover {
	color : #0080FF;
	text-decoration : none;	
}

a.sidelink2 {
	color : #000080;
	text-decoration : none;
}
a.sidelink2:visited {
	color : #000080;
	text-decoration : none;
}
	
a.sidelink2:active	{
	color: #000080;
	text-decoration : none;
}

a.sidelink2:hover {
	color : #0066CC;
	text-decoration : none;	
}


