/* CSS coded by Robin Rowell for Your Way Web */
/* ************ September 2006 ************** */

#navmenu {background: #ddd; float: right; display: inline;}
#navmenu span {position: absolute; left: -9999px;}

/* HOME BUTTON */
#navmenu li#button1 {float: left; width: 98px; height: 27px; background: url(../images/navbtn_home.gif) 0 -29px no-repeat; display: block;} /* sets list item to block shape */
#navmenu li#button1 a {width: 98px; height: 27px; display: block;} /* makes whole block active */
#navmenu li#button1 a:hover {background: url(../images/navbtn_home.gif) 0 0 no-repeat;} /* adjust appearance in hover state */
#navmenu li#button1.activedir {background: url(../images/navbtn_home.gif) 0 0 no-repeat;} /* adjust appearance in hover state */

/* COMPANY INFO BUTTON */
#navmenu li#button2 {float: left; width: 163px; height: 27px; background: url(../images/navbtn_company.gif) 0 -29px no-repeat; display: block; margin-left: 2px;} /* sets list item to block shape */
#navmenu li#button2 a {width: 163px; height: 27px; display: block;} /* makes whole block active */
#navmenu li#button2 a:hover {background: url(../images/navbtn_company.gif) 0 0 no-repeat;} /* adjust appearance in hover state */
#navmenu li#button2.activedir {background: url(../images/navbtn_company.gif) 0 0 no-repeat;} /* sets list item to block shape */

/* SERVICES BUTTON */
#navmenu li#button3 {float: left; width: 144px; height: 27px; background: url(../images/navbtn_services.gif) 0 -29px no-repeat; display: block;  margin-left: 2px;} /* sets list item to block shape */
#navmenu li#button3 a {width: 144px; height: 27px; display: block;} /* makes whole block active */
#navmenu li#button3 a:hover {background: url(../images/navbtn_services.gif) 0 0 no-repeat;} /* adjust appearance in hover state */
#navmenu li#button3.activedir {background: url(../images/navbtn_services.gif) 0 0 no-repeat;} /* sets list item to block shape */

/* CONTACT BUTTON */
#navmenu li#button4 {float: left; width: 129px; height: 27px; background: url(../images/navbtn_contact.gif) 0 -29px no-repeat; display: block; margin-left: 2px;} /* sets list item to block shape */
#navmenu li#button4 a {width: 129px; height: 27px; display: block;} /* makes whole block active */
#navmenu li#button4 a:hover {background: url(../images/navbtn_contact.gif) 0 0 no-repeat;} /* adjust appearance in hover state */
#navmenu li#button4.activedir {background: url(../images/navbtn_contact.gif) 0 0 no-repeat;} /* sets list item to block shape */

/* SIDEBAR SUBNAV */
#sidebar ul.subnavigation {border-top: 2px solid #fff; border-bottom: 2px solid #fff; list-style-type: none; text-align: right;}
#sidebar ul.subnavigation li {font-size: 10px; font-weight:bold; border-top: 2px solid #fff; border-bottom: 2px solid #fff; padding: 5px 5px 5px 0; line-height: 12px;}
#sidebar ul.subnavigation li.activedir {background:url(../images/bg_sidebar_li.jpg) top left repeat-y;}
#sidebar ul.subnavigation li a {text-decoration: none; color:#1f2038;}