/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#t_menu {border-bottom:1px solid #000066;}
.menu {
width:100%; 
/*background-image:url(bg_link1.gif);*/
position:relative;
z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
/*text-transform:uppercase;*/
}
.menu ul ul {
width:90px;
text-transform:none;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:106px;
position:relative;
text-align:center;
/*background-image:url(bg_link1.gif);*/
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:14px;
color:#000066;
letter-spacing: normal;
text-decoration:none; 
width:106px; 
height:22px; 
/*border-right:1px solid #6a92b5; */
border-width:0 1px 0 1px; 
line-height:22px;
/*font-weight:bold;*/
background-image:url(bg_l.gif);
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:88px;
w\idth:89px;
*/
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
font-size:12px;
background:#ebf4ff url(bullet1.gif) 98% 7px no-repeat;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
color:#9C1D22;
font-size:12px;
background:#ebf4ff url(bullet1.gif) no-repeat;
background-position: 99% 7px;
}
.menu ul ul :hover > a.drop {
color:#9C1D22;
font-size:12px;
background:#ebf4ff url(bullet1.gif) no-repeat;
background-position:99% 7px;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#ebf4ff;
text-decoration:none;
text-transform:none;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#fff;
background-image:url(bg_title.gif); background-position: 0 -3px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
left:0; 
width:178px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:22px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:206px; /* second level position left ubi */
top:0;
width:178px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-163px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
font-size:12px;
letter-spacing: normal;
font-weight: normal;
text-align:left;
background:#ebf4ff; 
border:1px solid #7798b8; border-top:1px solid #c4e1fe;
color:#011425; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width: 185px; /* drop down menu width - ubi */
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
text-align:left;
width:178px;
w\idth: 178px;
}

.active {
color:#9C1D22;
background:#7a9bbc;
background-image:url(bg_title.gif); background-position: 0 -3px;
display:block;
}

/* style the top level hover */
.menu ul a:hover, .menu ul ul a:hover {
color:#9C1D22;
background:#7a9bbc;
background-image:url(bg_title.gif); background-position: 0 -3px;
text-decoration:none;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#9C1D22;
background:#7a9bbc;
background-image:url(bg_title.gif); background-position: 0 -3px;
text-decoration:none;
}

/* 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; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
