


<style type="text/css">





	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:0px solid #ffffff;	
	}
	.bodyText p{
		margin-top:5px;
	}



	#mainMenu{
		background-image:url(/inc/topbar.gif); padding-top:10px;
		
		font-size:80%;	/* Font size of main menu items */
		border-bottom:0px;	/* Bottom border of main menu */
		height:35px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		height:35px; color:#0099cc;
		/* Don't change these two options */
		position:absolute;
		bottom:0px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{font-size:80%;	color:#ff6600;	
		
		background-color:#ffffff;	/* Background color of sub menu items */
		
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:0px solid #fff;
		border-top:0px solid #fff;
		border-right:0px solid #fff;		
		background-image:url(/inc/topbar-white.gif); padding-top:10px;
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #fff;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}

	
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #0099cc;	/* Text color */
		
		font-size:100%; 
		
	}
	
	#submenu a:hover{
		color: #0099cc; text-decoration:underline;
	}
	
	</style>






