A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: white;}




p.one
{
border-style: solid;
border-color:#000000;
border-width: 2px;
}



.text { font-family:tahoma; color:#CCCCCC;  }
	a:link { font-family:tahoma; color:#CCCCCC; text-decoration: none
 }
	a:active { font-family:tahoma; color:#808080;  }
	a:visited { font-family:tahoma; color:#C0C0C0;  }
	a:hover { font-family:tahoma; color:#FFFFFF; text-decoration: underline
 } 


	li.newbullet {
	list-style-image:url(images/bullet.gif);
	vertical-align: middle;

	font: normal 14px "Tahoma";
	color: #CCCCCC;
}









#navcontainer
{
margin: 0px 0 0 0px;
padding: 0;
height: 20px;
width: 750px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #262626;
width: 123px;
height: 20px;
border-top: 1px solid #333333;
border-left: 1px solid  #333333;
border-bottom: 1px solid  #262626;
border-right: 1px solid  #262625;
padding: 0;

color: #cccccc;
text-decoration: none;
display: block;
text-align: center;
font: normal 12px/18px "Tahoma";


}

#navcontainer ul li a:hover
{
color: #ffffff;
background: #333333;
border-top: 1px solid #262626;
border-left: 1px solid  #262626;
border-bottom: 1px solid  #484848;
border-right: 1px solid  #484848;

}

#navcontainer a:active
{
color: #ffffff;
background: #333333;
border-top: 1px solid #262626;
border-left: 1px solid  #262626;
border-bottom: 1px solid  #484848;
border-right: 1px solid  #484848;

}


