/* MENUS.CSS */

/*Main menu bar css */
/* background color of div layer that is actaully the main table*/
DIV#divMenuBar 
{ 
	background-color:FFFFFF; 
}
/* class for menu bar items */
TD.clsMenuBarItem
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: 333333; 
	padding:0px 5px 0px 5px; 
	cursor:default; 	
}

TD.clsMenuBarItemActive
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: 003399; 
	padding:0px 5px 0px 5px; 
	cursor:default; 	
}

A.clsMenuBarItem
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 333333; 
	text-decoration:none;
}

A.clsMenuBarItem:hover 
{ 
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399; 
} 

A.clsMenuBarItemActive
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399; 
	text-decoration:none;
}

A.clsMenuBarItemActive:hover 
{ 
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399;  
} 

/* sub menu class */
DIV.clsSubMenu 
{ 
	font-size:90%; background-color:F7F7F7; 
	position:absolute; visibility:hidden; width:770px; 
	padding:0px 0px 0px 0px; border-top:1 white solid; 
}


TD.clsSubMenuBarItem
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 333333; 
	padding:5px 10px 5px 10px; 
	cursor:default; 	
}

TD.clsSubenuBarItemActive
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399;
	padding:5px 10px 5px 10px; 
	cursor:default; 	
}

A.clsSubMenuBarItem
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 333333; 
	text-decoration:none;
	font-weight:bold;
}

A.clsSubMenuBarItem:hover 
{ 
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399;
} 

A.clsSubMenuBarItemActive
{
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399;
	text-decoration:none;
}

A.clsSubMenuBarItemActive:hover 
{ 
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;	
	color: 003399;
} 

.phonegreen { font-size: 11px; font-family: Arial; font-weight: bold; color: 333333; }
.phoneblue { font-size: 11px; font-family: Arial; font-weight: bold; color: 0092DD; }

