#ProductMenu
{
color:#000000;
padding:10px 0px 0px 0px;
margin: 0 0 0 0;
background-color:#F3F8FE; 
width:18em;
}

#ProductMenu a
{
	color:#000000;
}

#ProductMenu ul {margin-left:8px; margin-bottom:2px;}

#ProductMenu ul ul {margin-left:9px; margin-bottom:2px;}

#ProductMenu ul ul ul {margin-left: 10px; margin-bottom:2px;}

.closelevel
{ 
list-style-image: url(images/menu/expand.jpg); 
font-family: verdana;
font-size: 12px;
line-height: 20px; 
font-weight: normal; 
color:Black;
letter-spacing: 0px; 
word-spacing: 0px; 
} 

.openlevel
{ 
list-style-image: url(images/menu/collapse.jpg); 
font-family: verdana;
font-size: 12px;
line-height: 20px; 
font-weight: normal; 
/*color: #000000; */
letter-spacing: 0px; 
word-spacing: 0px; 

} 

.nodelevel
{ 
list-style-image: url(images/menu/node.jpg); 
font-family: verdana;
font-size: 12px;
line-height: 20px; 
font-weight: normal; 
/*color: #000000; */
letter-spacing: 0px; 
word-spacing: 0px; 
} 

a:link.noHyperCategory
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:lighter;
	font-size: 12px;
	/*color: #000000;*/	
	line-height:20px;
}
a:visited.noHyperCategory
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:lighter;
	font-size: 12px;
	/*color: #000000;*/
	line-height:20px;
}
a:hover.noHyperCategory 
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight:lighter;
	font-size: 12px;
	/*color: #000000;*/
	line-height:20px;
}
a:active.noHyperCategory
{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight:lighter;
	font-size: 12px;
	line-height:20px;
}


