/* Style  Primary Menu */

/* Built: 01/08/2005 */
/* Author: Martin Clayton (ICT) */
/* Version: 0.0.1 */

/* Refer to "CSS Specification DesInQ05" for guidelines */

/* MAIN MENU */

/* Menu - Column 1 */
.pos-mu-a { position: absolute; width: 107px; left: 0px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-a-sub { position: absolute; width: 107px; left: 0px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 2 */
.pos-mu-b { position: absolute; width: 107px; left: 110px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-b-sub { position: absolute; width: 107px; left: 110px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 3 */
.pos-mu-c { position: absolute; width: 107px; left: 220px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-c-sub { position: absolute; width: 107px; left: 220px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 4 */
.pos-mu-d { position: absolute; width: 107px; left: 330px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-d-sub { position: absolute; width: 107px; left: 330px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 5 */
.pos-mu-e { position: absolute; width: 107px; left: 440px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-e-sub { position: absolute; width: 107px; left: 440px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 6 */
.pos-mu-f { position: absolute; width: 107px; left: 550px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-f-sub { position: absolute; width: 107px; left: 550px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 7 */
.pos-mu-g { position: absolute; width: 107px; left: 660px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-g-sub { position: absolute; width: 107px; left: 660px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - Column 8 */
.pos-mu-h { position: absolute; width: 217px; left: 770px; top: 103px; height: 22px; z-index: 900; }
.pos-mu-h-sub { position: absolute; width: 217px; left: 770px; top: 103px; visibility: hidden; background-color:#4e4b4a; z-index: 900; }
/* Menu - End Filler */
.pos-mu-filler { position: absolute; width: 950px; left: 0px; top: 70px; height: 22px; z-index: 1; background-color:#38506a; }

/* CONTACT MENU */

a.contact-parent { cursor: pointer; text-decoration: underline; }
a.contact-parent:hover { cursor: pointer; text-decoration: none; }
img.contact-parent { cursor: pointer; }
div.contact-child {
	position: absolute;
	left: 770px;
	top: 128px;
	width: 217px;
	height: 300px;
	visibility: hidden;
	overflow: visible;
	background-color:#FFFFFF;
	border: 1px solid #89a9d9;
}
a.linkContact:link { font-size: 11px; color: #000000; text-decoration: underline; margin-bottom: 5px; margin-left: 10px; }
a.linkContact:visited { font-size: 11px; color: #000000; text-decoration: underline; margin-bottom: 5px; margin-left: 10px; }
a.linkContact:hover { font-size: 11px; color: #000000; text-decoration: none; margin-bottom: 5px; margin-left: 10px; }
a.linkContact:active { font-size: 11px; color: #000000; text-decoration: underline;	margin-bottom: 5px; padding-bottom: 5px; margin-left: 10px; }