body
{ 
	background: url(images/pt_header.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Verdana, Arial;	
	behavior: url(csshover.htc);
}

#menu
{
    background: url(images/pt_menu.jpg);
	background-repeat: no-repeat;
    position: absolute;
    top: 139px;
    left: 0px;
	width: 258px;
	height: 554px;
}

#menucover
{
    background: url(images/pt_cover.gif);
	background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 198px;
	width: 60px;
	height: 554px;
	z-index: 1;
}

hr
{
    color: black;
    background: black;
    border: 0;
    height: 2px;
    width: 100%;
	margin: 2px;
}

ul
{
    list-style: none;
}
#nav
{
	position: relative;
	top: 40px;
	left: -50px;
}

#nav li
{
	width: 235px;
	position: relative;
	text-align: left;
    background-color: #FFFFFF;
	border: 3px solid #000000;
	padding: 1px;
	padding-left: 15px;
	margin: 6px;
}

#nav li a, li a:hover
{
	color: #681313;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}

#nav li:hover
{
    display: block;
	padding: 1px;
	padding-left: 15px;
    background-color: #cbdfcc;
}

#nav li:hover ul
{
	display: block;
}

/*
#nav li ul
{
	position: absolute;
	top: 8px;
	left: 110px;
	display: none;
}

#nav li li
{
	width: 150px;
    background-color: #b57213;
	margin: -3px;
}

#nav li li:hover
{
    display: block;
    background-color: #e89b2d;
}
*/