#ddnav li.on ul a, #ddnav li.off ul a 
{
	color: #CCCCCC;
	width: 115px;
	margin: 2px 0px;
	list-style-type: none; /*turns off display of bullet*/
	
}

/*  For the left Nav  */
#ddnav 
{
	margin: 0px 0px;
	padding: 0px 0px;
	width: 113px;
}

#ddnav a 
{
	text-decoration: none;
	cursor: default;
}

#ddnav li.on ul a, #ddnav li.off ul a 
{
	color: #CCCCCC;
	width: 113px;
	margin: 2px 0px;
	list-style-type: none; /*turns off display of bullet*/
	cursor: default;
	
}

#ddnav li.on ul 
{
	display: block;
	margin: 0px;
	padding:0px;
	list-style-type: none; /*turns off display of bullet*/
}

#ddnav li.off a:hover, #ddnav li.on a:hover 
{ 
	color: #333333;
	background-color: #CCCCCC;
	padding-left:5px;
	padding-right: 5px;
	list-style-type: none; /*turns off display of bullet*/
	cursor: default;
}

#ddnav li.off ul a, #ddnav li.on ul a 
{
	display: block;
	color: #666666;
	padding-left:5px;
	padding-right:5px;
	list-style-type: none; /*turns off display of bullet*/
	cursor: default;
}		

#ddnav li.on 
{
	margin: -10px 0px 10px;
	list-style-type: none; /*turns off display of bullet*/
}

#ddnav li.shopTitle 
{
	padding: 10px 5px 0px 10px;
	font-weight: bold;
}
