/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
#wrapper {
	position: relative;
	top: 0px;
	width: 780px;
	height: 1354px;
	text-align: left;
	vertical-align: middle;
	margin: auto;
	background-color:#001133;
}

div>p:first-child {margin-top:0;}
div>h1:first-child {margin-top:0;}

a {border: none; outline-color: #000000}

body {
	text-align:center;
	margin: 0px 0px;
	padding: 0;
	background-color:#001133;
	font-family: Arial;
	font-size: 16px;
}
#PageHeading {
	position:absolute;
	left:7px;
	top:28px;
	width:762px;
	height:82px;
	z-index:3;
}
#HeadingWrapper {
	position:absolute;
	left:-4px;
	top:91px;
	width:700px;
	height:218px;
	z-index:4;
}


#PurpleBackground {
	position:absolute;
	left:0px;
	top:60px;
	width:780px;
	height:273px;
	z-index:1;
}

#HeadingPicture {
	position:absolute;
	left:4px;
	top:4px;
	width:500px;
	height:215px;
	z-index:5;
}
#TextBoxLayer {
	position:absolute;
	left:520px;
	top:7px;
	width:250px;
	height:200px;
	z-index:1;
}
#Flags {
	position:absolute;
	left:0px;
	top:334px;
	width:120px;
	height:970px;
	z-index:5;
}
#PageContent {
	position:absolute;
	left:141px;
	top:347px;
	width:619px;
	height:899px;
	z-index:1;
	color: #b69ec3;
	text-align: justify;
	font-family: Arial;
}
#Footer {
	position:absolute;
	top:1325px;
	width:100%;
	height:25px;
	z-index:2;
	text-align:center;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
}

#wrapperaroundmenuwrapper {
	position: absolute;
	top:310px;
	width: 780px;
	height:22px;
	z-index: 10;
	text-align:center;
}

#menuwrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0px;
	width:664px;
	height:22px;
	z-index: 5;
	color:#6633FF;
	text-align:left;
	font-family: Arial;
	font-size: 14px;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font: Arial;
}

#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border-right: 0px solid #333;
	top: 306px;
	left: 0px;
	color: #D7DBEA;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;	
}

#p7menubar a.trigger {
	padding: 3px 8px 3px 8px;
	
}

#p7menubar li {
	float: left;
	width: 60em;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 13em;
}

#p7menubar ul li a  {
	color: #ffff66;
	font-size:12px;
	font-weight: normal;
	border-right: 0;
	padding: 1px 12px 1px 16px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color:#6b3fa0;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #000000;
	background-color: #b69ec3;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #B69EC3!important;
	color: #ffffff!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}
