/** Left Navigation **/

#leftnav
{
	width:					220px;
	height:					198px;
	font-family:			helvetica, arial, sans-serif;
	font-weight:			bold;
	font-size:				1em;
	float:					left;
	background-color:		#A9DCED;
}

#leftnav ul
{
	list-style:				none;
	margin:					0px;
	margin-top:				25px;
	padding:				0px;
	width:					170px;
}

#leftnav li
{
	text-align:				left;
	
	width:					170px;
	margin:					0px;
	padding:				0px;
	margin-left:			25px;
}

#leftnav a div
{
	width:					130px;
	height:					25px;
	padding-right:			40px;
	cursor:					hand;
}

#leftnav a
{
	text-decoration:		none;
	color:					#1DB0E8;
}

#leftnav a.current
{
	text-decoration:		none;
	color:					#FFFFFF;
}

#leftnav a:visited div
{

}

#leftnav a:hover
{
	color:					#FFFFFF;
}

#leftnav a:hover div
{

}

/** Bottom Navigation **/

.leftadvert
{
	width:					220px;
	height:					65px;
	float:					left;
	text-align:				center;
	font-size:				0.9em;
	margin-top: 30px;
}

.leftadvert a
{
	color:					#8F9098 !important;
}

.leftadvert a:viisted
{
	text-decoration:		none;
	color:					#8F9098 !important;
}

.leftadvert a:hover
{
	text-decoration:		underline !important;

}

#bottomnav
{
	float:					right;
	height:					97px;
	width:					984px;
	font-family:			helvetica, arial, sans-serif;
	font-weight:			bold;
	font-size:				0.8em;
}


#bottomnav ul
{
	float:					left;
	margin-top:				-50px;
	width:					740px;
	margin-left:			90px;
	text-align:				center;
}

#bottomnav li
{
	display:				inline;
	list-style-type:		none;
	padding-left:			0px;
}

#bottomnav a div
{
	cursor:					hand;
	display:				inline;
	padding-left:			5px;
	padding-right:			5px;
	border-left:			1px solid #8F9098;
}

#bottomnav li .first div
{
	border-left:			none;
}

#bottomnav a
{
	display:				inline;
	text-decoration:		none;
	color:					#1AB7EA;
}

#bottomnav a:hover
{
	color:					#8F9098;
}
