/* set tabs menu position */
dl#menu	{ padding-left: 23%; top: 0px; left: 10px; }

/* set general tab styles - horizontal format */
dt.tab	{ display: block; float: left;  margin-right: 5px; text-align: center 	}

/* set general anchor styles - fill the container */
dt.tab a	{ display: block; text-decoration: none; color: white; font-weight: bold; width: 90px }

/* MouseOut state (default) */
dt.tab a	{ background: blue; border: 5px outset blue	}

/* MouseOver state (hover) */
dt.tab a:hover	{ padding-top: 0px; background: yellow; border-color: yellow; color: black	}

