
	/* MENUS.CSS */
	
	BODY /*Menu font*/ 
	{
		font-family:Arial, Verdana, Helvetica, sans-serif; 
		font-size:12px; 
	}
	
	H1 
	{
		font-size:100%; 
		font-style:italic; 
		text-decoration:none;
	}
	
	DIV#divMenuBar /*Main Menu bg*/
	{
		background-color:#4B4B4B; 
	}
	
	TABLE#tblMenuBar /*Main menu font style*/
	{
		border-right-color:white;
		border-right-style:solid;
		border-right-width:1px;
		border-left-color:white;
		border-left-style:solid;
		border-left-width:1px;
		padding:0px 0px 0px 0px;
		text-align:center;
		Height:20;
	}
	
	.TRStyle
	{
		border-right-color:white;
		border-right-style:solid;
		border-right-width:1px;
		border-left-color:white;
		border-left-style:solid;
		border-left-width:1px;
	}
	
	TABLE#tblMenuBar TD.clsMenuBarItem /*Main menu font style*/
	{
		font-weight:normal; 
		cursor:hand;
		
	}
	
	DIV.clsMenu /*submenu style*/ 
	{ 
		font-size:90%; 
		background-color:#4B4B4B; 
		position:absolute; 
		visibility:hidden; 
		width:130px; 
		padding:2px 2px 2px 4px; 
		border-top:1 white solid; 
	}
	
	DIV.clsMenu A /*Sub menu font style*/
	{
		text-decoration:none; 
		color:white; 
		font-weight:normal; 
	}
	
	DIV.clsMenu A:hover  /*Sub menu on mouse move color*/
	{ 
		color:White;
		background-color:#B5CACD;
		text-decoration:none; 
	}

	BUTTON 
	{
		font-family:Arial, Verdana, Helvetica, sans-serif; 
		font-size:100%; 
	}
	
	.clsMenuBarItem /* main menu link*/
	{
		text-decoration:none;
		color:White;
		text-decoration:none; 
		font-size:12px;
		width:130px; 
		color:White; 
		padding:0px 0px 0px 0px;
		word-spacing:0;
	 	border-right-color:white;
		border-right-style:solid;
		border-right-width:1px;
		border-left-color:white;
		border-left-style:solid;
		border-left-width:1px;
		cursor:default;
	}
		
	.SubmenuItem
	{
		font-size:12;
		color:White; 
		background-color:#4B4B4B; 
		cursor:hand; 
		text-align:center;
	}
	
	
	
	