/*Credits: CSSplay Modified by Cris D to add "you are here" highlighting (takes on hover property)
increased width of sub menus to 150px*/
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */
.preload2 {background: url(button4.gif);}
.service_btn {padding:0 0 0 25px; margin:0; list-style:none; width:577px; height:40px; background:#fff url(button1a.gif) repeat-x; position:relative; font-family:arial, verdana, sans-serif; }
.service_btn li.top {display:block; float:left; position:relative;}
.service_btn li a.top_link {display:block; float:left; height:40px; line-height:33px; color: #FFFFFF; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.service_btn li a.top_link span {float:left; display:block; padding:0 24px 0 0; height:40px;}
.service_btn li a.top_link span.down {float:left; display:block; padding:0 12px 0 0; height:40px;}
.service_btn li a.top_link:hover {color:#fff; background: url(button4.gif) no-repeat;}
.service_btn li a.top_link:hover span {background:url(button4.gif) no-repeat right top;}
.service_btn li a.top_link:hover span.down {background:url(button4.gif) no-repeat right top;}

/*here are 2 options for highlighting the current tab parent Option 1: is default*/

/*Option 1: Dean's you are here top link current page highlighting (default)*/

.service_btn li.top a.current_link span.down {background: #bbb; color:#fff;}
.service_btn li.top a.current_link {display:block; float:left; height:40px; line-height:33px; color:#bbb; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer; background: url(button4.gif) no-repeat;}
.service_btn li.top a.current_link span {float:left; display:block; padding:0 12px 0 0; height:40px;}
.service_btn li.top a.current_link {color:#fff; background: url(button4.gif) no-repeat;}
.service_btn li.top a.current_link span {background:url(button4.gif) no-repeat right top;}
.service_btn li.top a.current_link span.down {background:url(button4.gif) no-repeat right top;}
.service_btn li.top a.current_link:hover {color:#fff;background:url(button4.gif) no-repeat;}
.service_btn li.top a.current_link:hover span {background:url(button4.gif) no-repeat right top;}
.service_btn li.top a.current_link:hover span.down {background:url(button4.gif) no-repeat right top;}

/*Option 2: You are here top link-old text highlight only
.service_btn li.top a.current_link {display:block; float:left; height:40px; line-height:33px; color:#4ab; text-decoration:none; font-size:12px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;}
.service_btn li.top a.current_link span {float:left; display:block; padding:0 24px 0 12px; height:40px;}
.service_btn li.top a.current_link span.down {background: #fff; float:left; display:block; height:40px; background:url('down.gif') no-repeat right top; padding-left:12px; padding-right:24px; padding-top:0; padding-bottom:0;}
.service_btn li.top a.current_link:hover {color:#fff; background: url('button4.gif') no-repeat;}
.service_btn li.top a.current_link:hover span {background:url('button4.gif') no-repeat right top;}
.service_btn li.top a.current_link:hover span.down {background:url('button4a.gif') no-repeat right top;}
*/

.service_btn li:hover > a.top_link {color:#fff; background: url(button4.gif) no-repeat;}
.service_btn li:hover > a.top_link span {background:url(button4.gif) no-repeat right top;}
.service_btn li:hover > a.top_link span.down {background:url(button4.gif) no-repeat right top;}


.service_btn table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

