@charset "UTF-8";
/* CSS Document */

.pdmenu {
	color: #928d88 ;
	border-radius: 2px 2px 0px 0px;
	float: left;
	width: 618px;
	margin:0;
	padding:0 0 5px 0;
	border:#dfdad5 1px solid;
	font-size:13px;
	background: #f1c972; 
	overflow:hidden;
	margin:0 0 10px 0;
}

.pdmenu ul {
list-style-type : none;
margin:0;
padding:8px 0 19px 0;

}
.pdmenu ul li {
list-style-type : none;
float : left;
font-family : arial;
font-weight : bold;
}

.pdmenu .locationName a {
color : #336698;
font-family : arial;
font-weight : bold;
text-decoration:none;
outline:none;
}

.pdmenu .locationName a:hover {
font-family : arial;
font-weight : bold;
text-decoration:underline;
outline:none;
color :#182f3d;
}

.pdmenu a{
color : #336698;
text-decoration:none;
outline:none;
padding: 20px 10px 20px 10px;
}


.pdmenu a:hover {
color :#182f3d;
text-decoration:underline;
outline:none;
}

.pdmenu a.active{
background-color:#fdf4c8;	
color:#4c4c4c;
}
.pdmenu a.active{
background-color:#fff6ca;	
color:#4c4c4c;
}

span.active-pipe{
color:transparent;	
}

.clearthefloat{
	clear:both;
	
}