@charset "UTF-8";
/* CSS Document */

.menu {
font-size:12px;
padding-left:239px;
font-weight:bold;
}
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:150px;
}
.menu li {
float:left;
width:147px;
overflow: visible;
position:relative;
}
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:136px; 
height:40px; 
border-left:1px solid #fff; 
background:#0f3679 url(../images/navigation_back.jpg) top left repeat-x; 
padding-left:10px; 
line-height:39px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:150px;
w\idth:139px;
}

.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#0f3679 url(../images/navigation_back.jpg) top left repeat-x;
}
.menu ul ul a.drop:hover {
background:#2855a3 url(../images/navigation_back_hover.jpg) top left repeat-x;
}
.menu ul ul :hover > a.drop {
background:#2855a3 url(../images/navigation_back_hover.jpg) top left repeat-x;
}
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
.menu ul ul ul a:hover{
background:#b2ab9b;
}
.menu ul ul ul :hover > a {
background:#b2ab9b;
}
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px; width: 150px;}
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:41px;
left:0; 
width:150px;
}
* html .menu ul ul {
bottom:40px;
}
.menu ul ul ul{
left:150px; 
bottom:0;
width:150px;
}
.menu ul ul ul.left {
left:-150px;
}


/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#0f3679 url(../images/navigation_back.jpg) top left repeat-x;  
height:36px; 
line-height:36px;
border: 1px solid #fff;
border-bottom: 0px;
padding-left:10px;
width:136px;
overflow:hidden;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:190px;
w\idth:149px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
background:#2855a3 url(../images/navigation_back_hover.jpg) top left repeat-x;  
}
.menu :hover > a, .menu ul ul :hover > a {
background:#2855a3 url(../images/navigation_back_hover.jpg) top left repeat-x;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
height:auto;

}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
display:block;
bottom:0;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
display:block;
bottom:0;
}