/* -------------------------------------------------------------------------------- */
/*                              SOF Style Sheet 13 :                                */

.menu_bg2
	{
	background-image: none;
	background: none;
	}

.menu_left2 a
	{
	background: #999999;
	display: block;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	width:100px;
	height:20px;
	text-align:left;
	padding: 5px 0px 5px 0px;
	padding-left:10px;
	text-decoration: none;
	}

.menu_left2 a:hover 
	{
	display: block;
	background: #FF0099;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	width:100px;
	height:20px;
	text-align:left;
	padding: 5px 0px 5px 0px;
	padding-left:10px;
	text-decoration: none;
	}

.menu_left2_selected a
	{
	display: block;
	font-weight:normal;
	font-size:11px;
	background: #666666;
	color:#FFFFFF;
	width:100px;
	height:20px;
	text-align:left;
	padding: 5px 0px 5px 0px;
	padding-left:10px;
	text-decoration: none;
	}

.menu_left2_selected a:hover 
	{
	display: block;
	background: #FF0099;
	font-weight:normal;
	font-size:11px;
	color:#FFFFFF;
	width:100px;
	height:20px;
	text-align:left;
	padding: 5px 0px 5px 0px;
	padding-left:10px;
	text-decoration: none;
	}
/*                              EOF Style Sheet 13 :                                */
/* -------------------------------------------------------------------------------- */

