#menu {
	text-align:center;
}

#menu table {
	height: 39px;
}

#menu .main {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: center;
}

.menuItem {
	width:auto;
	font-size:14px;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
}

.menuItem .subItem {
	position:absolute;
	left: -1000px;
	font-size: 12px;
	text-align: left;
	background-color:#6699FF;
	-moz-opacity: 0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
	width: 170px;
	padding: 0;
	margin: 0;
}

#menu a:link {
	text-decoration:none;
	color:#000000;
}

#menu a:visited {
	text-decoration:none;
	color:#000000;
}

#menu a:hover {
	text-decoration: underline;
	color:#000000;
}

.menuItem:hover {
	background-image: url(images/menu_rollover.png);
	background-repeat: repeat-x;
	background-position: left center;
}

.subItem td{
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #6699FF;
	padding: 5px;
	margin: 0;
}

.subItem td:hover {
	background-color: #0049E1;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #00406A;
}

.menuItem:hover .subItem {
	left: auto;
}

#menu .edge_right {
	width: 100px;
	background-image: url(images/menu_right.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#menu .edge_left {
	width: 100px;
	background-attachment: scroll;
	background-image: url(images/menu_left.png);
	background-repeat: no-repeat;
	background-position: right center;
}
