body {
    font-size: 0.85em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav, #nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
    position: relative;
    /*float: left;*/
    /*text-align: center;*/
    font-family: verdana, sans-serif;
    font-size: 9px;
    text-transform: uppercase;
}

#nav a {
    /*display: block;*/
    /*color: #c61e1d;*/
    text-decoration: none;
    /*background-color: #4C4C4C;*/
    color: #fff;
    height: 20px;
}

#nav a:hover {
    color: #fff;
    height: 20px;
    background: url('../../../images/1.jpg') repeat-x scroll 0 0;
}
#nav li:hover {
	background: url('../../../images/1.jpg') repeat-x scroll 0 0;
	}

#nav li {
    float: left;
    /*position: relative;*/
    width: 169px;
    border-style: dotted;
    background-color: #4C4C4C;
}

#nav li.NuestrosAbogados2 {
    background: url('../../../images/2.jpg') repeat-x scroll 0 0;
    border-style: none;
    border-right: none;
}

#nav li.NuestrosAbogados2 a:hover, #nav li.NuestrosAbogados3 a:hover, #nav li.NuestrosAbogados4 a:hover,
#nav li.NuestrosAbogados5 a:hover,#nav li.NuestrosAbogados6 a:hover,#nav li.NuestrosAbogados7 a:hover {
    background: url('../../../images/arrow.png') no-repeat scroll 13% 35%;
}

#nav li.NuestrosAbogados3 {
    background: url('../../../images/3.jpg') repeat-x scroll 0 0;
    border-style: none;
    border-right: none;
}

#nav li.NuestrosAbogados4 {
    background: url('../../../images/4.jpg') repeat-x scroll 0 0;
    border-style: none;
    border-right: none;
}

#nav li.NuestrosAbogados5 {
    background: url('../../../images/5.jpg') repeat-x scroll 0 0;
    border-style: none;
    border-right: none;
}

#nav li.NuestrosAbogados6 {
    background: url('../../../images/6.jpg') repeat-x scroll 0 0;
    border-style: none;
    border-right: none;
}

#nav li.NuestrosAbogados7 {
    background: url('../../../images/7.jpg') repeat-x scroll 0 0;
    border-style: none;
    border-right: none;
}

#nav li#last {
    width: 179px;
}

#nav li#last a {
    border: none;
}

#nav li#last ul li {
	width:179px;
	}
	
#nav li#last ul li a {
	width:175px;
	}

#nav ul {
    position: absolute;
    display: none;
    width: 169px;
    height: 22px;
}

#nav li ul a {
    width: 166px;
    float: left;
}

#nav ul ul {
    top: auto;
}

#nav li ul ul {
    left: 169px;
    margin: 0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
    display: none;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
    display: block;
}
