/* CSS Document */


 #topnav
{
width:760px;
height:50px;
background-image:url(../images/topnav.jpg);
background-repeat:repeat-x;
}

	
#topnav #menu
	{float: left;
	margin-left:4px;
	

	}
	
#topnav #menu ul
	{
		margin: 0;
		padding: 5px;
		list-style: none;
		line-height: normal;}
	
#topnav #menu li
{ float: left;
padding-left:10px;
padding-right:15px;
height:35px;
background-image:url(../images/menudivider.jpg);
background-position:right;
background-repeat:no-repeat;
 
}	



#menu a {
	display: block;	
	height:30px;
	width:120px;
	line-height:30px;	
	margin-right: 1px;
	margin-top:5px;	
	color: #ffffff;	
	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:30px;
	width:120px;
	line-height:30px;	
	margin-top:5px;
	margin-right: 1px;
	font-size: 1.1em;
	font-weight: bold;	
	color: #000000;	
	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:30px;
	width:120px;
	line-height:30px;	
	margin-top:5px;	
	margin-right: 1px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;	
	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:30px;
	width:120px;
	line-height:30px;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;

}

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_up.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;

}

