/* Catalog menu  */

/* Catalog menu container */
.CatMenu
{
	background-color:Transparent;
	border-bottom-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-top-width:0px;
}

/* Top group */
.CatMenu1
{
	border-bottom-style:none;
	border-left-style:none;
	border-right-style:none;
	border-top-style:none;
	color: #FFFFFF;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 10pt;
}

/* Top Level Item - Normal State */
.CatMenu2
{
	background-image: url('images/menu-unselect-roll.gif');
	font-weight: bold;
}

/* Top Level Item - Hover State */
.CatMenu3
{
	background-image:url('images/menu-unselect-roll.gif');
	color: #f7b00a;
	font-weight: bold;
}

/* Top Level Item - Selected State */
.CatMenu4
{
	background-image:url('images/menu-select-roll-top.gif');
	color:Black;
	font-weight:bold;
}


/* Top Level Sub Item Container */
.CatMenu5
{
	color: Black;
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
}

/* Menu Item - Normal Sate */
.CatMenu6
{
	background-image: url('images/menu-select-roll-mid.gif');
	color: Black;
}

/* Menu Item - Hover Sate */
.CatMenu7
{
	background-color: White;
	color: #613244 ;
}

/* Menu Item - Disable Sate */
.CatMenu8
{
	color: #D7D7D7;
}

/* Sub Menu Item Container */
.CatMenu9
{
	cursor: pointer;
	cursor: hand;
	font-family: Verdana;
	font-size: 8pt;
}

/* Last Sub Menu Item End Roll- Normal Sate */
.CatMenu10
{
	background-image:url('images/menu-select-roll-bottom.gif');
	color: Black;
}

/* Last Sub Menu Item End Roll- Hover Sate */
.CatMenu11
{
	background-image:url('images/menu-select-roll-bottom.gif');
	color:#592B3D;
}

/* Last Sub Menu Item End Roll- Selected Sate */
.CatMenu12
{
	background-color: #F1E683;
	color:#592B3D;
}


