/* Main menu */
#menu_head{
    max-width: 100%;
    margin:0 8px;
    /*background: #666;*/
}
#menu_index
{
    /*width: 60%;*/
    margin: -5px 0 10px 0;
    list-style: none;  

}
 
#menu_index li
{
    float: left;
    padding: 6px 0;
    position: relative;
    background: #666;
    width: 50px;

    text-align: center;
    cursor:pointer;
}
 
#menu_index a 
{
    /*float: left;*/
    height: 18px;
    color: #ccc;
    text-decoration: none;
        

}
 
#menu_index li:hover > a
{
    color: #eee;
}
 
*html #menu_index li a:hover /* IE6 */
{
    color: #fafafa;
}
 
#menu_index li:hover > ul
{
    display: block;
}
 
/* Sub-menu */
 
#menu_index ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 99999;    
    background: #444;

}
 
#menu_index ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    text-align: center;

}
 
#menu_index ul li:last-child
{
}
 
#menu_index ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    width: 30px;
}
 
*html #menu_index ul a /* IE6 */
{
    height: 10px;
    width: 150px;
}
 
*:first-child+html #menu_index ul a /* IE7 */
{
/*    height: 10px;
    width: 150px;*/
}
 
#menu_index ul a:hover
{
    background: #999;
}
 
#menu_index ul li:first-child a
{
}
 
#menu_index ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
}
 
#menu_index ul li:first-child a:hover:after
{
    /*border-bottom-color: #04acec;*/ 
}
 
#menu_index ul li:last-child a
{
}
#menu_index ul .nolink a{
    color:#999;
}
#menu_index ul .nolink a:hover{
    background: #666;
}
/* Clear floated elements */
#menu_index:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
 

.pageTop {
    position: relative;
}
.pageTop a{
    text-decoration: none;

    width:70px;
    text-align: right;
    position: absolute;
    top: -44px;
    right:20px;
}



* html #menu_index             { zoom: 1; } /* IE6 */
*:first-child+html #menu_index { zoom: 1; } /* IE7 */




















