
#SM{
	/*border-radius: 15px;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; Shame nothing supported at the moment (by i.e.)*/
	background-color: #ccc;
}
#SMbordertop{background: url(../images/borders/SMdot.gif) 0 0 repeat-x; width: 100%;}
#SMborderbott{background: url(../images/borders/SMdot.gif) 0 100% repeat-x; width: 100%;}
#SMborderleft{background: url(../images/borders/SMdot.gif) 0 0 repeat-y; width: 100%;}
#SMborderright{background: url(../images/borders/SMdot.gif) 100% 0 repeat-y; width: 100%;}

#SMbottleft {background: url(../images/borders/SMbottleft.gif) 0 100% no-repeat;}
#SMbottright {background: url(../images/borders/SMbottright.gif) 100% 100% no-repeat; }
#SMtopleft {background: url(../images/borders/SMtopleft.gif) 0 0 no-repeat; }
#SMtopright {background: url(../images/borders/SMtopright.gif) 100% 0 no-repeat; }

#SMTitle{
	font-weight: bold;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top:10px;
}

#SMContent {
	width: 90%;
	font-weight: normal;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top:5px;
	padding-bottom:10px;
}
	
#SMContent ul {
	list-style: none;
	border: none;
	margin: 0;
	padding: 0;
}
		
#SMContent li {
	border-bottom: 0px; 
	margin: 0;
}
		
#SMContent li a {
	display: block;
	padding: 3px 5px 3px 0.5em;
	border-left: 0px;
	border-right: 0px;
	color: #000000;
	text-decoration: none;
	width: 100%;
}

#SMContent li a {
	width: auto;
}

#SMContent li a:hover {
	
	border-left: 0px;
	border-right: 0px;
	background-color: #2586d7;
	color: #fff;
}
