/* This is a vertical 2 tier category menu. The selected catgory will expand to show 1 level of child categories.
	<cfmodule template="#site#"
		fuseaction="category.menu"
		menuQuery="catMenu"
	    format="list"
		expand="1"
		id="navexpandhover"				
	 > 		
*/
#navexpandimage, #navexpandimage ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#navexpandimage li { margin: 0 0 1px 0; }

#navexpandimage a
{
display: block;
padding: 4px 9px;
width: 210px;
text-decoration: none;
/* --- moved to color palette ---
color: #fff;
background-color: #036;
background-image: url(../../../images/background_punct.gif);
background-position: 0 0; */
}

#navexpandimage a:hover
{
text-decoration: none;
/* --- moved to color palette ---
color: #fff;
background-color: #69C;
*/
}

#navexpandimage ul li { margin: 0 0 1px 0; }

#navexpandimage ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 210px;
text-decoration: none;
/* --- moved to color palette ---
color: #fff;
background-color: #369;
*/
}

#navexpandimage ul a:hover
{
text-decoration: none;
/* --- moved to color palette ---
color: #fff;
background-color: #69C;
*/
}