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

#navbar{
margin-left: auto;
margin-right: auto;
padding: 0;
text-align: center;
align: center;

}

#navbar ul{
background: url(/p/bg.png) repeat-x;
padding: 0;
margin: 0;
float: left;
font: bold 80% Verdana;

}

#navbar ul li{
display: inline;
}


#navbar ul li a, #navbar ul li span{
float: left;
color: white;
font-weight: bold;
padding: 8px 13px 10px 6px;
text-decoration: none;
background: url(/p/divider.png) top right no-repeat;
}

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

#navbar ul li a#leftside{
float: none;
padding-left: 15px;
padding-right: 0px;
background: url(/p/leftcorner.png) top left no-repeat;
}

#navbar ul li a#rightside{
padding-right: 15px;
background: url(/p/rightcorner.png) top right no-repeat;
}

#navbar ul li a:hover{
color: black;
}

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

#navtitle{
background: url(/p/bg2.png) repeat-x;
height:56px;
}
#navtitle td {
	height:56px;}