/* Start of CMSMS style sheet 'Home HORISONTAL MENY' */
/* CSS-Start: The Horizontal Menu */
#menu_hor {
/*
   text-align: bottom;
   line-height: 2.5;
   margin: 0 0px 0 0;
*/
   padding: 0 15px;
   margin: 0 0 0 234px;
   float: left; /* Contain floated list items */
   height: 34px;
   height: 53px;
   border: 0px blue solid;
}

#menu_hor ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

#menu_hor li {
   float: left; 
}

#menu_hor a {
   display: block; /* to increase clickable area as a's default to inline */
   float: left;
   text-align: center;
   color : #b2212c;
   text-decoration: none;
   height: 31px;
   height: 34px;
   height: 53px;
/*
   padding: 0 15px;
   height: 31px;
*/
}

#menu_hor a:hover {
/* background: yellow; */
}

#menu_hor li.current a {
/*   color: #666666; */
}

#primary_nav { }
/* CSS-End: The Horizontal Menu */

/* End of 'Home HORISONTAL MENY' */

