.b-right-menu li {
	margin-bottom: 2px;
	list-style-type: none;
	}
	.b-right-menu li a {
		position: relative;
		display: block;
		font-size: 1.3em;
		padding: 5px 8px 7px 8px;
		color: #d6ddeb;
		border-bottom: 1px solid #73a7d0;
		border-top: 1px solid #428ac3;	
		zoom: 1;
		}
	.g-tc .b-right-menu li a {
		background: #3683c0;
		border-bottom: 1px solid #73a7d0;
		border-top: 1px solid #428ac3;	
		}
	.g-bc .b-right-menu li a {
		background: #617192;
		border-bottom: 1px solid #566585;
		border-top: 1px solid #5f6f8f;	
		}
		.g-tc .b-right-menu li a:hover {
			background: #509bd7;
			color: white;
			}
		.g-bc .b-right-menu li a:hover {
			background: #8a98b3;
			color: white;
			}
			
		.b-right-menu li a .arrow {
			position: absolute;
			right: 6px;
			bottom: 7px;
			height: 6px;
			width: 6px;
			background: url('images/arrow.gif');
			}
		.g-tc .b-right-menu li a .arrow {
			background: url('images/arrow.gif');
			}
		.g-bc .b-right-menu li a .arrow {
			background: url('images/arrow-blue.gif');
			}
			.b-right-menu li a:hover .arrow {
				background: url('images/arrow-active.gif');
				}
		.b-right-menu li a ins {
			text-decoration: none;
			}

* html .b-right-menu li a {
	zoom: 1;
	}
	* html .b-right-menu li a .arrow {
		font-size: 1px;
		}
