/* All Anchor Items */
#menu a { display: block; }

/* All Unordered Lists */
#menu ul { 
	padding:    0px;
	margin:     0px;
	list-style: none;
}

/* All Sub Menu Items */
#topMenu li ul { 
	position: absolute; 
	left: -999em;
}

#topMenu li:hover ul, #topMenu li.showMenu ul { left: auto; }

/* Menu Customization */
#menu {
	color: #0000EE;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	margin: auto;
	width: 144px;
}

#menu li { float: left; }

#topMenu a {
	background-color: white;
	text-decoration: underline;
	width: 144px;
}

.topMenuLink a {
	font-weight: bold;
	text-align: center;
}

.topMenuLink a:hover {
	text-decoration:none;
}

.topMenuLink a#lastMenu { 
	border-right-width: 1px;
	width: 144px;
}

.subMenu {
	text-align: left;
	width: 144px;
}

.subMenu a {
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-top: -1px;
	text-align: left;
}

.subMenu a:hover {
	text-decoration:none;
}

.subMenu#last { width: 144px; }
.subMenu#last a { width: 144px; }

