a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}

.menu {
	width: 581px;
	height: 28px; 
	z-index:9999;
	background: #726C5A;
	font-family: "Times New Roman", Times, serif;
}

.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}

.menu a#viveo {
	margin-left: 5px;
}

.menu li {
	float:left;
	position:relative;
}

.menu a, .menu a:visited {
	display:block;
	font-size:14px;
	font-weight:normal;
	text-decoration:none; 
	color:#ffffff; 
	background: #726C5A;
	padding: 3px 12px; 
	line-height:22px;

}

.menu a.txt {
	border-right: 1px solid #726C5A;
}

.menu a.txt:hover {
	background: #545043;
	text-decoration: none;
}

.menu a#viveo:hover {
	background:none;
}

* html .menu a, * html .menu a:visited {

}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#eee;
}

.menu ul ul a.drop:hover{
	background:#545043;
}

.menu ul ul :hover > a.drop {
	background: #545043;
	text-decoration: underline;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:28px;
	left:0; 
	width:150px;
}

* html .menu ul ul {
	top:28px;
	t\op:28px;
}

.menu ul ul ul{
	left:149px; 
	top:0;
	width:150px;
}

.menu table {position:absolute; top:0; left:0;}

.menu ul ul a, .menu ul ul a:visited {
	background:#eee; 
	color:#22211C; 
	height:auto; 
	line-height:15px; 
	padding:5px 10px; 
	width:129px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}
* html .menu ul ul a {
	width:150px;
	w\idth:129px;
}

.menu a:hover, .menu ul ul a:hover{
	color:#ffffff; 
	background:#545043;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#ffffff;
	background:#545043;
}

.menu ul :hover ul{
	visibility:visible; 
}

.menu ul :hover ul ul{
	visibility:hidden;
}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
