
<STYLE TYPE="text/css">

/*Other includes firefox, safaria + others or netscape*/
	ul.topmenu, ul.topmenu ul{
		display: block;
		margin: 0px;
		padding: 0px;
	}
	ul.topmenu li{
		list-style: none;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding : 0px 0px 0px 0px;
		text-decoration: none;
		border-bottom: 1px solid #aaaaaa;
	}
	ul.topmenu{
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-right: 1px solid #aaaaaa;
		border-left: 1px solid #aaaaaa;
	} 
	ul.topmenu a{
		padding: 3px;
		padding-left: 5px;
		margin: 0px 0px 0px 0px;
		padding: 3px;
		margin: 0px 0px 0px 0px;
	} 
	ul.topmenu li{  
		padding: 5px 0px 5px 0px;
	}
	ul.topmenu li ul li:hover{
		list-style: none;
		background-color: #fffedd;
		margin : 0px 0px 0px 0px;
		padding : 0px 0px 0px 5px;
		width:10em;
	}
	ul.#homeNav li ul li.homeBrowseHover{
		width:100%;
		list-style: none;
		background-color: #fffedd;
		margin : 0px 0px 0px 0px;
		padding : 0px 0px 0px 5px;
		width:10.3em;
	}
	ul.topmenu li.submenu:hover, ul.topmenu li.homeBrowseHover{
		padding-bottom: 6.7em; 
		border: none;
	}
	ul.topmenu li.submenu:hover ul, ul.topmenu li.homeBrowseHover ul{
		visibility: visible; 	
		left: 0;
		background-color : #f7f7f7;
		height:6.25em;
	}
	ul.topmenu li.submenu:hover ul li, ul.topmenu li.homeBrowseHover ul li{
		margin-bottom: 0px; border-bottom: none;
	} 
	ul.topmenu li.submenu:hover ul li:hover, ul.topmenu li ul li.homeBrowseHover{ 
		background-color: #fffedd;
	}
	/*NOTE:  ul.topmenu li ul: This CSS statement does nearly the same thing that the below statement does.  This is 
			 the normal state class, for non-IE browsers.  This class was written with Fire-Fox optimization in 
			 mind*/
	ul.topmenu li ul{
		position: absolute;
		visibility: hidden;
		width: 10.3em;
		z-index: 1000;
		background-color : #fff;
		top: 1.8em;	
		top: 30px;	
		border : none;
		border-top: 1px solid #aaaaaa;
		border-bottom: 1px solid #aaaaaa;
		margin: 0px 0px 0px 0px;
		padding : 0px 0px 0px 0px;
	}
	/*NOTE:  ul.topmenu li ul li: This is the normal state class for non-IE browsers.  This class was written with 		
			 Fire-Fox optimization in mind. This class sets the layout and look of the submenus that appear on 
			 mouseover*/
	ul.topmenu li ul li{
		list-style:none;
		padding : 0px 0px 0px 20px;
		margin:  0px 0px 0px 0px;
		width: 90%%;
		height: 1.25em;
		background-color : #f7f7f7;
		border: none;
	}
	/*NOTE:  ul.#homeNav li ul li: This CSS statement does nearly the same thing that the above statement does.  This
			 is the normal state class for Internet Explorer.  This class sets the layout and look of the submenus
			 that appear on mouseover*/
	ul.#homeNav li ul li{
		list-style:none;
		padding : 0px 0px 0px 20px;
		margin:  0px 0px 0px 0px;
		width: 100%;
		background-color : #f7f7f7;
		text-decoration: none;
		border: none;
		line-height:19px;
	}
	/*NOTE:  ul.topmenu li ul li a.subhead:hover: This is the normal state class for non-IE browsers.  
			 This class sets the layout and look/style of the submenu links that appear on mouseover*/
	ul.topmenu li ul li a.subhead:hover{
		text-decoration: none;
		color:#3366FF;
	}
	ul.topmenu li.submenu ul li a.subhead{
	/*	border: 1px solid gray;*/
	/*	padding-right:75%; */
	}
	/*NOTE:  ul.topmenu li.Open ul: This is the normal state class for non-IE browsers.  
			 This class makes the sebmenu visible, even when it's not being moused-over.  Used for when
			 customers are within one of the menus.*/
	ul.topmenu li.Open ul{
		visibility: visible; 	
		left: 0;
		background-color : #f7f7f7;
		height:6.25em;
	}
	/*NOTE:  ul.topmenu li.Open: This is the normal state class for non-IE browsers.  
			 This class makes the sebmenu visible, even when it's not being moused-over.  Used for when
			 customers are within one of the menus.*/
	ul.topmenu li.Open{
		padding-bottom: 6.7em; 
		border: none;
	}
	/*NOTE:  ul.topmenu li.Open ul li: This is the normal state class for non-IE browsers.  
			 This class makes the sebmenu visible, even when it's not being moused-over.  Used for when
			 customers are within one of the menus.*/
	ul.topmenu li.Open ul li{
		margin-bottom: 0px; border-bottom: none;
	}

</STYLE>
