/* FIRM */
#nav_0 { background: url(../i/nav/firm.png) no-repeat;
width: 115px;
height: 27px;
background-color: #fff;}

#udm #nav_0.udmY, #nav_0:hover { background: url(../i/nav/firm.png) no-repeat;
width: 115px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}


/* PRACTICES  */
#nav_1 { background: url(../i/nav/practices.png) no-repeat;
width: 114px;
height: 27px;
background-color: #fff;}

#udm #nav_1.udmY, #nav_1:hover { background: url(../i/nav/practices.png) no-repeat;
width: 114px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}


/* ATTORNEYS  */
#nav_2 { background: url(../i/nav/attorneys.png) no-repeat;
width: 115px;
height: 27px;
background-color: #fff;}

#udm #nav_2.udmY, #nav_2:hover { background: url(../i/nav/attorneys.png) no-repeat;
width: 115px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}


/* CLIENTS */
#nav_3 { background: url(../i/nav/clients.png) no-repeat;
width: 114px;
height: 27px;
background-color: #fff;}

#udm #nav_3.udmY, #nav_3:hover { background: url(../i/nav/clients.png) no-repeat;
width: 114px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}


/* NEWS */
#nav_4 { background: url(../i/nav/news.png) no-repeat;
width: 115px;
height: 27px;
background-color: #fff;}

#udm #nav_4.udmY, #nav_4:hover { background: url(../i/nav/news.png) no-repeat;
width: 115px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}


/* CAREERS */
#nav_5 { background: url(../i/nav/careers.png) no-repeat;
width: 114px;
height: 27px;
background-color: #fff;}

#udm #nav_5.udmY, #nav_5:hover { background: url(../i/nav/careers.png) no-repeat;
width: 114px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}


/* OFFICE */
#nav_6 { background: url(../i/nav/contact.png) no-repeat;
width: 113px;
height: 27px;
background-color: #fff;}

#udm #nav_6.udmY, #nav_6:hover { background: url(../i/nav/contact.png) no-repeat;
width: 113px;
height: 27px;
background-position: 0 -27px;
background-color: #fff;}

/* core scrolling button styles - do not change these */
#udm .scrollBUTTON {
	display:block;
	visibility:hidden;
	position:absolute;
	z-index:33000;
	}
#udm .scrollUP, #udm .scrollDOWN, #udm .scrollINNER {
	display:block;
	line-height:0 !important;
	}


/* custom scrolling button styles - you can customise these freely, with restrictions */
#udm .scrollUP, #udm .scrollDOWN {
	xborder-color:#bdb #080 #080 #bdb;
	xborder-style:solid;
	background:#192842;
	}

#udm .scrollUP {
	xborder-width:1px 1px 0 1px;
	xpadding:1px 1px 3px 1px;
	}

#udm .scrollDOWN {
	xborder-width:0 1px 1px 1px;
	xpadding:3px 1px 1px 1px;
	}

#udm .scrollINNER {
	background:#192842;
	xborder:1px solid #f8fbd0;
	text-align:center;
	font: 9pt arial, sans-serif;
	color:#060;
	padding:4px 0 5px 0;
	}

#udm .scrollMOVING {
	xborder-color:#aba #cdc #cdc #aba;
	background:#c0c0c0;
	padding:5px 0 4px 0;
	}


