li {
	list-sytle:none;
	font-size: 12px;
}
ul {
	margin:0;
	list-style-type:none;
	padding-top: 3;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
/*product*/
.ClassNav{
	padding:0px 0px;}

.RightNav span{
	color:#900;
	font-size:12px;}
.RightNav .ClassNav{
	width:24s4px;}	

/*1st level sub menu style */
.ClassNav .NavTree ul li ul{
	left: 168px; /* Parent menu width - 1*/
	top: 0;
	display: none;
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=3, Direction=135);				border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	text-align: center;
	background-color: #EBEBEB;
	font-weight: normal;
}
.RightNav .ClassNav .NavTree ul li ul{
}

/*All subsequent sub menu levels offset */
.ClassNav .NavTree ul li ul li ul{ 
left: 159px; /* Parent menu width - 1*/
z-index:100px;}
/* menu links style */
.ClassNav .NavTree ul li a{
	overflow: hidden;
	display: block;
	cursor:pointer;
	line-height:26px;
	border-bottom:1px dotted #DDDDDD;
	height:26px;
	text-align: center;
	font-weight: bold;
}
.ClassNav .NavTree ul li li{
	padding-left:0px;
	text-align:center;
	background-repeat: no-repeat;
	background-position: 12px 12px;
	font-weight: lighter;
}
.ClassNav .NavTree ul li li a{
	border-bottom:1px solid #DDDDDD;
	font-weight: lighter;
	}
.ClassNav .NavTree ul .current a{
	background:#990000;
	color:#FFFFFF;}
.ClassNav .NavTree ul .current li a{
	background:#FFFFFF;
	color:#000000;}
		
.ClassNav .NavTree ul li a:hover{
color: white;
background:#990000;
text-decoration:none;
}
.ClassNav .NavTree .subfolderstyle{
	background-repeat: no-repeat;
	background-position: 190px;
}
/* Holly Hack for IE \*/
* html .ClassNav .NavTree ul li { float: left; height: 1%; }
* html .ClassNav .NavTree ul li a { height: 1%; }
/* End */	