#my_menu {
	clear:left;
	display: block;
}

div.sdmenu {
	width:180px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	padding-bottom:10px;
	background: url('../images/sdmenu_bottom.png') no-repeat  right bottom;
	color: #fff;
}

div.sdmenu div {
	background: url('../images/sdmenu_title.gif') repeat-x;
	overflow: hidden;
}

div.sdmenu div:first-child {
	background: url('../images/sdmenu_toptitle.png') no-repeat;
}

div.sdmenu div.collapsed {
	height: 25px;
}

div.sdmenu div span {
	display: block;
	padding: 5px 25px;
	font-weight: bold;
	color: #fff;
	background: url('../images/sdmenu_arrow_dn.png') no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #ddd;
}

div.sdmenu div span:hover {
	color: #940000;
	cursor: pointer;
	}

div.sdmenu div.collapsed span {
	background-image: url('../images/sdmenu_arrow_up.png');
}

div.sdmenu div a {
	padding: 5px 25px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #940000;
	text-decoration: none;
	background-color: #eee;
}

div.sdmenu div a.current {
	background: #ccc;
}

div.sdmenu div a:hover {
	background: #1d2d51 url('../images/sdmenu_linkarrow.png') no-repeat right center;
	color: #ffffcc;
	text-decoration: none;
}

div.sdmenu div a.single {
	display: block;
	padding: 5px 10px;
	font-weight: bold;
	background: url('../images/sdmenu_title.gif') repeat-x;
	overflow: hidden;
	color: #fff;
	text-decoration:none;
}
div.sdmenu div a.single:hover {
	background: #1d2d51 url('../images/sdmenu_linkarrow.png') no-repeat right center;
	color: #ffffcc;
	text-decoration: none;
}
	

#ex_rcs {
	width:180px;
	clear: left;
	float:left;
	margin-left: 72px;
	padding-top: 10px;
	margin-top: -5px;
}
 
.ex_rcs {
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	background: #242d5e;
}

a#toggleIn:link {
	text-decoration: none;
	color: #fff;
}

a#toggleIn:hover {
	text-decoration:none;
	padding:0px;
	color: #fff;
}

a#toggleIn:visited {
	text-decoration:none;
	color: #fff;
}