/*For the News menu, appears on the home page and the new page*/	 
#newsmenu {
	color: #006c86;
	font-size: 1em;
	background-color: #f79239;
	border-top: 2px #ff8b17 solid;
	width: 30%;
	float: right;
}

/*for all other side menus*/	
#sidemenu {
	color: #006c86;
	font-size: 1em;
	background-color: #f79239;
	border-top: 2px #ff8b17 solid;
	width: 20%;
	float: right;
}



/*for all side menus*/	
#smitems {
	padding-left: 2px;
}
	
/*News*/
pde-news {
	list-style:square;
	margin-right: 2px;
}
	
ul.pde-news a:link,
ul.pde-news a:visited,
ul.pde-news a:active{
	text-decoration:none;
	color:#FFF;
}
	
ul.pde-news a:hover {
	text-decoration: none;
	color: #006c86;
}
	
ul.pde-news,ul.pde-news li{
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.pde-news li{

}
 
ul.pde-news{
	text-align:left;
	font-size:.8em;
	margin:.5em auto;
	width:100%;
	margin-left: 2px;
}
	
ul.pde-news ul{
	margin:0 0 0 1em;
	padding:0;
}

/*Controls Orange Menu */
ul.pde-news li{
	line-height:1.8em;
	padding:.2em 0;
	margin: 2px 5px 2px -12px;
	padding-left:20px;
}

.whitearrow {
	background: url(Images/bullet-news.jpg) 0 0 no-repeat;
}


/* dynamically added to LIs with nested ULs */
ul.pde-news li.parent{
	padding-left:0;
}

ul.pde-news li.parent img{
	border:none;
	padding-right:5px;
}

/* dynamically added to LIs with nested ULs and STRONG elements in them */
ul.pde-news li.current li{
	padding-left:0;
}

/*Services & Training*/
pde {
	list-style:square;
	margin-right: 2px;
}
	
ul.pde a:link,
ul.pde a:visited,
ul.pde a:active{
	text-decoration:none;
	color:#FFF;
}
	
ul.pde a:hover {
	text-decoration: none;
	color: #006c86;
}
	
ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style-type: none;
}

ul.pde li{

}
 
ul.pde{
	text-align:left;
	font-size:.8em;
	margin:.5em auto;
	width:100%;
	margin-left: 2px;
}
	
ul.pde ul{
	margin:0 0 0 1em;
	padding:0;
}

/*Controls Orange Menu */
ul.pde li{
	line-height:1.8em;
	padding:.2em 0;
	margin: 3px 5px 3px -2px;
	padding-left:20px;
}

.whitearrow {
	background: url(Images/bullet-news.jpg) 0 0 no-repeat;
}


/* dynamically added to LIs with nested ULs */
ul.pde li.parent{
	padding-left:6px;
}

ul.pde li.parent img{
	border:none;
	padding-right:5px;
}

/* dynamically added to LIs with nested ULs and STRONG elements in them */
ul.pde li.current li{
	padding-left:0;
}

/* The class to hide nested ULs */
.hide{
	position:absolute;
	top:0;
	left:-4000px;
}

/* The class to show nested ULs */
.show{
	position:static;
	display: table;
	top:0;
	left:1em;
}
/*needed with the php for the side menus - affects how the current page link will look*/	   
#currentpage {
	color: #006c86;
}
	   
#currentpage a:link{
	color: #006c86;
}
		
#currentpage a:visited{
	color: #006c86;
}
		
#currentpage-home a:visited {
	color: #006c86;
}
