#ProductCatNav {
	background-color: #013f7c;
	width:170px;
	padding: 0px;
	margin: 0px;
}

#ProductCatNav ul,#ProductCatNav li {
	margin: 0px;
	padding: 0px;
}

#ProductCatNav li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#ProductCatNav .item {
	cursor: pointer;
	padding: 0px;

	margin: 0px;

	cursor: hand;
}

#ProductCatNav .nav_item .center{
	padding:0px;
	margin:0px;
}
#ProductCatNav .nav_item {
	padding: 0px;
	margin: 0px;
	width:100%;
}
/* level 1 */
#ProductCatNav .level_0 .nav_item  {
	padding: 0px;
	margin: 0px;
}
#ProductCatNav .level_0 .nav_item a {
	color: #ffffff;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
}
#ProductCatNav .level_0 .nav_item .left{
	display:none;
}

#ProductCatNav .level_0 .nav_item .center{
	padding-left:10px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

#ProductCatNav .nav_item .right{
	width: 15px;
	background-position:center left;
	background-repeat:no-repeat;
	background-image:none;
}
#ProductCatNav .level_0 .nav_item{
	border-left-color: #013e77;
	border-left-style: solid;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #011c39;
	border-top-color: #023c7b;
	border-top-style: solid;
	border-top-width: 1px;
	background-color: #022f59;

}

#ProductCatNav .level_0.over .nav_item{
	background-color: #012548;

}

#ProductCatNav ul .selected .nav_item .right{
	background-image: url('images/selected_arrow.gif');
}
#ProductCatNav ul .selected .nav_item{
	background-color: #022241;
}

/* level 2+ */
#ProductCatNav ul .nav_item a {
	color: #ffffff;
	letter-spacing: 1px;
	text-align: left;
	font-size: 11px;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
}
#ProductCatNav ul .over .nav_item, #ProductCatNav ul .selected .nav_item{
	background-color:transparent;
}
#ProductCatNav ul{
	margin-top: 1px;
	border-bottom-color: #00274f;
	border-top-color: #022447;
	border-right-color: #013f7c;
	border-left-color: #013f7c;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
#ProductCatNav ul ul {
	padding-left:13px;
	padding-top:0px;
	padding-bottom:0px;
}
#ProductCatNav ul .nav_item{
	border-left-style: none;
	border-left-width: 1px;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-top-width: 1px;
	background-color: transparent;
	line-height: 12px;

}
#ProductCatNav ul .nav_item .left{
	display:table-cell;

}
#ProductCatNav ul .nav_item .right{
}
#ProductCatNav ul .nav_item .center{
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
#ProductCatNav ul .nav_item .content_background{
	background-color:transparent;
}
#ProductCatNav ul .over .nav_item .content_background{
	background-color: #255b8d;
}
#ProductCatNav ul .selected .nav_item .content_background{
	background-color: #022241;
}

/* DOT LINES */
#ProductCatNav ul ul{
	border-left:1px solid #4d78a2;
}

#ProductCatNav ul .nav_item{
	border-left:1px solid #4d78a2;
}
#ProductCatNav ul .last_li ul{
	border-left:none;
}



#ProductCatNav ul .last_item .nav_item{
	border-left:none;
}
#ProductCatNav ul li.last_li,
#ProductCatNav ul .nav_item .left{
	background-image:none;
	border-left:none;
}
#ProductCatNav ul .nav_item .left{
	width:7px;
}
#ProductCatNav ul .nav_item .left .icon{
	width:7px;
	height:11px;
	border-bottom:1px solid #4d78a2;
}

#ProductCatNav ul .last_item .nav_item .left .icon{
	width:7px;
	border-left:1px solid #4d78a2;
}

#ProductCatNav ul ul, #ProductCatNav ul ul ul, #ProductCatNav ul ul ul ul{
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-top-style: none;
	border-top-width: 0px;
	margin-top: 0px;
}
