﻿#nav { margin : 0px; padding : 0px; list-style-type : none; margin-left : 44px !important;}
#nav li { font-size : 12px; line-height : 30px; margin-right : 38px; color: #fff; height : 33px;}
#nav a { color : #fff; text-decoration : none; font-weight : bold; padding : 0 14px; }

#nav li.active { background : #e63b0b url(i/bg/navactive.png) 0 0 repeat-x; }

#nav a:visited { color: inherit; }

#nav li:hover { background : #e63b0b url(i/bg/navactive.png) 0 0 repeat-x; }

/* second-level lists */	
#nav li ul { background: #666; border : 1px solid black; border-top : 0px; }
#nav li ul li {	border-top: solid 1px black; height : auto; }


#footernav { margin : 0px 22px 0 55px; padding : 0px; list-style-type : none; }
#footernav li { float : left; border-right : 1px solid #fff; padding : 0 5px; margin-top : 16px; height : 10px; line-height : 10px; }
#footernav li a { color : #fff; text-decoration : none; }
#footernav li a:hover { text-decoration : underline !important; }

#footernav li.last { border : 0px; }
#footernav li.right { float : right; }