/* Start of CMSMS style sheet 'SubMenu' */
/********************
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 {
   width: 568px;
   padding: 0px 0px 0px 12px;
   margin: 0px 0px 10px 0px;
   background-color: #FBFBFB;
   height: 28px;
}

/* 
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: 0;
   background-color: #FBFBFB;
}


/* menu list items */
div#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   margin: 7px 0px 0px 2px;
   padding-right: 5px;
   padding-left: 3px;
   background-image: url(uploads/images/template/bridgeport_menu_point_split.jpg);
   background-repeat: no-repeat;
   background-position: right;
}


/* the links, that is each list item */
div#menu_horiz a {
   padding: 0em;
   margin: 0;
   text-decoration: none;
   color: #28A3DA;
   display: block;
   font-family: verdana;
   font-size: 11px;
}


/* hover state for links */
div#menu_horiz li a:hover {
   color: #99CC00;
}
div#menu_horiz a.activeparent:hover {

   color: #99CC00;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   color: #fff;
}

div#menu_horiz h3 {
   padding: 0em;
   margin: 0;
   text-decoration: none;
   color: #99CC00;
   display: block;
   font-family: verdana;
   font-size: 11px;
   cursor: default;
   font-weight: normal
}

/* End of 'SubMenu' */

