.ddpanel .ddpanelcontent{/*CSS for "content" DIV of Drop Down Panel*/
color: black;
width:100%;
float:left;
}

.dropbox-container{
width:100%;
height:50px;
float:left;
background-image:url(images/navigation-bg.gif);
background-repeat:repeat-x;
margin-bottom:20px;
}

.buttons-container{
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

.lite-button-container{
	width:auto;
	height:31px;
	float:left;
	margin-right:50px;
	margin-top:5px;
}
.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
margin-right: 20px;
font: normal 12px Arial;

}

.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
float: right;
color: white;
background-image:url(images/main-menu.gif);
text-decoration: none;
letter-spacing: 1px;
margin-left:20px;
width:180px;
height:34px;
}

.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
float: left;
display: block;
background-image:url(images/main-menu.gif);
cursor: pointer;
}

.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
margin-top: 0px;
margin-left: 0px;
}


.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
outline: 0;
}

.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
background-color: transparent;
}

.main-container{
	width:100%;
	float:left;
	padding-left:0px;
	background-image:url(images/top-navigator-bg.gif);
	background-repeat:repeat-x;
}