#navigation ul
{
    list-style-type:none;
}
#navigation ul li
{
  float:left;
  background:url("../Images/mainNavSeparator.png") no-repeat right center;
}
#navigation ul li a:link, #navigation ul li a:visited
{
    color:#fff;
    text-transform:uppercase;
    font-size:1em;
    padding:7px 10px 7px 10px;
    float:left;
    margin:0px 10px 0px 10px;
}
#navigation ul li a:hover, #navigation ul li a.active
{
    background:url("../Images/navMainMouseOver.gif") repeat-x left top !important;
    border-top:1px solid #fff;
    color:#3b6e8f !important;
    text-decoration:none;
    margin-top:-1px;    
}

#navigation ul li.last
{
    background:none;
}

/* fallback ajaxmenu */

.content-products-information-fallback li.tab1 a 
{
    background:url("../Images/storage_normal.gif") no-repeat left top;
    height:64px;
    width:142px;
}
.content-products-information-fallback li.tab1 a.current
{
    background:url("../Images/storage_active.gif") no-repeat left top;
    height:64px;
     width:142px;
}
.content-products-information-fallback li.tab2 a
{
    background:url("../Images/backup_normal.gif") no-repeat left top;
    height:64px;
    width:136px;
}
.content-products-information-fallback li.tab2 a.current
{
    background:url("../Images/backup_active.gif") no-repeat left top;
    height:64px;
    width:136px;
}
.content-products-information-fallback li.tab3 a
{
    background:url("../Images/archiving_normal.gif") no-repeat left top;
    height:64px;
    width:161px;
}
.content-products-information-fallback li.tab3 a.current
{
    background:url("../Images/archiving_active.gif") no-repeat left top;
    height:64px;
    width:161px;
}
.content-products-information-fallback li.tab4 a
{
    background:url("../Images/disaster_normal.gif") no-repeat left top;
    height:64px;
    width:261px;
}
.content-products-information-fallback li.tab4 a.current
{
    background:url("../Images/disaster_active.gif") no-repeat left top;
    height:64px;
    width:261px;
}

/* sub-level */
#navigation ul li ul{
    left:-999em;
    position:absolute;
    top:29px;
    width:175px;
    background: #275c7e;
    padding:10px 0px 0px 0px;
    border: 1px solid #5984A0;
    border-width: 0px 1px 1px 1px;
    opacity: 0,9;
    z-index: 88899898989;
}
#navigation ul li ul li a {
    display: block;
    width: 145px;
    text-transform: none !important;
}
#navigation ul ul li{
    width: 100%;
    background: none;
}
#navigation ul li:hover ul{
    left:-1px;
}
#navigation ul li
{
  float:left;
  background:url("../Images/mainNavSeparator.png") no-repeat right center;
  position: relative;
}
#navigation ul ul li a:hover{
     background: #dedddd url("../Images/navMainMouseOver.gif") repeat-x left top !important;
     height: auto;
     margin-left:0px;
     padding-left:20px;
     display: block;
     width:145px;
 }
.video{
     width: 400px;
     background: yellow;
     height: 280px;
     margin-right: 20px;
 } 
