/* CSS Document */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

li ul { /* second-level lists */
	display: none;
	top: 1em;
	left: 0;
	padding-left: 4px;
	padding-top: 5px;
	padding-bottom:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	width:108px;
	height: inherit;
	color: #333333;
	text-decoration: none;
	background: url(../images/index/100x300_Y.png);
	background-repeat: repeat;
}
li ul li { /* dropdown list height for IE8 */
	height: 22px;
}

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;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

#centersite {
margin-left:auto;
margin-right:auto;
width:757px;
border:solid 1px #666666;
padding-top:106px;
}

#centersite_menu {
margin-left:auto;
margin-right:auto;
background-color:#292929;
width:757px; 
height:106px;
border-left:solid 1px #666666;
border-top:solid 1px #666666;
border-right:solid 1px #666666;
position:absolute;
}

#dcontainer {
width:757px;
height: 900px;
margin-left:auto;
margin-right:auto;
}

.imgRedTag
{
	position: absolute;
	top: 1px;
	left: 170px;
	
	width: 396px;
	height: 40px;
	z-index: 93;	
}