﻿#nav {
    position: relative;
    z-index: 99001;
    width:100%;    height:60px;
    background:url(images/nav_bg.png) 0 0 repeat-x;}
#nav ul{ width:1000px; margin:0 auto;}
#nav li {
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
    height:50px;
    margin-right:2px;}
#nav li a{
    position: relative;
    float: left;
    margin: 0;
    padding:18px 0; 
	width:164px; text-align:center;            
    color: #f1f1f1;   font-size: 14px; white-space: nowrap;   
    z-index: 99001;}
#nav li:hover,#nav li a:hover,#nav li a.focus{
    color: #fff;            
    text-decoration: none;
    background:url(images/nav_focus.jpg) 0 0 repeat-x; }
/*#nav ul ul{display: none;}
#nav li:hover ul{
    position: absolute;
    display: block;
    top:50px;    left: 0;
    width:100%;  
    background:#e5c2c2;
    z-index: 99002;}
#nav ul ul li a:hover {
    color: #fff;
    background:#8e2200 url(images/nav_focus.jpg) 0 0 repeat-x;;    }

#nav li i{
    position:absolute;
    right:0;
    width: 2px;
    height: 50px;
    background: url(images/nav_line.jpg) 0 0 no-repeat;
    display: inline-block;}
	
#nav li ul li a{width:164px;}*/