/*
#nav {
	width: 100%;
	
    background: #028855 url(http://palisadefencesystems.com/wp-content/themes/Palisade/images/navbar.gif) no-repeat;
    clear: both;
    margin: -10px 0 0 0; 
    padding: 0;
    height: 20px;
    line-height:1;	
}

#nav ul {
	width: 100%;
	border: none;
	border-width: 0;
	
    float: left;
    line-height:1;
    list-style: none;
    width: 870px;
    height: 20px;
    text-transform: uppercase;
    margin: 0 0 0 0px;
    padding: 0;
    display: inline;
}
#nav ul li {
    display: inline;
    margin: 0; 
    padding:2px 5px;
    height: 20px;
vertical-align: middle; 
}
#nav ul li a {
    display: block;
    float: left;
    width: auto;
    margin: 0;
    padding: 0 14px;
    font: bold 12px/15px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;color: #fff;
}





#nav ul li a.dropdownarrow{
	padding-right:10px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;

}




#nav li {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 4px 8px 4px 8px;

}


#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

#nav li ul {

	position : absolute;
	z-index:999;
	background-color: #028855;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:14px;
	margin-left:-6px;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	border-top: 1px solid #FFFFFF;
	width:auto;
	display:block;
	list-style-type: circle;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
*/


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/*
#nav ul li:hover {
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
	border-right: 1px solid #CCCCCC;
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
	border-right: 1px solid #CCCCCC;
	display:block;
	background-color: #828282;

}

#nav a:hover {
	color: #333333;
	background-im5age:  none;
	background-color: #A5E58F;
}

.current_page_item
{
	background-image:  none;
	background-color: #A5E58F;
}

#nav ul li.current_page_item a {
	color: #333333;
}

#nav ul li.current_page_item  ul li{
	border-right: 1px solid #CCCCCC;
	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
}


#nav ul li.current_page_item  ul li a:hover{
	color: #333333;
	background-image:  none;
	background-color: #A5E58F;
}
*/
