#navcontainer { margin-left: 0px; }

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, helvetica, sans-serif;
line-height: 150%;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 3px; 
width: 125px;
color: White;
/*background-color: #99CC99; */
background-color: White; 
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
font-weight: bold; 
font-size: /* .8em */ 10pt; ;
background-image:  url(/pdweek2007/css/menu1a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #FFCC00;
/*background-color: #99CC99;*/
background-color: White;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image:  url(/pdweek2007/css/menu2a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 5px;
width: 121px;
color: #FFF;
background-color: #fff;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #FFCC00;
background-color: #fff;
text-decoration: none;
}

.hdrBG {background-image:url(/pdweek2007/images/header07-bg.jpg); background-repeat:repeat-x; height:75px;}
.hdrBGsm {background-image:url(/pdweek2007/images/header07-sm-bg.jpg); background-repeat:no-repeat; height:75px;}
.lft-border-bg {width: 30px; background-image:url(/pdweek2007/images/side-L2.jpg); background-repeat:repeat-y;}
.rght-border-bg {width: 21px; background-image:url(/pdweek2007/images/side-R.jpg); background-repeat:repeat-y;}

.lt-blue-bg {background-color:#3399FF;}

img.reg {border-style:solid}
a img.reg {border:2px; border-color:#FF0000;}

#navcontainer a.new {color: #FF9900;
background-color:transparent;}

/*Simulating a three-column single row table*/
div.row {margin: 0; padding: 0; width: 95%; overflow: hidden;}
div.cols3a {float: left; width: 25%; margin: 0 6px 0 0; padding: 0;}
div.cols3 {float: left; width: 40%; margin: 0 20px 0 0; padding: 0;}

