.navigation ul li {
	padding: 0px;
}

.topnav_item {
	color: rgb(102,102,102);
	border-top: 1px solid rgb(206,206,206);
	padding-left: 25px;
	width: 192px;
}

.last_item {
	border-bottom: 1px solid rgb(206,206,206);
}

.subnav1 {
	left: 222px;
/*	left: 228px;*/
	top: -104px;
}

.subnav1 li a {
	filter: alpha(opacity=100);
	-moz-opacity: .99;
}

.navshade_main {
	display: none;
	position: absolute;
	top: -104px;
/*	top: -109px;*/
	width: 153px;
/*	width: 165px;*/
	height: 183px;
/*	height: 193px;*/
/*	height: 209px;*/
	margin: 0px;

	background-image: url(gray-60.png) !important;
	background-color: transparent !important;
}

/* IE6 */
* html .navshade_main {
	filter: alpha(opacity=60);
	background-color: white;
	background-image: none;
}

/* IE7 */
*+html .navshade_main {
	background-image: url(gray-60.png);
	background-color: transparent;
}

#fog1 { left: 223px; }




.arrow_right {
	background-repeat: no-repeat;
	background-position: 12px 9px;
	background-image: url(arrow-gray.gif);
}

.arrow_right:hover {
	background-image: url(arrow-blue.gif);
}

.arrow_down {
	background-repeat: no-repeat;
	background-position: 10px 11px;
	background-image: url(arrow-blue-down.gif);
	color: #0062B1;
}

#standalone_cat {
	width: 222px;
	border-top: 1px solid rgb(206,206,206);
	border-bottom: 1px solid rgb(206,206,206);
}

#standalone_cat .arrow_right_active {
	padding: 5px 0px 5px 0px;
	display: block;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: 12px 9px;
	background-image: url(arrow-blue.gif);
	color: #0062B1;
}

#sub_cat {
	width: 222px;
	margin-top: 0px;
	padding-bottom: 5px;
	border-top: 1px dashed rgb(206,206,206);
	border-bottom: 1px solid rgb(206,206,206);
}

#sub_cat li {
	width: 182px;
/*	height:15px;*/
	padding: 8px 0px 0px 40px;
/*	font-size: 9pt;*/
}

#sub_cat li a.active {
	color: #0062B1;
}
