/* Start of CMSMS style sheet 'design02 : Design02 - Menu Horizontal' */
/*** Menu horizontal ***/

/*** Hack for Internet Explorer ***/

* html div#menu-horizontal {
/* hide ie/mac \*/
height: 1%;
/* end hide */
}

#menu-horizontal{
text-align: right;
display: inline;
padding: 0;
font-size: 0.7em;
}


div#menu-horizontal ul {
margin: 0;
padding: 0;
}


/*** Menu list items ***/

div#menu-horizontal li {
float: left; /* makes the list horizontal */
list-style: none; /* hides the list bullet */ 
margin: 0 ;
}


/*** The links, that is each list item ***/

div#menu-horizontal a {
padding: 0;
margin: 0 2px;
text-decoration: none;
color: #555;
padding:4px 7px;
display: block; /* IE has problems with this, fixed above */
}


/*** Hover state for links ***/
div#menu-horizontal li a:hover {
color:#000;
padding:4px 7px;
background-color: #eee;
}

div#menu-horizontal a.activeparent:hover {
color: #000;
}

/* Active parent, that is the first-level parent of a child page that is the current page */

div#menu-horizontal li.activeparent a {
color: #000;
}

div#menu-horizontal h3{
margin: 0 2px;
padding:4px 7px;
text-decoration: none; 
color: #000;
display: block; /* IE has problems with this, fixed above */
font-size:0.95em;
font-family:verdana, arial;

}
/* End of 'design02 : Design02 - Menu Horizontal' */

