#new{
	margin-left: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height:normal;
	list-style: none;
	font-size: 13px;
	font-family: Arial Narrow;
}
	  
    #new ul {
	display: inline;
	padding: 10px 0px 5%;
	margin: 0;
}
		
    #new li {
	float:left;
	margin:0;
	padding: 0 0 0px 9px;
	border-bottom: 1px solid Black;
	border-right: 1px solid Black;
}
    #new a {
	float:left;
	display:block;
	padding: 7px 15px 4px 15px;
	text-decoration:none;
	font-weight: normal;
	color: Black;
	list-style: none;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #new a {float:none;}
    /* End IE5-Mac hack */
    #new a:hover {
	color: #A52A2A;
}
     #new #curnew {
      background-position:0 -150px;
      border-width:0;
	  list-style: none;
	  border-right: 1px solid Black;
	  
      }
     #new #curnew a {
	padding-bottom:5px;
	color: #A52A2A;
}
    #new li:hover, #new li:hover a {
		color: #A52A2A;
}

