div#listmenu {
	float:left;
	margin-top:0px;
	width:100%;
	background-image: url(images/menu_m1_e.png);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006699;
	border-bottom-color: #006699;
	position: relative;
}
.leadinglistimg {
	float: left;
}


div#listmenu ul {
	margin:0 0 0 17px;
}
div#listmenu li {
	background-color:#317290;
	float:left;
	list-style-type:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	background-image: url(images/menu_m1_e.png);
	background-repeat: repeat-x;
	height: 22px;
	padding-top: 6px;
	border-top-style: none;
}
div#listmenu li:first-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
div#listmenu li:hover {
	background-color:#FFFFFF;
	background-image: url(images/menu_m1_eh.png);
	background-repeat: repeat-x;
}

div#listmenu a {
	color:#A4D6E1;
	text-decoration:none;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
div#listmenu a:hover {
	color:#FFFFFF;
}
* html div#listmenu ul {
border-left:1px solid #000000;
float:left;
margin-left:15px;
}
* html a {
display:block;
}
.endlistimg {
	background-image: url(images/rightlistend.jpg);
	background-repeat: no-repeat;
	background-position: right;
	margin-left: 770px;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body#homepage #listmenu li#home,body#servicespage #listmenu li#services,body#specialistpage #listmenu li#specialists,body#presspage #listmenu li#press,body#contactpage #listmenu li#contact  {
	color: #FFFFFF;
	background-image: url(images/menu_m1_bh.png);
	background-repeat: repeat-x;
}

