/* Additional CSS for Ansca Dev Site */

/**** NAVBAR ****/

#anscanav {position:relative; }
#anscanav span {display:none; }
#anscanav ul {width:960px; height:37px; margin:0; list-style:none; background:url("images/header-nav-bar.jpg") no-repeat 0 0; }
#anscanav li {display:inline; margin:0; padding:0; }
#anscanav a {height:37px; position:absolute; margin:0; padding:0; text-decoration:none; }
#anscanav a.home {width:67px; left:8px; background:url("images/nav-home.jpg") no-repeat 0 0; }
#anscanav a.documentation {width:134px; left:76px; background:url("images/nav-documentation.jpg") no-repeat 0 0; }
#anscanav a.samplecode {width:117px; left:211px; background:url("images/nav-samplecode.jpg") no-repeat 0 0; }
#anscanav a.forums {width:76px; left:329px; background:url("images/nav-forums.jpg") no-repeat 0 0; }
#anscanav a.faqs {width:61px; left:406px; background:url("images/nav-faqs.jpg") no-repeat 0 0; }
#anscanav a.blog {width:56px; left:468px; background:url("images/nav-blog.jpg") no-repeat left bottom; }
#anscanav a.company {width:91px; left:861px; background:url("images/nav-company.jpg") no-repeat 0 0; }
#anscanav a:hover {background-position:0 -37px; }

/**** FOOTER (blog) ****/

#anscanav2 {width:960px; height:37px; background:url("images/header-nav-bar.jpg") no-repeat 0 0; border:1px solid red;}
