.clearfix_menu2 {
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

#menu_vert {
   padding: 0px;
   margin: 0px;
   background-color: none;  /* background color for the entire menu row */
   width: 100%;
   background-image: url(../images/bg_right.png);
   background-repeat: repeat-y;
}

/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding: 0px;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   width: 100%;
   margin: 0px;
   background: none;
   border-bottom: 1px dotted #cccccc;
   display: block;
}

#menu_vert ul ul li {
   border: 0;
   padding: 0;
   margin: 0;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   color: #333333; /* this will be link color for all levels */ 
   min-height:1em; /* Fixes IE7 whitespace bug */
   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: bold;
   font-weight: bold;
}

div#menu_vert a:hover {
   color: #0099ff; /* this will be link color for all levels */ 
}

div#menu_vert a.currentpage { 
   color: #0099ff;
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: normal;
   color: #333333;
   text-decoration:none;
}

div#menu_vert ul ul a.currentpage { 
   color: #0099ff;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #0099ff;
   text-decoration:none;
}

div#menu_vert li a.activeparent:hover { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #0099ff;
   text-decoration:none;
}

div#menu_vert ul ul li a.activeparent { 
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #333333;
   text-decoration:none;
}

/* section header */
div#menu_vert li.sectionheader {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   font-style: normal;
   font-weight: bold;
   color: #333333;
   text-decoration:none;
}