.submenu {
    background-color:#353535;
}

.submenu_item {
    padding-right:10px;
    padding-left:10px;
    padding-top:5px;
    padding-bottom:5px;
    border-bottom:1px solid white;
    background-color:#353535;
    min-width:67px;
}

/****************************tab css*************************************************************************/
#tab_container {
    width:801px;
    color:white;
    font-family:Arial, sans-serif;
    font-size:12px;
    border-left:1px solid white;
    border-right:1px solid white;
    border-top:1px solid white;
    background-image:url(../images/button-bg.jpg);
    display:table;
}

#tab_container li:hover, #tab_container li.sfhover {
    position: static;
}

.tab {
    width:auto;
    float:left;
    white-space:nowrap;
    font-weight:bold;
    cursor:pointer;
    position:relative;
    border-right:1px solid white;
}

.tab:hover {
    background:url(../images/button-bg-on.jpg) repeat-x;
}

html>body .tab{
    /*margin-bottom:8px;*/
}

.tab a, .tab a:hover {
    color:white;
    text-decoration:none;
}

.tab:hover a, .tab.sfhover a{
    color:#fff;
    text-decoration:none;
}

.tab div{
    float:left;
    height:29px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
}

.tab_on, .tab_off{
    float:none;
    text-align:center;
    height:29px;
    width:inherit;
    padding-left:9px;
    padding-right:9px;
}

.tab  .tab_left{
    height:29px;
    background-image:url(../tabs/tab_left.gif);
}

.tab .tab_right{
    height:29px;
    background-image:url(../tabs/tab_right.gif);
}

.tab .tab_content{
    line-height:29px;
    height:29px;
}

.tab .index_tab_content{
    background:url(../tabs/xsat_logo_button_white.jpg) no-repeat;
    /*padding-top:8px;*/
}

.tab .tab_left_on{
    height:26px;
    background-image:url(../tabs/tab_left_hover.gif);
}

.tab .tab_right_on{
    height:29px;
    background-image:url(../tabs/tab_right_hover.gif);
}

.tab .tab_content_on{
    /*height:29px;*/
    line-height:29px;
    /*padding-top:7px;*/
}

.tab .index_tab_content_on{
    background:url(../tabs/xsat_logo_button_blue.jpg) no-repeat;
    /*padding-top:8px;*/
}

.tab_on{
    position:absolute;
    top:0px;
    left:-5200px;
}

.tab_on .tab_content_on a{
    color:#fff;
    text-decoration:none;
}
.tab_on .tab_content_on a:hover{
    color:#fff;
    text-decoration:none;
}
/*tab:hover .tab_on, .tab.sfhover .tab_on{
top:0px;
left:0px;
}*/


/**********************************************menu css*****************************************************/
.menu{
    text-align: left;
    visibility:hidden;
    position:absolute;
    top:29px;
    /*left:-1999px;*/
    /*width:400px;*/
    min-width:95px;
    border-top:1px solid white;
    /*border-left:1px solid white;
    border-right:1px solid white;*/
}

.menu .nav{
    /*width:99px;*/
}

/*#menu_container{
    background-color:#7da7d9;
    height:22px;
    border-bottom:1px solid white;
    clear:left;
}*/

.nav, .nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
    font-family:Tahoma, Arial, sans-serif;
    font-size:10px;
    font-weight:bold;
    list-style:none;
}

.nav a {
    display: block;
    text-decoration:none;
    color:#fff;
}

.nav li {
    float: inherit;
    padding-top:6px;
    padding-bottom:6px;
    position:relative;
    background-color:#353535;
    list-style:none;
    border-bottom:1px solid white;
}

.nav li a {
    display: block;
    padding-right:10px;
    padding-left:10px;
    /*border-left:1px solid white;*/
}

.nav li ul {
    position: absolute;
    width: 89px;
    left: -1999em;
    top:22px;
    border:1px solid white;
    border-top:none;
}

.nav li ul li a  {
    text-decoration:none;
    padding-top:6px;
    padding-bottom:6px;
    border-top:1px solid white;
    border-left:none;
    width:80px;
}



.nav li ul li{
    padding:0px;
    background-color:#969696;
    width:100px;
}

.nav .submenu{
    background-image:url(menu_arrow.gif);
    background-position:right;
    background-repeat:no-repeat;
}

/***********************thirt level dropdown**************************************************/
.nav li ul ul {
    margin: -22px 0 0 100px;

}

.nav li ul li li a {
    width:80px;
    padding-top:6px;
    padding-bottom:6px;
    border-left:none;

}

.nav li:hover ul ul, .nav li.sfhover ul ul {
    left: -1999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul {
    left: 0px;
}

.nav li:hover, .nav li.sfhover{
    background-color: #97989c;
}

.nav li ul li:hover, .nav li ul li.sfhover {
    background-color: #7da7d9;
}