#normal-header {
background:transparent url(../images/bg_header.gif) repeat-x scroll left bottom;
height:59px;
margin-bottom:20px;
padding-left:19px;
}
#normal-header img.logo {
display:block;
float:left;
margin:15px 0 0;
}
#normal-header ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
#normal-header .navigation {
float:left;
width:620px;
}
#normal-header .navigation ul {
height:24px;
padding:0 0 0 15px;
}
#normal-header .navigation ul li {
float:left;
line-height:1em;
}
#normal-header .navigation ul li img {
display:block;
}
#normal-header .navigation p {
font-size:12px;
line-height:1em;
padding:15px 0 8px 15px;
}
#normal-header ul.subnavigation {
float:left;
padding:10px 0 0;
text-align:right;
width:180px;
}
#normal-header ul.subnavigation li {
display:inline;
line-height:1em;
}


#simple-header{
	height:47px;
	background:url(../images/bg_header.gif) repeat-x bottom left;
	margin-bottom:20px;
 	}

#simple-header img{
	display:block;
	padding:10px 0 0 19px;
	float:left;
	}

#simple-header ul{
	list-style:none;
	padding-right:10px;
	}

#simple-header ul li{
	float:right;
	}

/* for client pages */


#client-header{
	height:47px;
	background:url(../images/bg_header.gif) repeat-x bottom left;
	margin-bottom:20px;
 	}

#client-header ul.menu{
	width:460px;
	height:47px;
	list-style:none;
	float:left;
	}

#client-header ul.menu li{
	float:left;
	}

#client-header ul.menu li img{
	display:block;
	}

#client-header ul.submenu{
	padding:15px 19px 0 0;
	float:right;
	}

#client-header ul.submenu li{
	display:inline;
	}

