#custommenu {
    position:relative;
    z-index:1000;
    font-size: 14px;
    margin: 0 auto;
    padding: 0 0px;
    width: 980px;
}
div.menu {
    float: left;
}
div.menu.act {
	background: #E7E7E7;
}
div.menu.active {
    background-color:#E7E7E7;
}
div.wp-custom-menu-popup {
	position:absolute;
	z-index:3000;
	border:5px solid #BFBFBF;
	display: none;
	background-color:#E7E7E7;
	text-align:left;
}
div.menu, div.wp-custom-menu-popup {
	padding: 5px 5px 6px 4px;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	color: #000;
	text-transform: uppercase;
}

div.wp-custom-menu-popup a {
	font-size: 12px;
}

div.menu a:hover, div.wp-custom-menu-popup a:hover {
	color: #666;
}

div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}
div.column {
    float:left;
    width:285px; /* column width */
    padding:5px;
}
div.itemSubMenu {
    margin-left:20px;
}
.clearBoth {
    clear:both;
}
