#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav li {
float: left;
}

#nav li:hover{background-position: 0 0;}

#nav li a {
	display: block;
	color: #A60F5C;
	height: 24px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 14px;
	padding-right: 6px;
	padding-left: 6px;
	text-transform: uppercase;
	margin-right: 1px;
	background-image: url(../images/deco/bg-bt-menu.png);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-left-color: #DDDDDD;
	white-space:nowrap;
}


#nav li a:hover {
	background-image: url(../images/deco/bg-bt-menu-roll.png);
	background-repeat: repeat-x;
}

	
#nav li ul li a {
	display: block;
	padding-top:6px;
	padding-left:10px;
	height: 14px;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	background-image: url(../images/deco/bg-bt-ssmenu.png);
	background-repeat: repeat-x;
	width: 130px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	border-left-color: #DDDDDD;
}


#nav li ul li a:hover {
	padding-top:6px;
	padding-left:10px;
	height: 14px;
	font-size: 10px;
	text-transform: none;
	font-weight: normal;
	background-image: url(../images/deco/bg-bt-ssmenu-roll.png);
	background-repeat: no-repeat;
}



#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

