*html #nav ul li:hover {
	color: #55555;
	background-image:  none;
	background-image: url(images/nav-bg2_ie.gif);
	background-repeat: repeat-x;
}










#nav
{
	width: 100%;
	height: 56px;
	background-image: url(images/nav-bg.png);
}

#nav ul {
	width: 100%;
	list-style: none;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	border: none;
	border-width: 0;
	float: left;
	padding: 0;

}

#nav a {
	display : block;
	text-decoration : none;
	font-weight:normal;
}



#nav ul li a {
	color: #555555;
	padding: 9px 16px 4px 16px;
	margin:0px;
	width: 100%;
	height: 37px;

}

#nav ul li ul li a:link, #nav ul li ul li a:visited {
color: #555555 !important;
font-size: 12px !important;
padding-top: 2px !important;
}
#nav ul li ul li {
height: 30px;
background-image: none;
padding-top: 0px !important;
width: 200px;
}


#nav ul li ul li a:hover {
color: #FFF !important;
}



#nav li {
	color: #333333;
	float: left;
	padding: 0;
	/*background-image: url(images/nav-line.gif);
	background-position: right;
	background-repeat: no-repeat;*/
	height: 56px;
	font-weight: normal;
}


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

}

#nav li ul {

	position : absolute;
	left : -999em;
	background-color: #FFF;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	/*margin-top: -5px; ORIGINAL CSS*/
	margin-top: 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	width:auto;
}

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

#nav li ul li
{
	float: none;
	clear:both;
	border-bottom: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	width:auto;
	display:block;
	list-style-type: circle;
}
#nav li ul li:hover
{
	border-right: 1px solid #565555;
	border-left: 1px solid #565555;
}
.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: #55555;
	background-image:  none;
	background-image: url(images/nav-bg2.png);
	background-repeat: repeat-x;
}

#nav ul li:visited {
	color: #555555;
}

#nav ul li:hover a:link {
	color: #555555;
}

#nav ul li:hover a:visited {
	color: #555555;
}

#nav ul li:hover ul.nj{
	color: #555555;
	background-image:  none;
	display:block;
	height: 100%;
	width: 100%;
}

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


/* HACK IE 6 */
*html #nav
{
	width: 100%;
	height: 56px;
	background-image: url(images/nav-bg_ie.gif);
}

*html #nav ul {
	width: 100%;
	list-style: none;
	font-size: 15px;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	padding: 0;

}



*html #nav ul li a {
	color: #555555;
	margin:0px;
	/*width: 100%;*/
	/*height: 37px;*/
	width:auto;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	height:56px;
}

*html #nav ul li a:hover {
background-image: url(images/nav-bg2_ie.gif);
background-repeat:repeat-x;
}



/**html #navleft{
background-image:url(images/nav-left_ie.gif);
background-repeat:no-repeat;
height:56px;
width:7px;
float:left;
}

*html #navright{
background-image:url(images/nav-right_ie.gif);
background-repeat:no-repeat;
height:56px;
width:7px;
float:left;
}
*/