.css {
	border: 1px solid #dcdcdc;
}
.dotted_line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-top-color: #b7b7b7;
	border-right-color: #b7b7b7;
	border-bottom-color: #b7b7b7;
	border-left-color: #b7b7b7;
}
#nav a {
	font-size: 16px;
	color: #FFFFFF;
}
#font a {
	font-size: 16px;
}

.line {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
.nav {
    margin: 0 auto;
    width: 850px;
}
#wp_nav_w1 .wp_nav .nav-item{
	float:left !important;
	background:url(imageswhite_line.gif) right center no-repeat;}
#wp_nav_w1 .wp_nav .nav-item a {
    font-family: inherit;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.nav .wp_nav .nav-item a span.item-name {
    display: inline-block;
    padding: 5px 20px;
    line-height: 22px;
    cursor: pointer;
}