/* Topics MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.topicmenu {
font-family: verdana, sans-serif;
text-align: left;
font-size: 11px;
 margin: 0;
 padding: 0;
/* width: 220px;  */
 list-style: none;

}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.topicmenu ul {
/* font-size: 11px; */
text-align: left;
 visibility: hidden;
 position: absolute;
 top: 0;
  width: 220px;  
 left: 180px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.topicmenu li {
/* font-family: arial, sans-serif;  */
 position: relative;
 bottom-border: 0px solid #330;
 /* background: #E8F4C1;  */
 margin-bottom: -1px;
/* width: 220px;  */
 list-style: none;
   z-index: 100
}
/*.topicmenu ul>li:last-child {
 margin-bottom: 1px;
}  */
/* Links inside the menu 

.topicmenu a {
 display: block;
 margin-left:0px;
 padding: 5px;
 color: #777777;
 text-decoration: none;
}
*/

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus. */
/*
.topicmenu a:hover, .topicmenu a.highlighted:hover, .topicmenu a:focus {
 color: #777777;
 background-color: #E7ECF5;
 padding: -5px;
 
}

.topicmenu a.highlighted {
 color: #777777;
 background-color: #E7ECF5;
}
*/

/* sub menus --------------------------- */
.topic2 a {
 display: block;
 margin-left:0px;
 padding: 5px;
 padding-bottom: 10px;
 color: #333333;
 border-top: solid 1px #FFFFFF; 
 text-decoration: none;
 background-color: #E4E4E4 ; 
}
.topic2 a:hover, .topic2 a.highlighted:hover, .topic2 a:focus {
 color: #444444;
 background-color: #FFFFFF;
 padding: -5px;
 
}
.topic2 a.highlighted {
 color: #444444;
 background-color: #F0F0F0;
}

/* sub  */

.subtopic2 a {
 display: block;
 margin-left:0px;
 padding: 5px;
 padding-bottom: 10px;
 /* border-bottom: solid 1px #C1C1C1; */
 color: #444444;
 /* background-color: #D9DDD5; */
 text-decoration: none;
}
.subtopic2 a:hover, .subtopic2 a.highlighted:hover, .subtopic2 a:focus {
 color: #333333;
 background-color: #FFFFFF;
 padding: -5px;
 
}
.subtopic2 a.highlighted {
 color: #333333;
 background-color: #FFFFFF;
}
.summary2 {
 color: #4C4C4C; 
 font-size:10px; 
 font-weight: bold;
}
.head2 {
 color: #4C4C4C; 
 font-size:11px; 
 font-weight: bold;
}

.spawn2 a{
 background-color: #D9DDD5;
 border-top: solid 1px #FFFFFF; 
 border-bottom: solid 1px #FFFFFF;
 /*
 border-top: solid 1px #C1C1C1; 
 border-bottom: solid 1px #C1C1C1; */
}


/*sub menus ---------------------------*/


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.topicmenu a:hover .subind {
 float: right;
  visibility: visible;
}

.topicmenu a:highlighted .subind {
 float: right;
  visibility: visible;
}

.topicmenu a .subind {
 float: right;
 visibility: v i;
}


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .topicmenu li {
 float: left;
 height: 1%;
}
* html .topicmenu a {
 height: 1%;
}
/* End Hack */
