
ul#box_serviceMenu {
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
	li.serviceMenu {
		display:inline;
		margin:0;
		padding:0;
	}
	/* Only IE 6 w, IE 5.5 w, IE 5 w (no IE7?) */
	/*\*/ * html li.serviceMenu {
	} /**/

		/* Tested with NS 7.02, FF 1.0.7+, Konq 3.4.2 */	
		li.serviceMenu a {
			margin:0;
			height:1.5em;
			padding-top:0.1em;
			padding-bottom:0.2em;
			padding-left:0.5em;
			padding-right:0.5em;
			background-color:white;
			border:1px solid #adb1b2;
			border-right:none;
			line-height:1.5em;
			font-weight:normal;
			font-style:normal;
			font-size:0.7em;
			color:#a6a6a6;
		}
		/* Only IE 6 w, IE 5.5 w, IE 5 w (no IE7?) */
		/*\*/ * html li.serviceMenu a {
			zoom:1;		/* Triggers "hasLayout" for styling the inline-block-element in IE */
			height:0;	/* Triggers "hasLayout" for styling the inline-block-element in IE */
			padding-top:0.1em;
			padding-bottom:0.2em;
			line-height:normal;
		} /**/

			li.serviceMenu a:hover {
				background-color:#ffab00;
				color:black;
			}

	li.serviceMenu-first a {
		border-left:none;
	}
	li.serviceMenu-last a {
		background-color:white;
		/*background: url("../../images/icons/icon_lock.gif") right center no-repeat;*/
	}
	li.serviceMenu-last img {
		vertical-align:middle;
	}


	li.serviceMenu-CUR a {
		color:black;
	}
