#ttlogo{
	position:absolute;
	left:10px;
	top:10px;
	z-index:100;
	}

#phone{
	position:absolute;
	right:5px;
	top:1em;
	}

#menucontainer{
	position:relative;
	padding-top:3em; 
	z-index:99;
	}

#menubox{
	padding-top:0.25em;
	padding-bottom:0.25em;
	float:left;
	clear:both;
	width:750px;
	background-image:url("../images/fader.png");
	background-repeat:repeat-y;
	}


#greytop{
	background-image:url("../images/greybar.png");
	background-repeat:repeat-x;
	background-position:left bottom;
	position:relative;
	height:11px; 
	z-index:9;
	width:750px;
	}


#phlogo{
	position: absolute;
	top: 4.5em;
	right: 15px;
	z-index: 100;
	}

#greybottom{
	float:left;
	height:11px;
	position:relative;
	z-index:9;
	width:750px;
	background-image:url("../images/greybar.png");
	background-repeat:repeat-x;
	}

#title{
	float:left;
	position:relative;
	margin-top:-8px;
	left: 19px;
	border: 1pt solid #999999;
	color:inherit;
	background-color: #336699;
	width: 700px;
	padding: 1px 5px;
	z-index:100;
}

#title h1 {
        font-size: 11pt;
        color: #ffffff;
	background-color:inherit;
        margin-top: 0pt;
        margin-bottom: 0pt;
        font-weight: bold;
}
#utils{
	position:absolute;
	top:0px;
	left:60%;
	white-space:nowrap;
	overflow:visible;
	color:inherit;
	background-color: #336699;
	}

#utils a{
	text-decoration:none;
	color:#fff;
	background-color:inherit;
	}

#printMe{
	position:relative;
	float:left;
	margin:0 10px 0 10px;
	}

#Fav{
	position:relative;
	float:left;
	margin:0 10px 0 10px;	
	}

#email{
	position:relative;
	float:left;
	margin:0 10px 0 10px;	
	}

#printMe a{
	background:url(../images/util/print.png) no-repeat;
	background-position:center left;
	padding-left:20px;
	}

#printMe a:hover{
	background:url(../images/util/print_hover.png) no-repeat;
	background-position:center left;
	}

#Fav a{
	background:url(../images/util/favs.png) no-repeat;
	background-position:center left;
	padding-left:20px;
	}

#Fav a:hover{
	background:url(../images/util/favs_hover.png) no-repeat;
	background-position:center left;
	}

#email a{
	background:url(../images/util/email.png) no-repeat;
	background-position:center left;
	padding-left:20px;
	}

#email a:hover{
	background:url(../images/util/email_hover.png) no-repeat;
	background-position:center left;
	}