body
{
	font-size:12px;
	font-family:sans-serif;
    overflow: hidden;
}

iframe[seamless]{
    background-color: transparent;
    border: 0px none transparent;
    padding: 0px;
    overflow: hidden;
}

#page-wrap
{
	clear: right;
	margin: 0px 0px 0px 0px;
}

ul
{
	list-style: none;
}

p
{
	margin: 15px 0;
}

/*
	LEVEL ONE
*/
ul.dropdown
{
	position: relative;
}

ul.dropdown li
{
	font-weight: normal;
	float: left;
	background: #33CCFF;
	padding: 4px 8px;
	border-right: 1px solid #000066;
	color: #000066;
}

ul.dropdown li:active,
{
	color: white;
	background-color: #A59482;
}

ul.dropdown li ul li
{
	width: 145px;
	color: #000066;
}

ul.dropdown li:last-child
{
	border-right: none;
}

/* Next line should not be present for iPad */
/* ul.dropdown li:hover, */
ul.dropdown li.hover
{
	color: white;
	background-color: #A59482;
	position: relative;
	cursor: pointer;
}

/*
	LEVEL TWO
*/
ul.dropdown ul
{
	width: 200px;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
}

.separator
{
	border-bottom: 1px solid #808080;
}

ul.dropdown ul li
{
	font-weight: normal;
	background: #E0E0E0;
	color: white;
	float: left;
	position: relative;
	border-right: none;
	border-top: none;
}
