#menu_container {float:left; width:1045px; height:37px; background:url(../images/menu_back.png) top right no-repeat; color:#3b3b3b; font-size:13px;}
a.home {float:left; width:42px; height:37px; padding:0px; border:0px; background:url(../images/home.png) no-repeat;}   
a.home:hover {background:url(../images/home_selected.png) no-repeat;}   
a.home_selected {float:left; width:42px; height:37px; padding:0px; border:0px; background:url(../images/home_selected.jpg) no-repeat;}   

ul.dropdown {float:left; list-style:none; margin:0; padding:0; position:relative; z-index:597; font-weight:normal; font-size:13px; font-family:Arial, Helvetica, sans-serif;}
ul.dropdown li {float:left; padding:7px 5px; background:url(../images/menu_back.jpg) repeat-x top; color:#000; padding:0; border:none;}
ul.dropdown li:hover {background:url(../images/menu_hover.jpg) repeat-x top; color:#fff; position:relative; z-index:599; cursor:default;}
ul.dropdown li:hover a {color:#FFF;}
ul.dropdown li a {display:block; padding:10px 10px 11px; color:#000; text-decoration:none;}

ul.dropdown ul {visibility: hidden; position:absolute; top:100%; left:0; z-index:598; width:200px; margin:0px; padding:0px;}
ul.dropdown ul li {float:none; font-weight:normal; display:block; background-image:none; background-color:#eeeeee; border-bottom:1px solid #d9d9d9}
ul.dropdown ul li:hover {background-image:none; background-color:#eeeeee;}
ul.dropdown ul li a {color:#828282; text-decoration:none;}
ul.dropdown li:hover li a {color:#828282;}
ul.dropdown ul li a:hover {color:#000; text-decoration:underline;}
ul.dropdown ul ul {top:1px; left:99%;}
ul.dropdown li:hover > ul {visibility: visible;}

ul.dropdown *.dir {padding-right:25px; background-image: url(../images/nav-arrow-down.png); background-position: 100% 50%; background-repeat: no-repeat;}
ul.dropdown-horizontal ul *.dir {padding-right:15px; background-image:url(../images/nav-arrow-right.png); background-position:100% 50%; background-repeat:no-repeat; background-color:#fff;}
ul.dropdown li:hover > *.dir {padding-right:25px; background-image: url(../images/nav-arrow-down.png); background-position: 100% 50%; background-repeat: no-repeat;}
ul.dropdown ul li:hover > *.dir {padding-left:5px; border-left:5px solid #ffa500; color:#000; background-image:url(../images/nav-arrow-right.png); background-position:100% 50%; background-repeat:no-repeat; text-decoration:none; background-color:#FFF;}
ul.dropdown li:hover li a.dir {color:#000;}
ul.dropdown ul li a {padding:7px 5px; font-size:12px;}
ul.dropdown li a, ul.dropdown *.dir {color:#000; border-right:1px solid #a7a7a7;}

