/* CSS Document */


#headercontainer #topnav
{
width:452px;
height:55px;
margin-left:310px;
margin-bottom:0px;
background-image:url(../images/btn_bac.jpg);
background-position:right;
background-repeat:no-repeat;
}

	
#headercontainer #topnav #menu
	{float: left;
	margin-left:4px;

	}
	
#headercontainer #topnav #menu ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
		line-height: normal;}
	
#topnav #menu li
{ float: left;}	



#menu a {
	display: block;	
	height:45px;
	width:147px;
	line-height:40px;	
	margin-right: 1px;
	margin-top:5px;	
	color: #000000;	
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom:0px;
	text-align:center;
	vertical-align:middle;

}

#menu a:hover {
	display: block;	
	height:45px;
	width:147px;
	line-height:40px;	
	margin-top:5px;
	margin-right: 1px;
	font-size: 1.1em;
	font-weight: bold;	
	color: #ffffff;	
	background-image:url(../images/btn_over.jpg);
	background-repeat: no-repeat;	
	padding-bottom:0px;	
	text-align:center;
	vertical-align:middle;
	

	
}
#menu a:active {
	display: block;	
	height:45px;
	width:147px;
	line-height:40px;	
	margin-top:5px;	
	margin-right: 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
	background-image:url(../images/btn_over.jpg);
	background-repeat: no-repeat;
	padding-bottom:0px;
	text-align:center;
	vertical-align:middle;	
}	

#menu .active {	
	display: block;
	background-image:url(../images/btn_over.jpg);
	background-repeat:no-repeat;		
	height:45px;
	width:147px;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;

}

A:link {
text-decoration: none;
font-family:Arial;
font-size:11px;
color:#537D9F;
font-weight:normal;
}

A:visited {
text-decoration: none;
font-family:Arial;
font-size:11px;
color:#537D9F;
font-weight:normal;}

A:active 
{text-decoration: none;
font-family:Arial;
font-size:11px;
color:#537D9F;
font-weight:normal;}

A:hover 
{text-decoration:underline;
font-family:Arial;
font-size:11px;
color:#537D9F;
font-weight:normal;}

/*intertnal page link*/



a.leftnav:link {
display:block;
width:195px;
height:25px;
font-family:Arial;
text-indent:15px;
font-size:11px; 
text-decoration:none; 
font-weight:bold; 
color:#7B7B7B;
background-image:url(../images/leftnavarrow_up.gif);
background-repeat:no-repeat;
background-position:left;
margin-left:0px; }

a.leftnav:visited {
display:block;
width:195px;
height:25px;
font-family:Arial;
text-indent:15px;
font-size:11px; 
text-decoration:none; 
font-weight:bold; 
color:#7B7B7B;
background-image:url(../images/leftnavarrow_up.gif);
background-repeat:no-repeat;
background-position:left;
margin-left:0px; }



a.leftnav:hover {
display:block;
width:195px;
height:25px;
font-family:Arial;
text-indent:15px;
font-size:11px; 
text-decoration:none; 
font-weight:bold; 
color:#414141;
background-color:#D3D3D3;
background-image:url(../images/leftnavarrow_down.gif);
background-repeat:no-repeat;
background-position:left;
margin-left:0px;
 }


a.leftnav:active {
display:block;
width:195px;
height:25px;
font-family:Arial;
text-indent:15px;
font-size:11px; 
text-decoration:none; 
font-weight:bold; 
color:#7B7B7B;
background-image:url(../images/leftnavarrow_down.gif);
background-repeat:no-repeat;
background-position:left;
margin-left:0px;}



.leftnavbac
{
height:25px;
background-color:#FFFFFF;
width:195px;
border-bottom:1px;
border-bottom-color:#BEBEBE;
border-bottom-style:dotted;
line-height:25px;

}

.leftnavbaclast
{
height:25px;
background-color:#FFFFFF;
width:195px;
line-height:25px;

}


