/* 
 * Sage Massage Navigation Styles 
 * Alpine Internet Solutions, Inc
 * Version: 1.0
 * Author:  John Auzheal Clement
 * Email:   aclement@alpineinternet.com
 * Website: http://www.alpineinternet.com
 */

div#topNav {
position: relative;
    margin:auto;
    width: 904px;
    height: 38px;
	z-index:1000;
    background: transparent url(/assets/sage_home_2009/images/topNav_bg.gif) top left repeat-x;
}
div#topNav li {
	float: left;
}
div#topNav li a {
	display: block;
	text-decoration: none;
	padding: 0 30px 0px 10px;
}
div#topNav ul ul li {
	border-bottom: #BBBACE 1px solid;
}
div#topNav ul li.slast {
	border-bottom: none;
}
div#topNav ul li a{
	background: transparent url(/assets/sage_home_2009/images/topNav_sep.gif) right no-repeat;
	line-height: 38px;
	color: #54448D;
	font-size: 12px;
	font-family:"Verdana","Century Gothic", "Bailey Sans ITC","Futura Md", "Tahoma", "sans-serif";
}
div#topNav ul li.mlast a{
	background-image:none;
}
div#topNav ul li a:hover {
	margin: 0;
	padding-left: 10px;
	color: #54448D;
}

div#topNav li.current a {
	color: #54448D;
	text-decoration: none;
	font-weight: bold;
}

div#topNav ul ul {
	position: absolute;
	left: -9999px;
	width: 180px;
	z-index: 100;
	padding: 0 5px;
	background: #F7F9F8;
}
div#topNav ul ul li {
	padding: 0;
}
div#topNav ul ul li.slast {
	background: 0;
}
div#topNav ul ul a, div#topNav ul ul a.current, div#topNav ul ul a.on {
	width: 180px;
	height:25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	line-height: 25px;
	text-align: left;
	text-indent: 8px;
	text-transform: none;
	font-weight: normal;
}
div#topNav ul ul li.slast a, div#topNav ul ul li.slast a.current, div#topNav ul ul li.slast a.on {
	background: 0;
	border: 0;
}
div#topNav ul ul li a:hover {
	background: #DCE7DF;
	color: #54448D;
	width:170px;
}
div#topNav ul ul li.sfhover a:hover {
	margin: 0;
	border: 0;
}
div#topNav li:hover ul, div#topNav li.sfhover ul {
	left: auto;
}
div#topNav ul ul ul {
	display: none;
}
