<!--



/*===========================================================================*/
/* CSS Sidebar Shadow                                                        */
/*===========================================================================*/


/*======================*/
/* Design width:  180px */
/*======================*/


.side_t { float: left; font-size: 0em;
	width: 180px; height: 5px;
	background: url('/images/sidebar/side_t.png');
	background-repeat: no-repeat; }
	
.side_m { float: left;
	width: 164px; height: auto;
	padding: 3px 8px;
	background: url('/images/sidebar/side_m.png');
	background-repeat: repeat-y; }
	
.side_m a { float: left;
	width: 152px; height: auto !important;
	height: 1.5em; min-height: 1.5em;
	line-height: 1.5em;
	padding: 1px 5px;
	border: solid 1px #FFFFFF; }

.side_b { float: left; font-size: 0em;
	width: 180px; height: 5px;
	background: url('/images/sidebar/side_b.png');
	background-repeat: no-repeat; }


-->