﻿#nat { width: 270px; background: transparent center; } 

    #nat ul {
	list-style: none ;
	margin: 0;
	padding: 0;
	
} 

    #nat a, #nat h2 {
	font: bold 16px/24px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #857166 #857166 #857166 #857166;
	margin: 0;
	padding: 1px 1px;
}

    #nat h2 { color: #443833; background: #56453e; text-transform: uppercase;
    } 

    #nat a { color: #443833; background: #56453e; text-decoration: none; } 

    #nat a:hover { color: #a7a3a0; background: #56453e; } 
    
    #nat li { position: relative; }

    #nat ul ul ul {position: absolute; top: 0; left: 100%; width: 100%; }

    div#nat ul ul ul, 
    
    div#nat ul ul li:hover ul ul {display: none;} 

    div#nat ul ul li:hover ul, 
    
    div#nat ul ul ul li:hover ul {display: block;}
    