/* 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 {
	background-color: #336666; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
	line-height: 21px;
	margin: auto;
width: 100%;
}

#menu li { float: left; }

#topMenu a { 
border: 1px solid black;
	border-right-width: 0px;
	text-decoration: none;
	width:132.2px;
}

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

.topMenuLink a:hover {
	color: #000000;
	background-color: #909090;
}

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

.subMenu {
	background-color: #FFFFFF;
	border-right: 1px solid black;
	width: 131px;
}

.subMenu a {
	color: #000000;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-top: -1px;
}

.subMenu a:hover {
	background-color: #D2D2E1;
	color: #000000;
}

.subMenu#last { width: 132px; }

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

.hmenu
		{
		border:1px solid; 
		width:130px; 
			height:30px;
			background-color:#336666;
		
}
.hmenu a{
						text-align:center;
			text-decoration:none;color:#FFFFFF;
			
			}
.hmenu a:hover{
				width:150px; 
				height:50px;
				color:#000000;
				}
				