#navcontainer { 
width : 190px;
padding : 0 0 1em 0px;
margin-bottom : 1em;
font-family : arial;
font-size: 14px;
font-weight: bold;
color : #333;
} 

#navcontainer ul { 
list-style : none;
margin : 0;
padding : 0;
border : none;
text-align: left;
}

#navcontainer li { 
border-bottom : 1px solid #ccc;
background-image: url(images/menu1.gif);
background-repeat: no-repeat;
text-indent: 19px;
} 

#navcontainer li a { 
display : block;
padding : 5px 5px 5px 0.5em;
	color: #175D7F;
text-decoration : none;
width : 100%;
} 

html > body #navcontainer li a { 
width : auto;
} 

#navcontainer li a:hover { 
color : #000;
background-image: url(images/menu1-fade.gif);
background-repeat: no-repeat;
text-indent: 21px;}

#pdfOffer 	{
	position: absolute;
	display : block;
	top: 100px;
	left: 100px;
	margin : 0;
    padding : 0;
    border : none;
	text-align:right;
			}
