Estas son las imagenes
https://rapidshare.com/files/461110847/images.rar
Este es el codigo del menu:
Código HTML:
Ver original
<html> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" href="css/main.css" type="text/css" media="screen"> <script type="text/javascript"> function resalta(elemento) { switch(elemento.style.className) { case 'select': elemento.style.className = 'current'; break; case 'current': elemento.style.className = 'select'; break; } } </script> </head> <body> <!-- Start: page-top-outer --> <div id="page-top-outer"> <div id="page-top"> <!-- start logo --> <div id="logo"> </div> <!-- end logo --> <!-- start top-search --> <div id="top-search"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td> <select class="styledselect"> </select> </td> <td> <input type="image" src="images/top_search_btn.gif" /> </td> </tr> </table> </div> <!-- end top-search --> <!-- End: page-top --> </div> <!-- End: page-top-outer --> <!-- start nav-outer-repeat................................................................................................. START --> <div class="nav-outer-repeat"> <!-- start nav-outer --> <div class="nav-outer"> <!-- start nav --> <div class="nav"> <div class="table"> </div> </div> <!-- start nav --> </div> <!-- start nav-outer --> </div> <!-- start nav-outer-repeat................................................... END --> </div> </body> </html>
Este es el codigo CSS:
Código CSS:
Ver original
#page-top-outer { background: url(../images/top_bg.jpg) top center repeat-x; border-bottom: 1px solid #7e7e7e; height: 92px; } #page-top { margin: 0 auto; max-width: 1260px; min-width: 850px; position: relative; } #logo { float: left; margin: 45px 0 0 15px; } #logo a { display: block; } #top-search { display: inline; float: right; position: relative; margin: 46px 20px 0 0; z-index: 20; } .top-search-inp { background: url(../images/top_search_inp.gif) no-repeat; border: none; color: #fff; font-size: 12px; height: 23px; padding: 6px 6px 0 10px; width: 164px; } .styledselect { background: #2a2a2a; border: 1px solid #424242; color:#fff; width:120px; padding: 5px; line-height: 14px; margin-right: 6px; font-size: 12px; } /* NAVIGATION ----------------------------------------------- */ .nav-outer-repeat { background: url(../images/repeat.jpg) repeat-x; height: 77px; } .nav-outer { margin: 0 auto; max-width: 1260px; min-width: 850px; } .nav { float: left; font-family: Tahoma; font-size: 13px; height: 38px; position: relative; width: 1200px; min-width: 600px; z-index: 500; } .nav-divider { background: url(../images/divider.jpg) top no-repeat; float: left; height: 40px; width: 15px; } .nav .table { display: table; } .nav .select, .nav .current { display: table-cell; float: left; list-style: none; margin: 0 0px 0 0; padding: 0; white-space: nowrap; } .nav li { float: left; height: auto; margin: 0; padding: 0; } .nav .select a { background: url(../images/pro_line_0x.gif); color: #fff; display: block; float: left; height: 37px; line-height: 35px; padding: 0 20px 0 20px; text-decoration: none; white-space: nowrap; } .nav .current a { background: url(../images/pro_line_1.gif); color: #fff; display: block; float: left; height: 37px; line-height: 35px; padding: 0 0 0 10px; text-decoration: none; white-space: nowrap; } .nav .current a b { background: url(../images/pro_line_1.gif) right top; display: block; padding: 0 20px 0 10px; } .nav .select a:hover, .nav .select li:hover a { background: url(../images/pro_line_1.gif); color: #fff; cursor: pointer; padding: 0 0 0 10px; } .nav .select a:hover b, .nav .select li:hover a b { background: url(../images/pro_line_1.gif) right top; cursor: pointer; display: block; float: left; padding: 0 20px 0 10px; } .nav .select_sub { display: none; margin: 0 0 0 10px; } /* GENERAL --------------------------------------------------------*/ table { border-collapse: collapse; } .fr { float: right; } a { outline: none; text-decoration: none; } a:hover { } .clear { clear: both; font-size: 0px; height: 0; line-height: 0px; margin: 0px; padding: 0px; } img { border: 0; } p { margin: 0px; padding: 0px; } form { margin: 0; padding: 0; } .line { border-top: 1px solid #dcdada; font-size: 0px; height: 1px; line-height: 0px; margin: 20px 0; padding: 0; } .font11 { font-size: 11px; }