/*START CONNECT MENU*/

#connect_menu {
float: right;
margin:0px;
padding:10px 10px 0px 10px;
border-left: 1px solid #CCCCCC;
}

#connect_list {
margin:0px;
padding:0px;
list-style:none;
}

#enewsletter, #twitter, #regionalrep, #connect_title, #facebook {
width:195px;
height:40px;
padding:0px 0px 10px 0px;
margin:0px;
}

#enewsletter a {
background-image: url(../connect_images/enewsletter.jpg);
background-position:top left;
background-repeat:no-repeat;
display:block;
height:40px;
}

#enewsletter a:hover {
background-image: url(../connect_images/enewsletter_hover.jpg);
text-decoration:none;
}

#twitter a {
background-image:url(../connect_images/twitter.jpg);
background-position:top left;
background-repeat:no-repeat;
display:block;
height:40px;
}

#twitter a:hover {
background-image:url(../connect_images/twitter_hover.jpg);
text-decoration:none;
}

#regionalrep a {
background-image:url(../connect_images/regionalrep.jpg);
background-position:top left;
background-repeat:no-repeat;
display:block;
height:40px;
}

#regionalrep a:hover {
background-image:url(../connect_images/regionalrep_hover.jpg);
text-decoration:none;
}

#facebook a {
background-image:url(../connect_images/facebook.jpg);
background-position:top left;
background-repeat:no-repeat;
display:block;
height:40px;
}

#facebook a:hover {
background-image:url(../connect_images/facebook_hover.jpg);
text-decoration:none;
}

/*END CONNECT MENU*/

/*START SERVICES AND INSTRUMENTS MENU*/

#services_instruments_menu {
float: left;
margin:0px;
padding:0px;
}

#services_list {
margin:5px;
padding:0px;
list-style:none;
float:left;
}

#services_title {
width:220px;
height:15px;
padding:5px;
margin:0px 0px 5px 0px;
}

#services_list a {
border-bottom:1px solid #CCCCCC;
display:block;
width:220px;
height:15px;
padding:5px;;
margin:0px 0px 5px 0px;
}

#services_list a:hover {
border-bottom:1px solid #f26722;
text-decoration:none;
}


#instruments_list {
float:left;
margin:5px;
padding:0px;
list-style:none;
}

#instruments_title, #services_title {
background-color:#EEEEEE;
font-weight:bold;
}

#instruments_title {
width:220px;
height:15px;
padding:5px;
margin:0px 0px 5px 0px;
}

#instruments_list a {
border-bottom:1px solid #CCCCCC;
display:block;
width:220px;
height:15px;
padding:5px;;
margin:0px 0px 5px 0px;
}

#instruments_list a:hover {
border-bottom:1px solid #f26722;
text-decoration:none;
}

/*END SERVICES AND INSTRUMENTS MENU*/