.menu {
	padding-left: 380px; /*460*/
	font-size: 12px;
	text-align: right;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu ul ul {
	width:150px;
	text-align: left;
	font-size: 10px;
	color: #000;
}

.menu li {
	float:left;
	width:auto;
	position:relative;
	margin: 0;
	padding: 0;
}

.menu ul ul li, * html .menu li {
	border: 0;
}

.menu ul ul li {
	padding: 0 0 0 10px;
}

/** IE opacity */
* html .menu ul ul li, * html .menu ul ul ul li {
}

.menu ul ul.first li {
	padding: 0 0 0 0;
}

.menu li a.center {
	text-align: left;
}

.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color: #000;
	font-weight: bold;
	width:auto;
	padding: 0 10px 0 10px;
	line-height:26px;
	margin: 0 0 0 0;
}

* html .menu a, * html .menu a:visited {
}

* html .menu ul li a.center:hover  {
	background: #CBCBCB;
	border-bottom: #cccccc;
}

.menu ul ul a.drop:hover {
	background: #CBCBCB;
	border-bottom: #cccccc;
}

.menu ul ul :hover > a.drop {
	color: #000;
}

.menu ul ul ul a, .menu ul ul ul a:visited {
	display: block;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	margin: 0 0 0 20px;
	width:90px;
}

.menu ul ul ul :hover > a {
	background: #000;
}

.menu table {
	border-collapse:collapse;
	border:0;
	position:absolute;
	left: 0px;
	bottom:-1px;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	bottom:26px;
	left: -55px;
	width:120px;
}

* html .menu ul ul {
	bottom:26px;
}

.menu ul ul ul{
	left:90px;
	bottom:0;
	width:90px;
}

.menu ul ul ul.left {
	left:-90px;
}

.menu ul ul a, .menu ul ul a:visited {
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px;
	width:110px;
	background: #ddd;
	text-align: center;
}

* html .menu ul ul a {
	width:110px;
	w\idth:110px; /* ie hack */
}


.menu ul ul a.blank, .menu ul ul a.blank:hover {
	background: #cccccc;
	color: #a55b34;
}

.menu ul ul a.drop:hover {
	background: #cccccc;
}

.menu :hover > a {
	color:#000;
	background: #cccccc;
}

.menu ul ul a:hover  {
	color: #9f1100;
	border-bottom: #cccccc;
	background: #cccccc;
}

.menu ul :hover ul{
	visibility:visible;
	height:auto;
}

.menu ul :hover ul ul{
	display:none;
}

.menu ul :hover ul :hover ul ul{
	display:none;
}

.menu ul :hover ul :hover ul{
	display:block;
	bottom:0;
}

.menu ul :hover ul :hover ul :hover ul {
	display:block;
	bottom:0;
}