.clear{
clear:both;
}

.topnav {
	FLOAT: left; WIDTH:59px;  MARGIN-LEFT: 8px
}
a.topnav:link,a.topnav:visited        {
	text-decoration: none;
	color: #000;
	font-size:12px;
	font-weight:bold;
	height:24px;
	background-image: url(/Images/bar/topnav.gif);
	text-align: center;
	vertical-align: middle;
	background-position: 1px 1px;
	padding-top: 5px;
	background-repeat: no-repeat;
}
a.topnav:hover                        {
	text-decoration: underline;
	color: red;
	font-size:12px;
	font-weight:bold;
	height:24px;
	background-image: url(/Images/bar/topnav.gif);
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-top: 5px;
}


a.leftnav:link,a.leftnav:visited        {
	text-decoration: none;
	color: #6B6B6B;
	font-size:12px;
	height:24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}
a.leftnav:hover                        {
	text-decoration: underline;
	color: #6B6B6B;
	font-size:12px;
	height:24px;
	padding-top: 5px;
}


a:link,a:visited        { text-decoration: none; color: #000 ;font-size:12px}
a:hover                        { color: #EE6312;font-size:12px}



/*------------------------Main Nav Style----------------------*/
#navcontainer{width:985px; height:31	;background-image: url(/Images/bar/bar_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#navlist
		{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 20px;
	letter-spacing: 1px;
		}
		
		#navlist ul, #navlist li
		{
	height: 31px;
	width: 120px;
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
		}
		
		#navlist a:link, #navlist a:visited
		{
	height: 31px;
	width: 100px;
	float: left;
	color: #333;
	background-image: url(/Images/newtop/top5_nav2.gif);
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	line-height: 31px;
	text-decoration: none;
		}
		
		#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
		{
	padding-bottom: 0px;
	color: #fff;
	background-image: url(/Images/bar/menuBgOverl.gif);
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: center 1px;

		}
		
		#navlist a:hover {
	color: #fff;
	text-align: center;
}
/*------------------------Main Nav Style End---------------------*/
