.cat_menu{
	
}

.cat_menu .item1
{
	display: block;
	white-space: nowrap;
	position: relative;
	border-color:#cccccc;
	border-width:1px;	
	border-style:dotted;
	color: #FFFFFF;
	text-transform: uppercase;	
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	padding:8px 8px 7px;

}
.cat_menu .item1 {
	background:none;
}
.cat_menu .item1:hover,
.cat_menu .item1-active,
.cat_menu .item1-active:hover {
	display: block;
	white-space: nowrap;
	position: relative;
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #95050A;
	color: #96050A;
	text-transform: uppercase;	
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	padding:8px 8px 7px;
	z-index: 0;
}
.cat_menu .item2
{
	display: block;
	white-space: nowrap;
	position: relative;
	border-color:#cccccc;
	border-width:1px;	
	border-style:dotted;
	color: #FFFFFF;
	text-transform: uppercase;	
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	margin-right:0px;
	padding:8px 8px 7px;

}
.cat_menu .item2 {
                background: #999999;
}
.cat_menu .item2:hover,
.cat_menu .item2-active,
.cat_menu .item2-active:hover {
	display: block;
	position: relative;
	z-index: 500;
	text-decoration: none;
	background: #FFFFFF;
                border-style: solid;
	border-width: 1px;
	border-color: #95050A;
	white-space: nowrap;
	color: #96050A;
	text-transform: uppercase;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
	padding:8px 8px 7px;
	font-weight:bold;
}

.cat_menu .arrow,
.cat_menu .arrow:hover {

}
.cat_menu .item2 img,
.cat_menu .item2-active img{
    position: absolute;
    top: 12px;
    right: 10px;
    border: 0;
}
.cat_menu .section {
	text-align: left;	
	position: absolute;
	visibility: hidden;
	z-index: -1;
	width:200px;
}


.cat_menu .bottom,
.cat_menu .bottom:hover {
    
}
* html .cat_menu td { position: relative; } /* ie 5.0 fix */
