.catMenu ul { margin: 0; padding: 0; list-style-type: none;
			  border:1px solid #B3B9C3;
			}
.catMenu ul li 	{ 	background-color: #F0F0F0; }

/* menu links style */
.catMenu ul li a { 	display: block; color: black; text-decoration: none;
					background-color: white; padding: 3px 20px 3px 5px;
/*					border-top: 1px solid #B3B9C3;*/
				 }
.catMenu ul li a:hover { color: #ed2c21; text-decoration: none; }

/*1st level sub menu style */
.catMenu ul li ul 	{	position: absolute; visibility: hidden;
						border-right: 3px groove #99A1A8;
						border-bottom: 3px groove #99A1A8;
					}
.catMenu ul li ul li{
						border-bottom: 1px solid #B3B9C3;
					}
					
/*2st level sub menu style */
.catMenu ul li ul li a { background-color: #FAFAFA; }
.catMenu ul li ul li ul { }

/* The main categories with sub-categories */
.catMenu .subfolderstyle { background: url(/images/arrow_grey_right.gif) no-repeat 97% 50%; }
.catMenu .menufolderstyle { background: url(/images/arrow_grey_down.gif) no-repeat 97% 50%; background-color: white; }
.catMenu .selected { color: #ed2c21; }
.catMenu .disabled { color: #B5B5B5; }

/* Holly Hack for IE \*/
/** html .catMenu ul li { float: left; height: 1%;}
* html .catMenu ul li a { height: 1%; }
/* End */

