

.menu {
	width:776px; 
	height:52px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100;
	}

* html .menu {
	width:776px; 
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
	
.menu ul ul {
	width:155px;
	}
	
.menu li {
	float:left;
	width:155px;
	position:relative;
	}
	
.menu a, .menu a:visited {
	display:block;
	font: 15px 'trebuchet ms',arial,sans-serif;
	text-decoration:none; 
	color:#fff; 
	width:155px; 
	height:50px; 
	border: 1px solid #F9F8FC;
    background: #423C88 url(images/menubg.png) repeat-x;	
	text-align: center;
	line-height:47px;
	}
	
* html .menu a, * html .menu a:visited {
	width:155px; 
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited {

	}

.menu ul ul a.drop:hover{

	}
	
.menu ul ul :hover > a.drop {

	}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	}

.menu ul ul ul a:hover {
	background:#b2ab9b;
	}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:51px;
	left:0; 
	width:155px;
	border-top:1px solid #b00;
	}

* html .menu ul ul {
	top:50px;
	t\op:51px;
	}

.menu ul ul ul{
	left:155px; 
	top:-1px; 
	width:155px;
	}

.menu ul ul ul.left {
	left:-155px;
	}

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;;
	}

.menu ul ul a, .menu ul ul a:visited {

	background:#B6B2DD; 
	color:#423C88; 
	height:auto; 
	line-height:1em; 
	padding:10px 10px; 
	font-size: 15px;
	width:128px;
	border: 1px solid #F9F8FC;
	border-width:0 1px 1px 1px;
	}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:155px;
	}

.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	background:#BD481D;
	}

.menu :hover > a {

	color:#fff;
	background:#423C88;
	}
	
.menu ul ul :hover > a {

	color:#72589A;
	background:#DDD6E8;
	}


.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	}

.menu ul :hover ul ul{
	visibility:hidden;
	}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}