@charset "UTF-8";
/* CSS Document */

/********************
MENU
*********************/
#menu_vert {
   padding-left: 0px;
   margin-left: 0 auto;
   background-color:#E31937;
   background-image:url(../images/menu_top.jpg);
   background-repeat:no-repeat;
   background-attachment:scroll;
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   
   }
   
   

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   display: block;
}


/** 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 */
   padding: 0.5em 0.5em 0.5em 0.5em; /* some air for it (TRBL)*/
   color: #FFFFFF; /* this will be link color for all levels */
   min-height:1em; /* Fixes IE7 whitespace bug */ 
   font-family:Arial, Helvetica, sans-serif;
   font-weight:normal;
   
}


/* hover state for all links */
div#menu_vert a:hover {
   background-color:#CC0033;
}


div#menu_vert ul.separator hr {
height:1px;
}