/* Start of CMSMS style sheet 'Menu Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

div#menu_horiz {
   background: #fff url(uploads/Clean_Red/menu1.png) top left repeat-x; 
   width: 100%;
   margin: 0;
   border-bottom:4px solid #fff;
   text-align:right;
   height:40px;
}

div#menu_horiz ul {
   margin: 0;
   padding: 0;   
   float:right;
   
}

div#menu_horiz li {
   float: left;
   list-style: none; 
   margin: 0 ;   
}


div#menu_horiz h3 {
   padding: 12px 14px 12px 18px; 
   margin: 0; 
   text-decoration: none; 
   color: #fff;
   background: url(uploads/Clean_Red/arrow-right.gif) no-repeat 10% center; 
   display: block; 
   font-weight:bold;
   font-size: 1em; 
   line-height:1.4em;   
}

div#menu_horiz a {
   padding: 12px 14px 12px 18px; 
   margin: 0;
   text-decoration: none;
   color: #fff;   
   display: block; 
   font-weight:bold;
   font-size: 1em; 
   line-height:1.4em;   
   
}


div#menu_horiz li a:hover {
   
}

div#menu_horiz a.activeparent:hover {
   
}

div#menu_horiz li.activeparent a {
   background: url(uploads/Clean_Red/arrow-right.gif) no-repeat 10% center; 
   color: #fff;   
}



/* End of 'Menu Horizontal' */

