.menuText { font-family: arial; font-size: 10pt; color: #ffffff; text-decoration:none; }
.menuDetails { background: #ffffff; font-family: arial; font-size: 8pt; color: #666666; text-decoration: none; border: solid 1px #0084B7; width: 250px; }
.mainDetails { background: #ffffff; font-family: arial; font-size: 8pt; color: #666666; text-decoration: none; }
.text { font-family: arial; font-size: 10pt; color: #666666; }
.bigText { font-family: arial; font-size: 24pt; color: #666666; }
.title { font-family: arial; font-size: 17pt; color: #666666; }
.copyright { font-family: arial; font-size: 8pt; color: #666666; padding-left: 5px; }
.link { font-family: arial; font-size: 10pt; color: #0084B7; border: solid 1px #ffffff; text-decoration:none; }
.headder { font-family: arial; font-weight: bold; font-size: 12pt; };
.smalltext { font-family: arial; font-size: 8pt; };
.subHeadder { font-family: arial; font-weight: bold; font-size: 10pt; color: #0084B7; };
.menuPad { padding: 4px; }
.secStyle { position: relative; top: 0; left: 0; background: white; z-index: 1; visibility: hidden; };

/* NEW STUFF */

#menuTop {
	margin: 0;
	padding: 0;
}

#menuTop li { 
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	display: inline;
	/*line-height: 30px;*/
	border-right: 1px solid #ffffff;
	font-family: verdana;
	font-size: 10pt;
	color: #ffffff;
	border: 2px solid red;
	
}

.subMenu {
	list-style: none;
	border: 1px solid green;
	position: relative;
	display: none;
	margin: 0;
	padding: 0;
}

.subMenu li {
	display: block;
}

#header-global {
	width: 1024px;
	height: 109px;
	background: #515151 url(/webtemplate_images/bg-header.jpg) no-repeat right;
}

#nav-global {
	width: 1024px;
	height: 30px;
	background: #404a52 url(/webtemplate_images/bg_nav.gif) repeat;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 0;
	padding: 0;
	border: 2px solid red;
}

#pageContainer {
	width: 1024px;
	border: 1px solid black;
}

.main-title {
	font-family: verdana;
	font-size: 18pt;
}

#pageBody {
	font-family: verdana;
	font-size: 10pt;
}

#footer-global {
	background: #515151;
	font-family: verdana;
	font-size: 8pt;
	line-height: 20px;
	color: #ffffff;
	height: 20px;
	text-align: right;
	padding: 5 10 5 10px;
}