#nav
{
	position: relative;
	z-index: 999;
	width: 600px;
	float: right;
	text-align: right;
}

#nav ul { 
	width: 100%;
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;
	text-align: left;
}

#nav a {
	color: #535355;
	display : block;
	text-decoration : none;
}

#nav ul li a {
	color: #535355;
	padding: 0px;
	margin:0px;

}



#nav ul li a.dropdownarrow
{
	padding-right:14px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: 100% 0% ;

}

#nav li {
	float: left;
	padding: 0;
	padding: 4px 26px 4px 12px;
	border-right: 1px solid #CCCCCC;
	margin-left: 0px;
}

#nav li.end, #nav li.end:hover {
	border-right: none;
}



#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #ebebeb;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	width:auto;
}

#nav li li {
	border-right: none;
}

#nav li ul li
{
	float: none;
	clear:both;
	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: #5ecacc;
	background-image:  none;
	border-right: 1px solid #CCCCCC;
}

#nav ul li ul li:hover {
	color: #5ecacc;
	background-image:  none;
	border-right: 0px solid #CCCCCC;
	margin-right: 0px;
	padding-right: 12px;
}

#nav ul li ul li {
	margin-right: 0px;
	padding-right: 12px;
	padding-bottom: 5px;
	border-bottom: #CCCCCC solid 1px;
	text-transform: lowercase;
}

#nav ul li ul li a {
	padding: 5px;
	border: none;	
}

#nav ul li ul li a:hover{
	padding: 5px;
	border-right-width: 0px;
	color: #FFFFFF; background-image: url(images/drop-down.jpg); background-repeat: repeat-x; background-position: left center;
}

#nav ul li:hover ul.nj{
	color: #333333;
	background-image:  none;
	display:block;

}

#nav a:hover {
	color: #5ecacc;
	background-image:  none;
}

.current_page_item
{
	background-image:  none;
	background-color: #e7e7e7;
}

#nav ul li.current_page_item a {
	color: #535355;
}

#nav ul li.current_page_item  ul li{
	border-right: 0px solid #CCCCCC;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
}


#nav ul li.current_page_item  ul li a:hover{
	background-image:  none;
	background-color: #e7e7e7;
	color: #ffffff;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */