/**
 * Navlist - Secondary Vertical Navigation List  
 * ----------------------------------------------
 * 
 */

#navlist ul { 
list-style : none; 
margin : 0; 
padding : 0; 
position : relative; 
} 
#navlist h2 { 
background : #59a09a; 
color : #ffffff; 
position : relative; 
text-transform : uppercase; 
letter-spacing : 0.15em; 
text-align : center; 
padding-top : 5px; 
margin : 0; 
border-top : 1px solid #94928c; 
border-left : 1px solid #94928c; 
border-right : 1px solid #94928c; 
border-bottom : 1px solid #ba918f; 
font-size : 0.9em; 
height : 23px; 
} 
#navlist li { 
margin : 0; 
padding : 0; 
background : #efefef; 
border-bottom : 1px solid #94928c; 
border-left : 1px solid #94928c; 
border-right : 1px solid #94928c; 
list-style : none; 
} 
#navlist li.title { 
padding : 6px 10px 8px 20px; 
font-size : 0.85em; 
font-weight : bold; 
color : white; 
line-height : normal; 
background : #782223; 
} 
#navlist a { 
padding : 10px 10px; 
display : block; 
font-size : 0.85em; 
font-weight : bold; 
text-decoration : none; 
color : #525152; 
line-height : normal; 
} 
#navlist a:hover { 
background : #d0cfcf; 
} 
#navlist .selected a { 
color : #ffffff; 
background : #932a2a; 
} 
#navlist .selected a:hover { 
color : #ffffff; 
background : #932a2a; 
} 





/** html #navlist ul li a { 
	height: 1%; 
} 

*/

