/* Start of CMSMS style sheet 'Peel_DropDown' */
#navbar {
margin-bottom: 0;
margin-left: 20px;
margin-right: 110px;
font-size: .65em;
text-align: center;
margin-top: 0;
padding-bottom: 8px;
font-weight: bold;
padding-top: 8px;
background-color: transparent;
color: #ffffff;
word-spacing: 8px;
z-index:100;

}

#navbar a:link, #navbar a:visited {
color: #ffffff;
word-spacing: none;
}

#navbar a.current {
color: #ff4700;
}

#navbar a:hover {
color: #ff4700;
text-decoration: underline;
}


p.byline {
text-align: right;
margin-bottom: 0;
}


.stretch,
	.clear {
		clear:both;
		height:1px;
		margin:0;
		padding:0;
		font-size: .7em;
		line-height: 1px;
	}
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block;
		width: 100%;
	}

	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;

		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;

		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}

div.left49 {
  float: left;
  width: 49%;
  }

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
  }/* Horizontal menu for the CMS CSS Menu Module */
/* by Alexander Endresen */




#menuPanel {
    border-top: 2px solid #a7a9ac;
    border-bottom: 2px solid #a7a9ac;
    width: 980px;
    height:30px;
    float:left;
    margin:0px;
    padding:0px;
    background:url(images/ph_nav_back.gif) #fff repeat-y;
}

#menuPanel ul {margin:0px 0 0 0px;}
#menuPanel li {display: inline; padding-right: 0px; line-height: 30px; font-size: 11pt; font-weight:bold;}



/* The wrapper clears the floating elements of the menu */

#menuwrapper {
        overflow: auto;
        background-color: transparent;
        
        width: 960px;
        font-size: .65em;
        color: white;
        margin-left: 20px;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li {
        width: 200px;
        background: #CFECF0;
        
       }


/* Unless you know what you do, do not touch this */

#primary-nav, #primary-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
#primary-nav ul {
	position: absolute;
	top: auto;
	display: none;

	}
#primary-nav ul ul {
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%;
	top: 0px;
       
	}

#primary-nav li {
	margin:  0px 24px 0px -1px;
	float: left;
        
        
	}
#primary-nav li li {
	margin-left: 0px;
	margin-top: 0px;
	float: none;
	position: relative;
        font-size: 11px;
        padding-left: 10px;
border: 1px solid #003E7E;
text-transform: none; 

	}

/* Styling the basic apperance of the menu elements */

#primary-nav a {
	display: block;
	margin: 0px;
	padding: 0px 00px;
	text-decoration: none;
        color: #003e7e;
 font-weight: bold;
	}
#primary-nav li a {
	background: transparent;
        color : #003E7E;
	}

#primary-nav li a:hover{
      color: #66A258;
}

#primary-nav li li a:hover {
	color:#000;

	}

#primary-nav li {
   background-color: transparent;
}

#primary-nav li {
   background-color: transparent;
}

#primary-nav li.menuparent {
	background-color: transparent;
        color : white;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive {
	background-color: transparent;
        color: #65AB53;
        text-transform: uppercase; 
	}

#primary-nav li li.menuactive {
	background-color: #fff;
text-transform: none; 
	}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth {
	
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover{
	background-color: transparent;        
	}

#primary-nav li li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh {
	background-color: #E6F4F7;        
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul,
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul {
	display: none;
          color: red;
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul,
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul {
	display: block;
	}


/* IE Hacks */

#primary-nav li li {
	float: left;
	clear: both;
	}
#primary-nav li li a {
	height: 1%;
	}
/* End of 'Peel_DropDown' */

