/* CSS Document */
/* ================================================================ 
*/
/* Submenu properties */
.COLIDrop {
height:36px;
width:758px;
/* background:url(../images/blank_bw.gif);*/  
background:url(../images/blank_bg.jpg);
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
margin-bottom:18px;
}
/* Top Margin properties */
.COLIDrop .menuselect {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}
/* Don't Know yet */
.COLIDrop li {
float:left;
/* background:url(../images/blank_over_bw.gif);*/
background: url(../images/blank_over_bg.jpg); 
}
/* Menu Properties*/
.COLIDrop .menuselect a
{
    display: block;
    height: 36px;
    float: left; /* background:url(../images/blank_bw.gif);*/
    background: url(../images/blank_bg.jpg);
    padding: 0 0 0 15px;
    text-decoration: none;
    line-height: 25px;
    white-space: nowrap;
    color: #ddd;
}

.COLIDrop .menuselect li.line a
{
    color: #ffffff;
}

.COLIDrop .menuselect a b {
display:block; 
padding:0 30px 10px 15px; 
/* background:url(../images/blank_bw.gif);*/
background:url(../images/blank_bg.jpg) right top;
}

.COLIDrop .menuselect a:hover, 
.COLIDrop .menuselect li:hover a 
{
/* background:url(../images/blank_over_bw.gif);*/    
background: url(../images/blank_over_bg.jpg); 
padding:0 0 0 15px;
line-height:27px;
cursor:pointer; 
color:#fff;
}

.COLIDrop .menuselect li.line a:hover, .COLIDrop .menuselect li.line:hover a
{
    color: #33ccff;
}

.COLIDrop .menuselect a:hover b, 
.COLIDrop .menuselect li:hover a b {
display:block; 
padding:0 30px 9px 15px; 
/* background:url(../images/blank_over_bw.gif);*/  
background:url(../images/blank_over_bg.jpg) right top;
cursor:pointer;
}

.COLIDrop .menu {
display:none;
}
.COLIDrop ul ul {display:none;}

/* IE6 only */
.COLIDrop table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.COLIDrop .menu {
margin:0; 
padding:0;
list-style:none;
}

.COLIDrop .menu li {background:transparent;}

.COLIDrop .menuselect :hover .menu {
height:25px;
display:block; 
position:absolute;
float:left;

width:742px;
top:28px; 
left:1px; 
text-align:center;
background:transparent url(../images/transparent.gif);
/*border:1px solid #886;*/
}

.COLIDrop .menuselect :hover .rt li {float:right;}

.COLIDrop .menuselect :hover .menu li a 
{display:block; height:25px; line-height:22px; float:left; background:transparent url(images/transparent.gif); padding:0 16px; margin:0; white-space:nowrap; color:#888;font-size:10px;}

.COLIDrop .menuselect :hover .menu li.menuline a {color:#00CCFF;}

.COLIDrop .menuselect :hover .menu li a:hover,
.COLIDrop .menuselect :hover .menu li:hover
{color:#000; line-height:20px; position:relative;}

.COLIDrop .menuselect :hover .menu li:hover > a {color:#000;}

.COLIDrop .menuselect :hover .menu :hover ul {padding:0; margin:0; list-style:none; display:block; width:112px; position:absolute; left:-1px; top:25px; border-bottom:1px solid #886; background:#fff;}

.COLIDrop .menuselect :hover .menu :hover ul ul {position:absolute; left:-9999px;}
.COLIDrop .menuselect :hover .menu :hover ul li {border:1px solid #886; border-width:0 1px;}

.COLIDrop .menuselect :hover .menu :hover ul li a {width:80px; text-align:left; height:20px; line-height:18px; background:#fff;}
.COLIDrop .menuselect :hover .menu :hover ul li a:hover {line-height:16px;}
.COLIDrop .menuselect :hover .menu :hover ul li:hover > a {line-height:16px;}

.COLIDrop .menuselect :hover .menu :hover ul :hover ul {left:112px; top:0; border:1px solid #886; border-width:0 1px 1px 0; background:#fff;}

.COLIDrop .menuselect :hover .rt :hover ul :hover ul {left:-113px; top:0; border:1px solid #886; border-width:0 0 1px 1px;}

.COLIDrop .menuselect :hover .menu :hover ul :hover ul li {border-left:1px solid #886; background:#fff;}

.COLIDrop .menuselect :hover .menu :hover ul :hover ul li.a1 {border-left:1px solid #fff;}
.COLIDrop .menuselect :hover .menu :hover ul :hover ul li.a2 {border-top:1px solid #886; height:19px;}

.COLIDrop .menuselect :hover .rt :hover ul :hover ul li {border-right:1px solid #886; border-left:0;}
.COLIDrop .menuselect :hover .rt :hover ul :hover ul li.a1 {border-right:1px solid #fff; border-left:0;}

