/* Start of CMSMS style sheet 'meniu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* background-color for the entire menu row, covering 100% of the width and text center-aligned */
div#menu_horiz {
   margin-bottom:5px;   
   height: 36px;      
   width: 962px;
   margin: 0;   
}

/* the menu ul box has top and left border, right border is provided by the li elements */
div#menu_horiz ul {
   margin: 0;
   padding: 0;   
   border-bottom: 0px solid #C0C0C0;
   border-left:  0px solid #C0C0C0;   
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   hight:33px;
   width:114px;   
   margin: 0 ;
   border-right: 0px solid #C0C0C0;   
}


/* the links, that is each list item */
div#menu_horiz a {
   padding-left: 26px;
   padding-top: 4px; 
   padding-bottom:12px; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */   
   display: block; /* IE has problems with this, fixed above */
   background: url(images/button-of.gif) no-repeat;
   text-align:left;
   font-family:arial;
   font-size:12px;
   font-weight: bold;
   text-transform: uppercase; 
   color: #0b65af;
}


/* hover state for links */
div#menu_horiz li a:hover {
   background: url(images/button-on.gif) no-repeat;
   color: #ffffff;
}

div#menu_horiz a.activeparent:hover {
   background: url(images/button-on.gif) no-repeat;
   color: green;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: url(images/button-on.png) no-repeat;
   color: #ffffff;
}

div#menu_horiz h3 {
   text-align:left;
   padding-left: 26px;
   padding-top: 4px; 
   padding-bottom:12px;   /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #ffffff;
   background: url(images/button-on.gif) no-repeat;
   display: block; /* IE has problems with this, fixed above */
   font-family:arial;
   font-size:12px;
   font-weight: bold;
   text-transform: uppercase;   

}

/* End of 'meniu' */

