
#faqnav{
display: block;
width: 600px !important;
height:21px !important;
margin-top: 0px;
margin-left:10px;
}

#faq_01{
float:left;
width: 78px;
height: 21px;
}

#faq_01 a {
display: block;
width: 78px;
height: 21px;
font-weight: bold;
text-align: center;
line-height: 20px;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_01 a:hover {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_01 a.selected {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_02{
float:left;
width: 78px;
height: 21px;
}

#faq_02 a {
display: block;
width: 78px;
height: 21px;
font-weight: bold;
text-align: center;
line-height: 20px;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_02 a:hover {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_02 a.selected {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_03{
float:left;
width: 78px;
height: 21px;
}

#faq_03 a {
display: block;
width: 78px;
height: 21px;
font-weight: bold;
text-align: center;
line-height: 20px;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_03 a:hover {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_03 a.selected {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_04{
float:left;
width: 78px;
height: 21px;
}

#faq_04 a {
display: block;
width: 78px;
height: 21px;
font-weight: bold;
text-align: center;
line-height: 20px;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_04 a:hover {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

#faq_04 a.selected {
display: block;
width: 78px;
height: 21px;
text-align: center;
background: url(../images/faq_tab_bg.png)  no-repeat;
}

.project_header{
	background: url(../images/orange_bullet.png) bottom left no-repeat;
	width:580px;
	margin:2px 10px 2px 10px;
	padding-left:2px;
	height:30px;
	overflow:hidden;
	cursor:pointer;
}

.project_title{
padding-top:10px;
margin-left:25px;
font-size: 1.2em;
color: #FFFFFF;

}

.project_block{	/* Parent box of slide-down content */
	width:599px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
	.project_block_content{	/* Content that slides down */
	padding:1px;
	position:relative;
}

	.floatright{
	float:right;
	padding:5px;
	position:relative;
}