/*
Override the width of the PageBody from custom.css.
Must take into account the left and right padding in basedesign01.css */
#PageBody {
	width: 600px;
}

/* Optional override of the navigation fonts 
#LeftNavi p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#LeftNavi blockquote p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}*/


/* The left navigation column */
#LeftNavi-Container, #LeftNavi {
	background-color: #2C4B87;
	width: 152px;
	padding: 0;
}

#LeftNavi-Container li {
	color: #FF0000;
	padding-top: 2px;
	padding-bottom: 2px;
}

#LeftNavi ul, #LeftNavi li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#LeftNavi li {
	border-bottom: 1px solid #9EAED8;
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
}

#LeftNavi ul ul li {
	border-bottom: 0 none #000000 !important;
	padding: 0;
	padding-left: 5px;
	color: #DEDFF8;
	font-weight: normal;
}

#LeftNavi ul ul ul li {
	padding-left: 10px;
}

/* Main links */
#LeftNavi li a {
	color: #FFFFFF;
	padding: 4px;
	line-height: 1.15;
	display: block;
	padding-left: 12px;
	background-image: url(../images/bullet-yellowarrow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-decoration: none;
}

/* Sub links */
#LeftNavi ul ul li a {
	line-height: 1.15;
	color: #DEDFF8;
	background-image: url(../images/bullet-lightblue-4w.gif);
	background-repeat: no-repeat;
	background-position: 7px 0.65em;
	padding: 0;
	margin: 0;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 2px;
}

#LeftNavi ul ul ul li a {
	background-image: url(../images/bullet-lightblue-4w-hollow.gif);
}

/* Hover style of the main links */
#LeftNavi li a:hover {
	background-color: #5476b7;
}

/* Hover style of the sub links */
#LeftNavi ul ul li a:hover {
	background-color: #233b6b;
}
