/* Advanced Expanding Category Links by convict http://cubecart-mods-skins.com */


#productmenu{
	font-weight: normal;
		font-size: 13px;
		list-style: none;
		display: inline;
			color: #666666;
}

#productmenu a{
	font-weight: normal;
	color: #666666;
	font-size: 13px;

}

#productmenu a:hover{
	font-weight: bold;
}

#productmenu li{
	margin-bottom: 5px;
}

#productmenu ul{
	list-style: none;
			display: inline;
			background:#006600;
}

#productmenu ul ul a{
	font-size: 13px;
	margin-left: 5px;
	padding-left: 12px;
	background: url(../styleImages/dash.gif) no-repeat left;
}
