#navigation {
	float: left;
	width: 980px;
	background-image: url(../assets/menu/nav-button-background.png);
	background-repeat: repeat-x;
	background-position: left center;
	z-index: 999;
}

#navigation ul {
list-style: none;
}

#navigation li {
	float: left;
	position: relative;
	font-size: 0.85em;
	padding-top: 2px;
	padding-bottom: 2px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}

#navigation li:hover {
background-color: #000000;
}

#navigation li a {
}

#navigation li a:hover, {
	background-color: #000000;
}


#navigation li li {
	float: left;
	font-weight: normal;
	clear: both;
	width: 100%;
	margin-left: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
	color: #333333;
	background-color: #FFFFFF;
	border-right-style: none;
	background-image: url(../assets/bullets/gsg-bullet.png);
	background-repeat: no-repeat;
	background-position: -4px center;
	padding-left: 5px;
}

#navigation li li:hover {
	background-color: #FFFFFF;
}

#navigation a {
	color: #ffffff;
	display: block;
	width: 100px;
	line-height: 1.8em;
	text-decoration: none;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#navigation a:hover{
}


#navigation li li a {
	height: auto;
	background: none;
	text-align: left;
	margin: 0;
	line-height: 1.8em;
	font-weight: normal;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
}

#navigation li li a:hover {
	background: none;
	text-decoration: underline;
}

#navigation li li img {
	float: left;
	margin-right: 5px;
}

.nav-link-box{
	padding: 0px;
}

#ddContainerA, #ddContainerB, #ddContainerC {
	position: absolute;
	left: -10055px;
}

#navigation li:hover #ddContainerA {
	display: block;
	left: 0px;
	z-index: 99;
}

#navigation li:hover #ddContainerB{
	display: block;
	left: 0px;
	z-index: 99;
}

#navigation li:hover #ddContainerC {
	display: block;
	left: -202px;
	z-index: 99;
}

/* styles for drop-down */
#ddContainerA {
	margin-top: 2px;
	width: 900px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#ddContainerB {
	margin-top: 2px;
	width: 615px;
		border: 1px solid #666666;
	background-color: #FFFFFF;
}

#ddContainerC {
	margin-top: 2px;
	width: 940px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

#ddContainerA h2, #ddContainerB h2, #ddContainerC h2 {
	color: #49728C;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5;
	padding-left: 0px;
}

#ddContainerA a, #ddContainerB a, #ddContainerC a {
font-weight: bold;
color: #ffffff;
text-decoration: none;
padding-left: 10px;
width: auto !important;
}

#ddContainerA a:hover {
}


.ddContainerHeader {
	height: 25px;
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: -2px;
}

.ddContainerBody {
	float: left;
	width: 100%;
}

.ddContainerFooter {
	float: left;
	width: 100%;
	height: 20px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	position: relative;
	left: 0px;
	bottom: 0px;
	background-color: #1F3243;
}


#navigation #ddc1, #ddc2, #ddc3, #ddc4, #ddc5, #ddc6, #ddc7, #ddc8, #ddc9, #ddc10 {
	float: left;
}
#ddc1 {
	width: 220px;
	margin-left: 10px;
	;
}

#ddc2 {
	width: 210px;
	margin-left:10px;
}
#ddc3 {
	width: 210px;
	margin-left:10px;
}

#ddc4 {
	width: 210px;
	margin-left:10px;
}

#ddc5 {
	width: 290px;
	margin-left:10px;
}
#ddc6 {
	width: 290px;
	margin-left:10px;;
}
#ddc7 {
	width: 200px;
	margin-left:10px;
}
#ddc8 {
	width: 200px;
	margin-left:10px;
	margin-top: 22px;
}

#ddc9 {
	width: 240px;
	margin-left:10px;
}

#ddc10 {
	width: 240px;
	margin-left:10px;
	margin-top: 22px;
}


.ColumnHeading {
	color: #344F73;
	font-size: 0.95em;
}


/* content */
#content {
clear: both;
}

