/* Gerda Geddes / Frank Woods - cascading style sheet by P. Thompson phil@g-r-a.co.uk ©2008 */

/* -- tabs / menu -- */
#bodyDiv sel_home, sel_gerda, sel_sample, sel_frank, sel_purchase, sel_links {
	
}
#GGmenu{
	float:left;
	padding:0;
	margin:0;
	font: 200 90% Verdana;
	list-style:none;
	border-bottom: 5px solid #C0C0C0;
	background:#FFF url(images/gerda_menu_bg_72w.gif) no-repeat 50% 50%;
	width: 160px;
}

* html .GGmenu{ /*IE only rule. Original menu width minus all left/right paddings */
	width: 148px;
}

#GGmenu a{
	padding: 5px 5px;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #595959;
	text-decoration: none;
	border-bottom:1px dotted #C0C0C0;
}

#GGmenu a:visited{
	color: #595959;	
}

html>body #GGmenu a{ /*Non IE rule*/
	width: auto;
}

#GGmenu a:hover, body#selected  #tab_home a{
	background-color: #F8FBBD;	
	color:#000066;
}
.you_r_here{
	background-color:#C9DEDE;
	color:#003366;
	font-weight:500;
}
/* selected states onload */