/* Start of CMSMS style sheet 'TCNA Navigation: CSSMenu - Horizontal' */
/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

#menu_vert {
   height: 32px;
}

/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */ 
   background-color: transparent;
   border: 0;
   width: 100%;
}

/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0; 
   padding: 0;
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none;
   border-bottom: 1px solid #8B8B8B;
}
#primary-nav ul ul { 
}
	
#primary-nav li {
   width: 218px;    /* Set the width of all menu items equally */
   float: left;
     padding-left: 4px;
   padding-right: 4px;
   background-color: transparent;
   border: 0;
   border-right: 1px solid #8B8B8B;
}

#primary-nav li li {
   background-color: #FFF;
   border: 0;
   padding: 0;
   float: none; 
   position: relative;
   filter:alpha(opacity=90);
   -moz-opacity:0.9;
   -khtml-opacity: 0.9;
   opacity: 0.9;
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   padding-left: 8px;
   text-decoration: none; 
   color: #000;
   line-height: 2;
   font-family: Verdana, Arial, sans-serif;
   font-size: 1em
}
#primary-nav a:hover {
   color: #8B8B8B;
}

#primary-nav li a {
  text-indent: -999em;
  border-bottom: 1px solid #8B8B8B;
  height: 32px;
}
#primary-nav li li a {
  text-indent: 0;
  border-left: 1px solid #8B8B8B;
  border-right: 1px solid #8B8B8B;
  border-bottom: 0;
}	
#primary-nav li, #primary-nav li.menuparent {
    background-color: transparent; 
}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li li.menuactive { 
   /* background-color: #C7C7C7; */
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparenth {
   background: none;
}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover a, 
#primary-nav li.menuh a, 
#primary-nav li.menuparenth a, 
#primary-nav li.menuactiveh a {
   background: none;
}

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none;
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparenth ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   float: left; 
   clear: both; 
}
#primary-nav li li a { 
   height: 1%; 
}

/* TCNA Section Headings */

li#nav-the-neighborhood {
   background: transparent url(images/tcna/nav_tn.gif) 4px 0 no-repeat;
}

#nav-the-neighborhood a {
   background: transparent url(images/tcna/nav_tn.gif) 0 -32px no-repeat;
}

/* li:hover#nav-the-neighborhood a, li.menuparenth a {
   background: none;
} */

li#nav-neighborhood-association {
   background: transparent url(images/tcna/nav_na.gif) 4px 0 no-repeat;
}

#nav-neighborhood-association a {
   background: transparent url(images/tcna/nav_na.gif) 0 -32px no-repeat;
}

li#nav-business-directory {
   background: transparent url(images/tcna/nav_bd.gif) 4px 0 no-repeat;
}

#nav-business-directory a {
   background: transparent url(images/tcna/nav_bd.gif) 0 -32px no-repeat;
}


li#nav-government-services {
   background: transparent url(images/tcna/nav_gs.gif) 4px 0 no-repeat;
}

#nav-government-services a {
   background: transparent url(images/tcna/nav_gs.gif) 0 -32px no-repeat;
}

/* End of 'TCNA Navigation: CSSMenu - Horizontal' */

