/* Main menu styles */
#mainMenu {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	background-color: #343588;
	width: 750px;
	text-align: center;
	position: absolute;
	top: 100px;
	left: 1px;
	z-index: 100;
	color: #ffffff;
}
#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin-left: 0;
	list-style: none;
}
#cssdropdown li {
	float: left;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	text-transform: uppercase;
	height: 18px;
}
.mainitems{
	border: none;
	background-color: #343588;
		padding: 3px;
	margin-left: 12px;
}
.mainitems a{
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	color: #ffffff;
}
.mainitems a:hover {
	color: #F4C522;
	}
.subuls{
	display: none;
	width: 10em;
	position: absolute;
	top: 23px;
		left: 0px;
	background-color: #343588;
	border: none;
}
.subuls li{
	width: 100%;
}
.subuls li a{
	text-decoration: none;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}

/* popup definitions */
#bodycopy a.info{
    position:relative;
    z-index:24;
    color:#2C223A;
    text-decoration: underline;
	border-bottom: none;
}
#bodycopy a.info:hover{
	z-index:25; background-color:#fff;
	color:#B74900;
	border-bottom: none;
}
#bodycopy a.info span{
	display: none
}
#bodycopy a.info:hover span{
    display: block;
    position: absolute;
    top: 2em; left:2em; width:20em;
	font: 12px/18px Arial, Helvetica, sans-serif;
    border: 1px solid #000000;
    background-color: #FAF5E1; color:#2C223A;
    text-align: left;
	padding: 5px;
}
