.menu {
	width:780px;
	font-size:0.85em;
	position:static;
	z-index:100;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:97.4px;
}

.menu li {
float:left;
width:auto;
height:auto; 
position:relative;
}

.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:97.4px;
height:25px; 
background:#105CB6; 
line-height:23px;
text-align:center;
}

* html .menu a, * html .menu a:visited {
width:112px;
w\idth:97.4px;
}


.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#E8EEFA url(../images/drop.gif) bottom right no-repeat;
}

.menu ul ul a.drop:hover{
background:#105CB6 url(../images/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#105CB6 url(../images/drop.gif) bottom right no-repeat;
}


.menu ul ul ul a, .menu ul ul ul a:visited {
background:#E8EEFA;
}


.menu ul ul ul a:hover {
background:#FF6600;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:97.4px;
}

* html .menu ul ul {
top:20px;
t\op:25px;
}

.menu ul ul ul{
left:170px; 
top:0;
width:97.4px;
}

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

.menu table {position:absolute; top:0; left:0;}

.menu ul ul a, .menu ul ul a:visited {
background:#E8EEFA; 
color:#000; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:112px;
text-align:left;
}

* html .menu ul ul a{
width:112px;
w\idth:97px;
}

.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#FF6600;
}

.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#FF6600;
}

.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;
}
