/* CSS Document */
#side_nav_bkg_contact{
width: 190px;
height: 205px;
background-image: url(../images/sidenav/side_nav_bkg.jpg);
background-repeat:repeat-y;
}

#sub_nav {
margin-left: 0px;
height: 32px;
width: 172px;
}

#side_nav{
width: 200px;
margin-top:10px;
margin-left:0px;
}

ul#sub {
background:url(../images/sidenav/sub-nav-contact.png) no-repeat;
margin-left: 9px;
padding: 0;
margin-top:0px;
width: 172px;
height: 66px;
}
#sub span {
display: none;
}

#sub li, #sub a {
height:32px;
display:block;
}

#sub li {
float:left;
list-style:none;
}

#nav-contact {width: 172px;}
#nav-faq {width: 172px;}

#nav-contact a:hover {background:url(../images/sidenav/sub-nav-contact.png) -172px 0px no-repeat; }
#nav-contact a:active {background:url(../images/sidenav/sub-nav-contact.png) -344px 0px no-repeat; }
#nav-faq a:hover {background:url(../images/sidenav/sub-nav-contact.png) -172px -32px no-repeat; }
#nav-faq a:active {background:url(../images/sidenav/sub-nav-contact.png) -344px -32px no-repeat; }
