div.sdmenu {
	width: 100%;
}
div.sdmenu div {
	overflow: hidden;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #73A5CC;
	border-bottom-color: #73A5CC;
	border-left-color: #73A5CC;
	margin-bottom: 5px;
}
div.sdmenu div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.sdmenu div.collapsed {
	height: 25px;
}
div.sdmenu div span {
	display: block;
	padding: 2px 10px 2px 25px;
	color: #FFF;
	background: url(/globalImages/sidebar/sidebarCol.gif) no-repeat 5px center;
	background-color: #73A5CC;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
div.sdmenu div.collapsed span {
	background-image: url(/globalImages/sidebar/sidebarExp.gif);
}
div.sdmenu div ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.sdmenu div ul li {
	margin: 0;
}
div.sdmenu div a {
	margin: 0;
	padding: 5px 10px;
	display: block;
	border-bottom: 1px solid #ddd;
	color: #700017;
}
div.sdmenu div a.current {
	background: #A1A1A1;
	background-image: url(/globalImages/sidebar/linkarrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #FFF;
}
div.sdmenu div a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #700017;
}
.imgAd{
	margin-bottom: 2px;
}



#twitter_update_list {
	font-size: 12px;
	list-style: none;
}
#twitter_update_list li {
	margin: 10px;
	}
#twitter_update_list span {
	text-decoration: none;
	color: #700017;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: none;
	border-bottom: none;
	margin: 0;
	padding: 0;
}

#twitter_update_list span a {
	text-decoration: none;
	display:inline;
	border-bottom: none;
	background: none;
	margin: 0;
	padding: 0;
}

#twitter_update_list a {
 	background: none;
 	color: #700017;
	margin: 5px 0;
	padding: 0;
	text-decoration: none;
 }

 #twitter_update_list a:hover {
 	text-decoration: underline;
 	background: none;
 	color:#700017;
 }
