.menu {
	position:relative;
	top:17px;
	float:right;
	width:600px;
	height:2em;
	padding-bottom:1px;
	margin-bottom:0em;
	}

* html .menu {
	padding-bottom:0px;
	}

.menu ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	width:600px;
	height:100%;
	}

.menu li{
	float:right;
	}

.menu table{
	position:absolute;
	border-collapse:collapse;
	top:0px;
	right:0px;
	}

.menu a, .menu :visited {
	font-family:helvetica, arial, sans-serif;
	font-weight:bold;
	color:#888;
	text-decoration:none;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu a em.lft, .menu :visited em.lft {
	display:block;
	float:left;
	width:5px;
	height:2em;
	border-bottom:1px solid #1e1e1e;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu a b, .menu :visited b {
	display:block;
	float:left;
	padding:0px 10px 0px 10px;
	height:1.5em;
	line-height:1.5em;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu a em.rgt, .menu :visited em.rgt {
	display:block;
	float:left;
	width:10px;
	height:2em;
	border-bottom:1px solid #1e1e1e;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:2em;
	top:2em;
	right:0px;
	width:600px;
	border-bottom:1px solid #1e1e1e;
	border-right:1px solid #1e1e1e;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu :hover {
	white-space:normal;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu a:hover b {
	color:#fff;
	border-bottom-color:#1e1e1e;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu li:hover > a b {
	color:#fff;
	border-bottom-color:#1e1e1e;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu ul li:hover ul, .menu ul a:hover ul {
	display:block;
	visibility:visible;
	top:1.5em;
	margin-top:1px;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu ul :hover ul li {
	display:block; 
	border-left:1px solid #1e1e1e; 
	height:1em;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu ul :hover ul li a {
	display:block; 
	font-size:0.7em; 
	height:2em; 
	line-height:2em; 
	width:auto; 
	float:left;
	color:#888; 
	padding:0px 10px 0px 10px;
	cursor:pointer;
	outline:none;
	border:none;
	}

.menu ul :hover ul li a:hover {
	color:#fff;
	cursor:pointer;
	outline:none;
	border:none;
	}