#side_menu {
 vertical-align: top;
 padding: 0 0 10px 0px;
 height: 23px;}

a.sidemenu {
	padding: 5px;
	display: block;
	text-decoration: none;
	font-size: 10px;
	color: #000;
	border-bottom: 1px solid #B3B8BA;
}

a:visited.sidemenu {
	color: #000;
}

a:hover.sidemenu {
	color: #000;
}

#sm1_current {
	background: #6cbddb;
	background-image: url(../images/side_menu_select.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #fff;
	font-weight: bold;}

#sm2_current, #sm3_current {
	background: #0A90CD;
}

a.sm1, a.sm1:visited, a.sm1:active, {
	background: #e6e5e6;
	padding-left: 5px;
	background-image: url(../images/side_menu_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;}

a.sm1:hover {
	background: #6cbddb;
	background-image: url(../images/side_menu_bg_ro.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #fff;
	font-weight: bold;}

a.sm2, a.sm2:visited, a.sm2:active, a.sm2:hover {
	background: #71AED1;
	padding-left: 15px;
	background-image: none;
	color: #fff;}

a.sm2:hover {
background: #0A90CD;}

a.sm3, a.sm3:visited, a.sm3:active, a.sm3:hover {
	background: #71AED1;
	padding-left: 25px;
	background-image: none;
	color: #fff;}

a.sm3:hover {
background: #0A90CD;}