/* Vertical Menu */
#SM { /* all lists */
	list-style: none;
	width: 230px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border-left: 3px solid #EBEBEB;
}
#SM ul {
	margin: 0px;
	padding: 0px;
}
#SM li { /* all list items */
	list-style: none;
	width: 230px;
	_width: 100%;
}
#SM li a {
	list-style: none;
	width: 230px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 230px;
	_width: 100%;
	font: bold 12px/30px Arial, Helvetica, sans-serif;
	color: #0080C0;
	border-bottom: 1px dotted #CCC;
}
#SM li ul { /* second-level lists */
	text-indent: 15px;
}
#SM li ul a {
	list-style: none;
	width: 230px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 230px;
	_width: 100%;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #333;
	border-bottom: 1px dotted #CCC;
	background: url(/Portals/chatoyerwater/icons/BulletArrow1.gif) no-repeat 5px center;
}
#SM li ul ul { /* third-and-above-level lists */
	text-indent: 30px;

}
#SM li ul ul a {
	list-style: none;
	width: 230px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 230px;
	_width: 100%;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	color: #666;
	border-bottom: 1px dotted #CCC;
}
#SM a {
	display: block;
	width: 142px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 230px;
	_width: 100%;
	text-decoration: none;
	font-weight: normal;
	color: #333333;
}
#SM li a:hover {
	background: #adca6e;
}
#SM li:hover ul ul, 
#SM li:hover ul ul ul, 
#SM li.sfhover ul ul, 
#SM li.sfhover ul ul ul {
	background: #fff;
}
#SM li:hover ul, 
#SM li li:hover ul, 
#SM li li li:hover ul, 
#SM li.sfhover ul, 
#SM li li.sfhover ul, 
#SM li li li.sfhover ul { /* lists nested under hovered list items */

}
/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#SM #SMParentItem a { /* all links under the parent item (li) */
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
#SM a#SMParentLink { /* parent link itself */
	color: #333;
	background-color: transparent;
	text-decoration: none;
}
#SM a#SMCurrentLink { /* current link itself */
	color: #FF6600;
	text-decoration: none;
	background: url(/Portals/chatoyerwater/icons/BulletArrow1.gif) no-repeat 5px center;
}
