/* This stylesheet is specific to the homepage
 	and primarily overrides the menu color scheme 
	inherited from main.css		*/

#colWrapper {
   height:340px;   /* height necessary to declare for home page because ie6 refuses to calculate */
}


#menuList a, #menuList a:visited {
	background:transparent url(http://65.109.11.116/design_images/transBG.png);
	color:#485E4E;
	margin:0px;
}
#IEfix #menuList a, #IEfix #menuList a:visited {
	background:transparent url(http://65.109.11.116/design_images/empty.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://65.109.11.116/design_images/transBG.png", sizingMethod="scale");
	color:#485E4E;
	margin:0px;
}

#menuList li li a, #menuList li li a:visited {
	width:239px;
	background:url(http://65.109.11.116/design_images/transBG.png);
	border:0px;
}

#menuList li:hover a:hover{background:#485E4E; color:#fff;}		/*hover for top level button (visible)*/
#menuList li li:hover a:hover{background:#62806a; color:#fff;}	/*hover for 2nd level items, inherits from the top level item*/

/*These two entries are no longer necessary, but kept for reference
	#menuList li a:hover{background:#485E4E; color:#fff;}#menuList li li a:hover{background:#62806a; color:#fff;}*/

/* javascript file for IE6 applies this class to the menu */
#IEfix #menuList li.hover ul {display:block; position:absolute;}
#IEfix #menuList li.hover a:hover{filter:none; background-image:none; background-color:#485E4E; color:#fff;}	
#IEfix #menuList li li.hover a:hover{filter:none; background-image:none; background-color:#62806a; color:#fff;}