body {
	margin:0px 0px;
	padding:0px;
	text-align:center;
	background: #1C86E3;
	font-family: verdana, arial, sans-serif
	
}
	
#Content {
	width:864px;
	margin:0px auto;
	padding:0px;
}
	

.header{
	height: 20px;
	width: 864px;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}


#hline{
	width: 200px;
	height: 20px;
}




/**************/
/* NAVIGATION */
/**************/

.nav {
	clear: both;
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}

/**************/
/*   IE6-7    */
/**************/

* html .nav { 
	height: 200px;
}

/**************/
/*    End     */
/**************/

.nav ul {	
	float: left;
	list-style: none;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border-bottom: #fff solid 0px;
}	

.nav li {
	margin: 0px;
	padding: 0px;
}

.nav li.title a{
	margin: 0px;
	padding: 1px 0px 1px 4px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

.nav li.sub1 a {
	display: block;
/*	min-height: 1.5em; */
	margin-left: 0px;
	padding: 1px 0px 1px 14px;
	border-bottom: #fff solid 0px;
	border-left: #1C86E3 solid 1px; 
	text-decoration: none;
	font-weight: bold;
	text-transform: normal;
	font-size: 10px;
	color: #fff;
}

.nav li.sub2 a {
	display: block;
/*	min-height: 1.5em; */
	margin-left: 0px;
	padding: 1px 0px 1px 24px;
	border-bottom: #fff solid 0px;
	border-left: #1C86E3 solid 1px; 
	text-decoration: none;
	font-weight: normal;
	text-transform: normal;
	font-size: 10px;
	color: #fff;
}

.nav li.sub3 a {
	display: block;
/*	min-height: 1.5em; */
	margin-left: 0px;
	padding: 1px 0px 1px 34px;
	border-bottom: #fff solid 0px;
	border-left: #1C86E3 solid 1px; 
	text-decoration: none;
	font-weight: normal;
	text-transform: normal;
	font-size: 10px;
	color: #fff;
}

/**************/
/*   IE6-7    */
/**************/

* html .nav li.group a { 
	height: 1.5em;
}

/**************/
/*   End      */
/**************/
	
.nav li a {
	display: block;
/*	min-height: 1.5em; */
	margin-left: 2px;
	padding: 1px 0px 1px 8px;
	border-left: #1C86E3 solid 1px; 
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

/**************/
/*   IE6-7    */
/**************/

* html .nav li a {
	height: 1.5em
}

/**************/
/*   End      */
/**************/


/***** HOVER and SELECTED *****/


.nav li.title a:hover, .nav li.title .selected {
	border-left: #fff solid 1px;
	background-color: #fff;
	text-decoration: none;
	color: #1B86E3;
}

.nav li.sub1 a:hover, .nav li.sub1 .selected {
	border-left: #fff solid 1px; 
	background-color: #fff;
	text-decoration: none;
	color: #1B86E3;
}

.nav li.sub2 a:hover, .nav li.sub2 .selected {
	border-left: #fff solid 1px; 
	background-color: #fff;
	text-decoration: none;
	color: #1B86E3;
}

.nav li.sub3 a:hover, .nav li.sub3 .selected {
	border-left: #fff solid 1px; 
	background-color: #fff;
	text-decoration: none;
	color: #1B86E3;
}

.nav a:hover, .nav .selected {
	border-left: #fff solid 1px; 
	background-color: #fff;
	text-decoration: none;
	color: #1B86E3;
}

.nav-align {
	text-align: left;
}

/******************/
/* END NAVIGATION */
/******************/
