.bottom_menu {
	background:#D83271 url(img/bottom_menu_bg.gif) repeat-x bottom left;
	width:210px;
	margin:10px 0px 0px 0px;
}
.bottom_menu td{
	padding:0px 10px;
}
.bottom_menu .item1,
.bottom_menu .item1:hover,
.bottom_menu .item1-active,
.bottom_menu .item1-active:hover{
	font-size: 11px;
	font-weight: bold;
	color: #00347A;
	background: url(img/bottom_menu_hover.gif) repeat-x top left;
	margin: 0px;
	height: 21px;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	padding:7px 10px 0px 10px;
}

.bottom_menu .item1 {
	background: url(img/bottom_menu_normal.gif) repeat-x top left;
	color:#FFFFFF;
}

.bottom_menu .item2,
.bottom_menu .item2:hover,
.bottom_menu .item2-active,
.bottom_menu .item2-active:hover {
	padding: 7px 17px 7px 15px;
	color: #00347A;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1100;
	font-size: 11px;
	background: #E3E3E3;
}
.bottom_menu .item2 {
    background: #D52C6B;
	color:#FFFFFF;
}

.bottom_menu .arrow,
.bottom_menu .arrow:hover {
    padding: 6px 8px 7px 8px;
}
.bottom_menu .item2 img,
.bottom_menu .item2-active img{
    position: absolute;
    top: 10px;
    right: 5px;
    border: 0;
}
.bottom_menu .section {
    border: 0px;
	margin:0px;
	padding:0px;
    position: absolute;
    visibility: hidden;
    z-index: 1050;
	margin-left:-2px;
}

.bottom_menu .bottom,
.bottom_menu .bottom:hover {
    border-bottom: 1px solid #000000;
}

* html .bottom_menu td { position: relative; } /* ie 5.0 fix */