/*
 * CSS for MenuBar
 */

#menubar {
	clear: both;
	width: 100%;
	background-color: black;
	text-align: center; 
	margin: 0px; 
	padding: 0px; 
	border-bottom: 3px solid #ff9900;
}
table#menu {
	width: 780px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/*
 * Home menu (link to home)
 */
td#mhome { width: 230px; text-align: left; }
td#mhome img { border: 0; margin-bottom: 10px; margin: 25px 0px; }
td#dmyhome{ height: 35px; }

/* 
 * Normal menu
 */
td.mnorm {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 5px 10px;
}

/*
 * Tab menu (current)
 */
td.tabl { width: 10px; background-image: url("../images/tl_b_o.gif"); background-repeat: no-repeat; }
td.mtab {
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #FF9900;
}
td.tabr { width: 10px; background-image: url("../images/tr_b_o.gif"); background-repeat: no-repeat; }


/*
 * Font Color 
 */
td.mnorm a:link ,td.mnorm a:visited, td.mnorm a:active, td.mnorm a:hover { 
	text-decoration: none;
	color: white; 
}
td.mtab a:link, td.mtab a:visited, td.mtab a:active, td.mtab a:hover { 
	text-decoration: none; 
	color: black; 
}
