#right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E3E3E3;
} 


#right h2{
padding-bottom:5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
} 

#right h3{
margin-top:5px;
font-size:1.1em;
} 
#right p{
margin:0px;
padding-bottom:5px;
} 


#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	position: relative;
	display:block;
	
	/*border-bottom: 1px solid #ccc; */
} 



#right li{
	font-size: 10px;
	background-image: url(../img/infik.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #e1e1e1;
} 
#right li.first{
	font-size: 10px;
	background-image: url(../img/infik.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	line-height: 20px;
	border:none;
	
}
/* Styles for Menu Items */ 
#right ul a {
	background-image: url(../img/infik.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
	width:120px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
} 

/* Hover Styles */ 
#right ul a:hover {
	background-image: url(../img/infik3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 30px;
	color: #000000;
	text-decoration: underline;
	background-color:#f5f5f5;
} 
 

