.item1:hover {
	font-size: 11px;
	color: #919677;
	font-weight: bold;
	text-decoration: underline;
	display: block;
	white-space: nowrap;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 14px;
    background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;

}

.item1 {
	font-size: 11px;
	font-weight: bold;
	
	color:#35392B;
	background: #FFFFFF;
	text-decoration: none;
    display: block;
	white-space: nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 4px 4px 4px 14px;
    background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px ; 
}
.topline{
    background-image: url(img/bg_top_bar.gif);
	background-repeat: repeat-x;
    background-position: 0px 32px ;
	padding-top:12px;

}
