div#myOtherElement {
	width: 150px;
	height: 20px;
	overflow: hidden;
	pandding:5px 0;
	vertical-align:middle;
}

div#myOtherElement span, div#myOtherElement a {
	display: block;
	padding: 0 3px;
}
div#myOtherElement h3{
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	font-weight:bold;
	background: url(bg-menu.gif) repeat-x left bottom;
	font-size:12px;
	height:25px;
}
div#myOtherElement h3 a{
	text-decoration:none;
	color:#ffffff;
}
div#myOtherElement h3 a:hover{
	text-decoration:none;
	color:#000000;
}
ul, li, h3 {border:0; padding:0; margin:0; list-style:none;}
.accordion li{background:#c8ba9d; color:#000099;border-bottom:solid 1px #DEDEDE;}
.accordion li a{padding:3px 6px; display:block; text-decoration:none; color:#000000}
.accordion li a:hover{background:#EFEFEF; color:#000000}