
/* Home page boxes 
This file is ONLY displayed for web browsers (not in the Immediacy editor)


*/

.boxes{
    display:block;
    border:none;
}



.boxes ol, .boxes li{
    padding:0;
    margin:0;
}

.boxes ol{
    margin-right:10px;
    margin-bottom:10px;
    float:left;
    height:159px;
    overflow:hidden;
}

.boxes ol li ol{
    margin-right:0;
}

.boxes ol li{
    float:left;
    display:block;
    width:172px;
    height: 31px;
    font-size:10px;
    font-weight:bold;
    background-color:#0079c1;
    vertical-align:middle;
    text-align:center;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    
}
.boxes ol li a{
    display:block;
    width:172px;
    height: 31px;
    color:#ffffff !important; /* Neccessary for IE6 to pick up color information */
    vertical-align:middle;
    text-decoration:none;
}
.boxes ol li a:hover{
    background-color:#b7017b;
}

.boxes ol li ol li{
    display:block;
    width:auto;
    height: 128px;
    background-color:transparent;
    vertical-align:top;
    text-align:left;
    font-weight:normal;
}

.boxes ol li ol li ol{
    position:relative;
    top:-132px;
    padding-left:12px;
    padding-right:5px;
    display:none;
    background-color:#ffffff;
    height:129px;
    filter:alpha(Opacity=85); 
    -moz-opacity:.85;
   /* overflow:none;*/
    width:155px;
    
}
.boxes ol li:hover ol ol, .boxes ol li.onhover ol ol {
       display:block;
}

.boxes ol  ol li:hover ol, .boxes ol  ol li.onhover ol {
    display:none;
}


.boxes div, .boxes p{
    display:none;
}
