
#nav {
 float:left;
 width:697px;
 height:40px;
} 


.sub_menu, .sub_menu_home, .sub_menu_company, .menu_line{
       float:left;
       text-align:center;
       color:#000;
       line-height:40px;
       display:inline;
}

.sub_menu{
       background:#f7f7f7 url(/images/bar_menu.png) repeat-x;
       height:40px;
       width:96px;

}

.sub_menu_home{
       background:#f7f7f7 url(/images/left_button.png) no-repeat;
       height:40px;
       width:105px;

}

.sub_menu_company{
       background:#f7f7f7 url(/images/right_button.png) no-repeat;
       height:40px;
       width:105px;
}

li.sub_menu:hover{
       background:#f7f7f7 url(/images/bar_menu_hover.png) repeat-x;
}
li.sub_menu_home:hover {
       background:#f7f7f7 url(/images/left_button_hover.png) no-repeat;}

li.sub_menu_company:hover{
       background:#f7f7f7 url(/images/right_button_hover.png) no-repeat;}

li.menu_line{
       background:#fff  url(/images/menu_line.png) no-repeat;
       height:39px;
       width:1px;    

}

.dropdownmenu{
     white-space: nowrap; 
     padding:0px 0px 0px 0px;
     background:#F7F7F7;
     width:697px;
     height:40px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.dropdownmenu ul{
/*border: 0px solid #BBB;*/
    width:100% ;
    padding: 0px 0px;
    margin: 0px;
    text-align:center;
    list-style:none;
 }

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #8a8c8f; 
border-bottom-width: 0;
z-index:100;
line-height:18px;
width: 200px;
visibility: hidden;
 }


.dropmenudiv a, .dropmenudiv a:hover{
background: #F7F7F7 url(/images/bar_menu_drop.png) repeat-x;
width: auto;
display: block;
font-size: 11px; 
text-decoration: none; 
color:#747474;
text-indent: 5px;
border-bottom: 1px solid #eae7f5; 
padding: 2px 0;
font-weight: bold;
}

* html .dropmenudiv a{ 
width: 100%;
}

.dropmenudiv a:hover{
background: #F7F7F7 url(/images/bar_menu_drop_hover.png) repeat-x;
}




