.right_menu {
	background: url(img/right_menu_bg.gif) repeat-y;
	margin:0px 0px 10px 0px;
	border: 1px solid #C5C5C5;
}
.right_menu td{
	padding: 0px 10px;
}

.right_menu h1 { font-weight: bold; margin: 0; padding: 14px 10px 8px; }
.right_menu h1 a, .right_menu h1 a:hover { text-decoration: none; color: #D13570; font-size: 16px; letter-spacing: -1px; }


.right_menu .item1,
.right_menu .item1:hover,
.right_menu .item1-active,
.right_menu .item1-active:hover{
	font-size: 11px;
	font-weight: bold;
	color: #D13570;
	margin: 0;
	text-decoration: none;
	position: relative;
	padding: 7px 10px;
	background: #fff;
	display: block;
	width: 168px;
}

.right_menu .item1 {
	background: url(img/right_menu_bg.gif) repeat-y -10px 0;
	color:#0B4CA7;
}

.right_menu .item2,
.right_menu .item2:hover,
.right_menu .item2-active,
.right_menu .item2-active:hover {
	padding: 7px 15px 7px 20px;
	color: #D13570;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1100;
	font-size: 11px;
	background: #F6F6F6;
	text-align: center;
}
.right_menu .item2 {
    background: #F6F6F6;
	color:#0B4CA7;
}

.right_menu .arrow,
.right_menu .arrow:hover {
    padding: 6px 8px 7px 8px;
}
.right_menu .item2 img,
.right_menu .item2-active img{
    position: absolute;
    top: 10px;
    left: 5px;
    border: 0;
}
.right_menu .section {
    border: 0px;
	margin:0px;
	padding:0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.right_menu .bottom,
.right_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .right_menu td { position: relative; } /* ie 5.0 fix */