#navigator {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #283d59;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	background-image: url("pics/navigator_bg.jpg");
	background-repeat: repeat-y;
}
#navig_head {
	width: 456px;
	height: 36px;
	background-image: url("pics/navigator_head.jpg");
	position: relative;
}
#navig_title1 {
	width: 226px;
	height: 26px;
	position: absolute;
	left: 0px;
	top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#navig_title2 {
	width: 226px;
	height: 26px;
	position: absolute;
	left: 226px;
	top: 10px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
#navig_body {
	width: 456px;
	background-image: url("pics/navigator_bg.jpg");
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}
#navig_body1 {
	float: left;
	width: 220px;
	min-height: 300px;
	padding: 15px 0;
	margin: 0;
	display: inline;
}
#navig_body2 {
	float: right;
	width: 220px;
	min-height: 300px;
	padding: 15px 0;
	margin: 0;
	display: inline;
}
.navig_element {
	background-image: url("pics/dot.jpg");
	background-repeat: no-repeat;
	background-position: 19px 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #fff;
}
.navig_element_highlight {
	background-image: url("pics/dot.jpg");
	background-repeat: no-repeat;
	background-position: 19px 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fe9400;
	position: relative;
	
}
.navig_element_product {
	background-image: url("pics/prod_icon.gif");
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #fff;
}
.navig_back {
	padding-top: 10px;
	padding-bottom: 5px;
	position: relative;
	color: #fff;
	text-align: center;
}
.navig_element_product_highlight {
	background-image: url("pics/prod_icon.gif");
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
	color: #fe9400;
}
.navig_element_cnt_prod {	
	font-weight: bold;
	1width: 193px;
	margin-left: 40px;
	padding-top: 5px;
	font-size: 12px;
	position: relative;
	cursor: default;
}
.navig_element_cnt {	
	font-weight: bold;
	1width: 193px;
	margin-left: 40px;
	font-size: 12px;
	position: relative;
	cursor: default;
}
.navig_element_cnt_active {
	font-weight: bold;
	1width: 193px;
	margin-left: 40px;
	font-size: 12px;
	position: relative;
	background-image: url("pics/arrow.jpg");
	background-repeat: no-repeat;
	background-position: 159px 3px;
	cursor: default;
}
