﻿body {margin-left:0px; margin-top:0px;background-color:transparent; }

#ggCrossbar{position:absolute; width:100%;background-image:url('menuimages/contentMENU_11.gif');background-repeat:repeat-x;background-color:transparent; }

#menucross{ height:43; margin-left:0px; background-color:transparent; }
#nav{margin-top:0px;margin-left:0px;width:1000px;background-color:transparent; }   

#space0
{
    background-image:url('menuimages/contentMENU_02.gif');    
    width:20px;
    height:43px;
    background-repeat:repeat-x;
    margin-left:0px
}

#space1
{
 background-image:url('menuimages/contentMENU_04.gif');    
 width:30px;
 height:43;
 background-repeat:no-repeat;
}  
#menugg
{
 cursor:pointer;
 background-image:url('menuimages/ggmenu.png');    
 width:136px;
 height:43;
 background-repeat:no-repeat;
}  

#coming{background-image:url('menuimages/mini.gif');background-repeat:no-repeat;width:112px;height:43;}

#battery{background-image:url('menuimages/battery.gif');background-repeat:no-repeat;width:112px;height:43;}

#blank_shadow{background-image:url('menuimages/rightShadow.gif');width:35px;height:43px;margin-left:10.25px;}

#menu1{background-image:url('menuimages/menuOnOVER_05.gif');width:73px;height:43;background-repeat:no-repeat;}  
.tb1{ font-family:MS Reference Sans Serif; font-size:11px; background-color:transparent; background-image:url('menuimages/bg.gif')}
.b1{width:75px; height:22px;}
.b2{width:75px; height:22px;}
#menu2
{
 background-image:url('menuimages/menuOnOVER_06.gif');    
 background-repeat:no-repeat;
 width:80px;
 height:43;
 
}  
img{ border:none}
#menu3
{
 background-image:url('menuimages/menuOnOVER_07.gif');    
 background-repeat:no-repeat;
 width:127px;
 height:43;
 
}  
#menu4
{
 background-image:url('menuimages/menuOnOVER_08.gif');    
 background-repeat:no-repeat;
 width:86px;
 height:43;
 
}
#menu5
{
 background-image:url('menuimages/menuOnOVER_09.gif');    
 background-repeat:no-repeat;
 width:86px;
 height:43;
 
}
#spacelast
{
     background-image:url('menuimages/contentMENU_11.gif');    
     background-repeat:repeat-x;
}
#menu6
{
     background-image:url('menuimages/menuOnOVER_10.gif');    
     background-repeat:no-repeat;
     width:132px;
     height:43;
}
#menu7
{
     background-image:url('menuimages/menuOnOVER_12.gif');    
     background-repeat:no-repeat;
     width:132px;
     height:43;
}

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
   
    #nav li {
        float:left; 
        display:block; 
        background-color:transparent; 
        position:relative;
        z-index:500; 
        margin-left:0px
    }
         
    /* this is the parent menu */
    #nav li a {
        display:block; 
        padding:0px 5px 0 5px; 
        font-weight:700;  
        height:43px; 
        text-decoration:none; 
        color:#000000; 
        text-align:center; 
        color:#333;
    }
 
    #nav li a:hover {
        color:#FF7F00;
        text-decoration:underline; 
    }
     
    /* you can make a different style for default selected value */
    #nav a.selected {
        color:#f00;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
            position:absolute;
            left:0; 
            display:none; 
            margin:0 4 0 5px; 
            padding:0; 
            list-style:none;
        }
        #nav ul li {
            width:100%; 
            height:100%; 
            float:left; 
            border-top:0px solid #fff;
        }
         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display:inline-block;  
            height:12px;
            padding: 2px 0px; 
            color:#2F709F;
        }
        #nav ul a:hover {}
 a.menunormal{ font-family:Tahoma; font-size:12px; font-style:inherit;}
/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
    margin:0 0 0 -2px;
}

