#menu {
	width:150px;
}
.menu, .menu ul {
	position: absolute;
	visibility: hidden;
	background-color: #ffffff;
	list-style-type:none;
	border: 1px solid #666666;
	float: left;
	margin: 0;
	padding: 0;
}
.menu li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:12px
	color: #676767;
	text-decoration: none;
	text-align:right;
	letter-spacing: 1pt;
	display: block;
	width:165px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-indent: 15px;
}
* html .menu li {
	display:inline-block;
	width:170px;
}
.menu li a:hover {
	background-color: #cedfdb;
		width:165px;
			color: #676767;
	}
.downarrowpointer, .rightarrowpointer, .ddiframeshim {
	display:none;
}
