/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#cfnavbar{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
}

#cfnavbar ul{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
font-weight: normal;
font-size: .9em;
font-family: tahoma, verdana, arial;
white-space: nowrap;
}

#cfnavbar ul li{
display: inline;
}


#cfnavbar ul li a, #cfnavbar ul li span{
background: transparent url(menu.jpg) top left no-repeat;
float: left;
color: white;
padding-left: 13px;
padding-right: 13px;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
}

#cfnavbar ul li.selected a {
background: transparent url(menuh.jpg) top left no-repeat;
float: left;
color: white;
padding-left: 13px;
padding-right: 13px;
text-decoration: none;
padding-top: 8px;
padding-bottom: 8px;
}


#cfnavbar ul li span{ /*Targets span tag to the right of #leftcorner below*/
padding-left: 0px;
}


#cfnavbar ul li a:hover{
background-image: url(menuh.jpg); /*background image swap on hover*/
}

#cfnavbar:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

