/*
Nav0
{
    background: url("/_gui/nav_div.gif") 10 0 no-repeat;

}
*/
/*  nav styles */
a#Nav0 
{
	float:left;
    display: block;
    text-decoration: none;
	overflow:hidden;
    width: 33px;
    height: 11px;
    background: url("/_nav/nav_0.gif") 0 0 no-repeat;
	padding:0px 15px 0px 15px;
}
a:hover#Nav0 { background-position: 0px -11px; } 

a#Nav1 
{
	float:left;
    display: block;
    text-decoration: none;
	overflow:hidden;
    width: 55px;
    height: 11px;
    background: url("/_nav/nav_1.gif") 0 0 no-repeat;
	padding:0px 15px 0px 15px;
}
a:hover#Nav1 { background-position: 0px -11px; } 

a#Nav2 
{
	float:left;
    display: block;
    text-decoration: none;
	overflow:hidden;
    width: 61px;
    height: 11px;
    background: url("/_nav/nav_2.gif") 0 0 no-repeat;
	padding:0px 15px 0px 15px;
}
 a:hover#Nav2 { background-position: 0px -11px; } 

a#Nav3
{
	float:left;
    display: block;
    text-decoration: none;
	overflow:hidden;
    width: 77px;
    height: 11px;
    background: url("/_nav/nav_3.gif") 0 0 no-repeat;
	padding:0px 4px 0px 0px;
	padding:0px 15px 0px 15px;
}
a:hover#Nav3 { background-position: 0px -11px; } 


a#Nav4
{
	float:left;
    display: block;
    text-decoration: none;
	overflow:hidden;
    width: 79px;
    height: 11px;
    background: url("/_nav/nav_4.gif") 0 0 no-repeat;
	padding:0px 4px 0px 0px;
	padding:0px 15px 0px 15px;
}
a:hover#Nav4 { background-position: 0px -11px; } 

a#Nav5 
{
	float:left;
    display: block;
    text-decoration: none;
	overflow:hidden;
    width: 68px;
    height: 11px;
    background: url("/_nav/nav_5.gif") 0 0 no-repeat;
	padding:0px 4px 0px 0px;
	padding:0px 15px 0px 15px;
}
a:hover#Nav5 { background-position: 0px -11px; } 


a#DownloadOnePager
{
    display: block;
    width: 112px;
    height: 19px;
    background: url("/_img/en_download_one_pager.gif") 0px 0px no-repeat;
	overflow:hidden;
	padding:0px;
	float:right;
    text-decoration: none;
}
a:hover#DownloadOnePager { background-position: 0px -19px; } 

