#leftmenu{
	width: 200px;
	padding-top: 20px;
	position: relative;
	height: 300px;
	margin-top: -55px;
}

#leftmenu .item, #rightmenu .item {
	position: absolute;
	height: 90px;
	width: 200px;
}

#leftmenu .item img, #rightmenu .item img {
	height: 90px;
	width: 200px;
}

#leftmenu .item p {
	position: absolute;
	top: 55px;
	right: 5px;
	margin: 0px;
}

#leftmenu .item p a {
	display: block;
	width: 150px;
	padding: 5px 10px;
	height: 20px;
	line-height: 18px;
	text-align: right;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	overflow: hidden;
}

#leftmenu .item p a:hover, #rightmenu .item p a:hover {
	color: white;
}

#leftmenu .item p a.selected, #rightmenu .item p a.selected {
	color: white;
}


#leftmenu .item span a {
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	float: right;
	padding: 0px;
	line-height: 14px;
}

#leftmenu .item span {
	display: none;
	position: absolute;
}

#leftmenu .item span.opt1 {
	top: 54px;
	right: 10px;
}
#leftmenu .item span.opt2 {
	top: 70px;
	right: 10px;
}

#leftmenu .item span.opt1 a {
	color: #86E6B2;
}
#leftmenu .item span.opt2 a {
	color: #85A0C7;
}
#leftmenu .item span a:hover {
	color: #FFFFFF;
}



#rightmenu{
	width: 200px;
	height: 170px;
	padding-top: 20px;
	position: relative;
	float: right;
	margin-top: -55px;
}

#rightmenu .item p {
	position: absolute;
	top: 55px;
	left: 5px;
	margin: 0px;
}

#rightmenu .item p a {
	display: block;
	width: 150px;
	padding: 5px 10px;
	height: 20px;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: black;
	text-decoration: none;
	overflow: hidden;
}

#rightmenu .rditem p a {
	color: white;
}


#rightmenu .item span {
	color: white;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	position: absolute;
}

#rightmenu .item span a {
	color: #FFF200;
	text-decoration: none;
}
#rightmenu .item span a:hover {
	color: #FFFFFF;
}

#rightmenu .item span.opt1 {
	top: 54px;
	left: 15px;
}
#rightmenu .item span.opt2 {
	top: 70px;
	left: 15px;
	color: #EF1B26;
}

#rightmenu .item p.twotier a {
	height: 25px;
	padding-top: 3px;
	line-height: 12px;
}
#rightmenu .item p.twotier a span {
	font-size: 0.9em;
	color: black;
}
#rightmenu .item p.twotier a:hover span {
	color: white;
}
