#custommenu {
    position:relative;
    z-index: 999;
}
div.menu {
    float: left;
	height: 46px;
	background: url(/skin/frontend/default/cameron/images/nav-divider.jpg) no-repeat right top;
	position:relative;
	text-align: left;
	
}
div.menu.act {
    background-color:#ADD8E6;
}
/*div.menu.active {
    background-color:#A86E2E;
}*/
div.wp-custom-menu-popup {
    position:absolute;
    z-index:3000;
    /*border:5px solid #A86E2E;*/
    display: none;
    background-color:#fff;
    text-align:left;
	padding: 5px 0 10px 0;
	left: 85px !important;
	-moz-box-shadow: 0 2px 3px #000;
	-webkit-box-shadow: 0 2px 3px #000;
	box-shadow: 0 2px 3px #000;
}
/*div.menu, div.wp-custom-menu-popup {
    padding: 5px 12px 6px 8px;
}*/
div.menu a, div.wp-custom-menu-popup a {
    text-decoration: none;
    display:block;
	height:30px;
	line-height: 30px;
	/*padding: 0 10px;*/
}
div.wp-custom-menu-popup a:hover, #nav ul li a:hover { text-decoration: underline; }
/*div.wp-custom-menu-popup a.actParent {
    color: #4D4D4D;
}
div.wp-custom-menu-popup a.act {
    color: #A52A2A;
}*/
div.column {
    float:left;
    width:200px; /* column width */
    padding:5px 10px;
	margin-right:10px;
}
div.itemSubMenu {
    margin-left:20px;
}
.clearBoth {
    clear:both;
}
#custommenu.rtl .menu {
    float: right;
}
#custommenu.rtl div.column {
    text-align: right;
}
