/*=== Drop Down Menu ===*/
#nav1 .wrap {
	margin: 0 auto;
	width: 960px
}
#nav1 ul{
	background: url(../images/nav1-sep.gif) no-repeat left;
	height: 70px
}
#nav1 li{
	background: url(../images/nav1-sep.gif) no-repeat right;
	float: left;
	line-height: 40px;
}
#nav1 li a {
	color: #ffffff;
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	width: 227px;
}
* html #nav1 img{
	display: none;
}
#nav1 li a:hover {
	background: url(../images/nav1-hover.gif) repeat-x top;
	color: #ffff99
}
#nav1 li ul li {
	align:center;
	background: none;
	line-height: 30px
}

#nav1 li ul li a {
        color: #000;
        font-size: 12px;
        padding: 0 10px;
        width: auto;
}

#nav1 li ul li a:hover {
	background: transparent;
	color: #ffffff;
	text-decoration: underline
}
#nav1 ul li ul {
	background: url(../images/nav1-sub.gif) repeat-x top;
	display: none;
	margin: 0 0 0 -23px;
	padding: 0 0 0 23px;
	position: absolute;
	width: 937px
}
}
#nav1 ul li#n11 ul a{
padding: 0 40px 0 40px;
}
#nav1 ul li#n12 ul a {
padding: 0 100px 0 100px;
}
#nav1 ul li#n13 ul a {
margin: 0 100px 0 100px;
}
#nav1 ul li#n12 ul{
	margin: 0 0 0 -250px
}
#nav1 ul li#n13 ul{
	margin: 0 0 0 -477px
}
#nav1 ul li#n14 ul a{
padding: 0 10px 0 5px;
}
#nav1 ul li#n14 ul{
	margin: 0 0 0 -704px
}
#nav1 ul li:hover ul,
#nav1 ul li a:hover ul,
#nav1 li.sfhover ul {
	display: block
}
#nav1 li:hover a{
	background: url(../images/nav1-hover.gif) repeat-x top;
	color: #ffff99
}
#nav1 li:hover li a{
	background: transparent
}
div#page div#columns table tbody tr td table tbody tr td .article_column column_separator {
display: hidden;
}
