#menuh-container
	{
	position: relative;
	width: 700px;
	height: 55px;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	float:left;
	}
		
#menuh a
{
	text-align: center;
	display: block;
	white-space: nowrap;
	padding: 17px;
	background-image:url(image/bg-btn_1.jpg);
	border: 1px groove #003300;
}
	
#menuh a, #menuh a:visited
{
	color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	background-image:url(image/bg-btn_2.jpg)

}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-image:url(image/bg-btn_1.jpg)
	}	
			
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:130px;	/* width of all menu boxes */
	}

/* End CSS Drop Down Menu */

.accordionHeader
{
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

.accordionContent
{
    background-color:#D3DEEF;
    border:1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
    background-color: #D3DEEF;
    color: White;
}

.backgroundImage
{
    background-image: url('image/bg-body.jpg');
    background-repeat: repeat-x;
    height: 476px;
}
