#ServiceLinks
{
	height: 40px;
	margin: 0px 10px;
	padding: 0px;
	text-align: right;
}

#ServiceLinks ul
{
	float: right;
	margin: 8px 0px;
	padding: 0px;
}

#ServiceLinks li
{
	float: left;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid #D4DBE1;
}

#ServiceLinks li a
{
	vertical-align: top;
}

#ServiceLinks li img
{
	margin: 0px 2px 0px 2px;
	width: 16px;
}

#ServiceLinks a.IconWindows
{
	background: url("http://static.xcare.dk/design/xmedicus/images/spriteme1.png") no-repeat scroll -10px -10px transparent;
	height: 16px;
	width: 16px;
	padding: 0px 6px;
}
#ServiceLinks a.IconMac
{
        background: url("http://static.xcare.dk/design/xmedicus/images/spriteme1.png") no-repeat scroll -10px -46px transparent;
        height: 16px;
        width: 16px;
	padding: 0px 6px;
}
#ServiceLinks a.IconLinux
{
        background: url("http://static.xcare.dk/design/xmedicus/images/spriteme1.png") no-repeat scroll -10px -82px transparent;
        height: 16px;
        width: 16px;
	padding: 0px 6px;
}


