/*
Copyright 2003-2007 APNSoft. All rights reserved.
http://www.apnsoft.com
*/



/*Top Menu (Local Links)*/
.TopMenu 
{
    background-image:url(../Images/Menu/MENUBG1.GIF);
	background-repeat:repeat-x;
	background-color:#000000;
	height:30px;
	/*padding-left:100%;*/
    }

.TopSubMenu 
{
    background-image:url(../Images/Menu/MENUBG1.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
	height:16px;
	/*padding-left:100%;*/
	z-index: 1000;   
    }


a.TopMenu:link
{
	font-family:Arial,Verdana;
	font-size:11px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	
	cursor:default; 
	cursor:hand; 
	cursor:pointer;
	

	
}

a.TopMenu:visited
{
	font-family:Arial,Verdana;
	font-size:11px;
	text-decoration:none;
	color:white;
	font-weight:bold;

	cursor:default; 
	cursor:hand; 
	cursor:pointer;
}

a.TopMenu:active
{
	font-family:Arial,Verdana;
	font-size:11px;
	text-decoration:none;
	color:#FE9A00;
	font-weight:bold;

	cursor:default; 
	cursor:hand; 
	cursor:pointer;
}

a.TopMenu:hover
{
	font-family:Arial,Verdana;
	font-size:11px;
	text-decoration:none;
	color:#FE9A00;
	font-weight:bold;
	
	cursor:default; 
	cursor:hand; 
	cursor:pointer;
}

.TopMenuTDd
{
	background-color:Transparent;
	height:18px;
	padding:0px;
	padding-left:7px;
	padding-right:7px;
}

.TopMenuTDe
{
	background-color:Transparent;
	height:18px;
	padding:0px;
	padding-left:6px;
	padding-right:6px;
	
	border-left:solid 1px black;
	border-top:solid 1px black;
	border-right:solid 1px gray;
	border-bottom:solid 1px gray;
}

.TopMenuSpr
{
	border-left: solid 1px black;
	border-top: solid 1px black;
	background-color:#868686;
	height:1px;
	padding:0px;
	width:1px;
}


