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

/* 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: #1c2e5e;
	background-image: url(../images/template/column/background.jpg);
	background-repeat: repeat-x;
	width: 162px;
	padding: 0;
}

#LeftNavi {
	background-image: url(../images/template/column/background-gate-blue.jpg);
	background-repeat:no-repeat;
}

#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 {
	padding: 5px 3px 5px 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(../images/template/column/separators.png);
	background-repeat: no-repeat;
	background-position: 10px bottom;
}

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

#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;
	text-decoration: none;
}

/* Sub links */
#LeftNavi ul ul li a {
	line-height: 1.15;
	color: #DEDFF8;
	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: #233b6b;
}

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