div#side_bar_menu_0
{
	border-width:0px;border-style:solid;border-color:red;
	float:left;
	width:197px;
	margin-bottom:11px;
}

div#side_bar_menu_top
{
	margin-top:10px;
	width:197px;
	float:left;
}

div#side_bar_menu_bottom
{
	float:left;
}

div#side_bar_menu
{
	width:197px;
	float:left;
	cursor:hand;
}

div#side_bar_menu DIV
{
	cursor:hand;
}


div#side_bar_menu DIV A
{
	color: white;
	text-decoration: none;
	text-align:left;
	padding-left:14px;
}



/*	MENU 1, level 1, normal state (NO) */
div#side_bar_menu DIV.menu1-level1-no
{
	
	width:197px;
	font-size: 11px;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:4px;
	text-align:left;
	height:24px;
	background-color:#67A0BD;
}



/*	MENU 1, level 1, active state (ACT) */
div#side_bar_menu DIV.menu1-level1-act
{
	width:197px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font-weight:bold;
	font-size: 11px;
	padding-top:3px;
	padding-bottom:4px;
	color:#2D89AB;
	background-color: #CBDFEC;
	height:24px;


/* 	filter:alpha(opacity='70', style='0'); */
}

div#side_bar_menu DIV.menu1-level1-act A
{
	width:197px;
	color:#2D89AB;
}


/*	MENU 1, level 2, normal state (NO) */
div#side_bar_menu DIV.menu1-level2-no
{
	width:197px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:4px;
	height:25px;
	background-color:#98BBD1;
	background-image:url("../images/bck12.gif");
	background-position:bottom;
	background-repeat:no-repeat;
}

/*	MENU 1, level 2, active state (ACT) */
div#side_bar_menu DIV.menu1-level2-act
{
	width:197px;
	font-weight:bold;
	font-size:11px;
	text-align:left;
	padding-left:5px;
	background-color:#98BBD1;
	background-image:url("../images/bck12.gif");
	background-position:bottom;
	background-repeat:no-repeat;
	padding-top:5px;
	padding-bottom:4px;
	height:25px;
}

div#side_bar_menu DIV.menu1-level2-act a:link{color:#053068;}
div#side_bar_menu DIV.menu1-level2-act a:visited{color:#053068;}

img.bullet_on
{
	width:0px;
	height:0px;
	border:2px solid #053068;
	position:relative;
	left:9px;
	top:-2px;
}

img.bullet_off
{
	width:0px;
	height:0px;
	border:2px solid #CBDFEF;
	position:relative;
	left:9px;
	top:-2px;

}

img.border_on
{
	width:197px;
	height:1px;
}
