/* CSS Document */

	#sm-menu ul{
	text-align:left;
	list-style: none;
	padding: 0;
	margin: 0;
	width:170px;
	text-indent: 10px;
		}
	
	
	#sm-menu li { 
 	 list-style: none; 
	 text-align:left;
 	 margin: 0; 
	}
	
	#sm-menu li a{
	display: block;
	text-decoration: none;
	padding:0px 0px 2px 0px;
	height: 22px;
	line-height: 26px;
	color: #000000;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 1px;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		}
	
	#sm-menu li a:hover {
	display: block;
	text-decoration: none;
	padding:0px 0px 2px 0px;
	background-image:url(../images/01_pg_graphics/button-down.gif);
	background-repeat:repeat-y;
	height: 22px;
	line-height: 26px;
	color: #FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	letter-spacing: 1px;
	vertical-align:middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
		
		}
		
/* Menu along top of page */

	
.top-menu A:link {
	text-decoration: none;
	background-color: #BBD9A9;
	display: block;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	height: 22px;
	letter-spacing: 1px;
	line-height: 22px;
}

.top-menu A:visited {
	text-decoration: none;
	background-color: #BBD9A9;
	display: block;
	font-size: 12px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-align: center;
	height: 22px;
	letter-spacing: 1px;
	line-height: 22px;
	color: #000000;
}
.top-menu A:active {text-decoration: none}
.top-menu A:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8E8684;
}
.topleftcolumn {
	background-color: #BCD8A8;
	background-position: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

/* Tell A Friend link */

	
.tellafriend A:link {
	background-color: #FFFFFF;
	height: 22px;
	width: 88px;
	margin-left: 38px;
	border: 1px solid #999999;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #FF0000;
	text-align: center;
	text-indent: 2px;
}

.tellafriend A:visited {
	background-color: #FFFFFF;
	height: 22px;
	width: 88px;
	margin-left: 38px;
	border: 1px solid #999999;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #FF0000;
	text-align: center;
	text-indent: 2px;
}
.tellafriend A:active {text-decoration: none}
.tellafriend A:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #8E8684;
}
.welcomemessage {
	padding-top: 2px;
	line-height: 23px;
}

