#navigationContainer {
	margin: 0 10px;
	padding: 10px 0;
	position: relative;
}

/* Navigation Parent */
#navigationParent {
	background: url(../images/navigation/nav-slice.gif) repeat-x;
	height: 52px;
	padding-top: 3px;
	position: relative;
}

#navigationParent .leftcap, #navigationParent .rightcap {
	height: 52px;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 8px;
}
#navigationParent .leftcap {
	background: url("../images/navigation/nav-left-side.gif") no-repeat;
	left: 0;
}
#navigationParent .rightcap {
	background: url("../images/navigation/nav-right-side.gif") no-repeat;
	right: 0;
}

#navigationParent ul, #navigationChild ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navigationParent ul li {
	border-left: 1px solid #fafafa;
	border-right: 1px solid #d5d5d5;
	/*display: inline;*/
	float: left;
	height: 42px;
	width: 110px;
}
#navigationParent ul li a {
	/*
	background-image: url(../images/navigation/nav-separator.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	*/
	/*
	border-left: 1px solid #fafafa;
	border-right: 1px solid #d5d5d5;
	*/
	color: #7f7f7f;
	display: block;
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: bold;
	height: 30px;
	padding-top: 12px;
	/*padding: 15px 25px;*/
	text-align: center;
	text-decoration: none;
}
#navigationParent ul li a:hover, #navigationParent ul li a.currentUrl {
	background-image: url(../images/navigation/nav-pressed.gif);
	background-position: top left;
}

/* Navigation Child */

#navigationChild {
	float: left;
	margin: 1px 0 0 3px;
	position: relative;
	width: 188px;
}

#navigationChild .topcap, #navigationChild .bottomcap {
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 188px;
}

#navigationChild .topcap {
	background: url(../images/navigation/side-nav-top.gif) no-repeat;
	height: 9px;
	top: 0;
}

#navigationChild .bottomcap {
	background: url(../images/navigation/side-nav-bottom.gif) no-repeat;
	bottom: 0;
	height: 9px;
}

#navigationChild .container {
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	width: 186px;
}

#navigationChild .container ul {
	margin: 9px 0;
}

#navigationChild .container ul li {
	border-bottom: 1px solid #f7f7f7;
	height: 46px;
	position: relative;
}

#navigationChild .container ul li a {
	color: #8b8b8b;
	display: block;
	font-size: 10pt;
	height: 16px;
	padding: 15px 0 15px 10px;
	text-decoration: none;
	white-space: nowrap;
}

#navigationChild .container ul li a:hover, #navigationChild .container ul li a.currentUrl {
	background-color: #f2f2f2;
}

#navigationChild .container ul li .pointer {
	background-image: url(../images/navigation/side-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: top right;
	display: none;
	height: 48px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: -10px;
	width: 10px;
}

/* Navigation Content */

#navigationContent {
	margin-left: 210px;
	overflow: hidden;
	width: 600px;
}

#navigationContent.suppress-child-navigation {
	margin-left: 0;
	width: 850px;
}