ul {
  padding: 0;
  margin: 0 0 0 10px;
}

ul ul {
  margin-bottom: 0;
}
#menucontainer {
	position: absolute;
	width: 100%;
	top: 120px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	z-index:100;
}
.menubar {
	/*background:#222222 url(../../images/siteHeaderPattern.png);*/
    width:450px; /* WIDTH OF THE MAIN MENU BAR */
    height:40px;
	margin-left: auto;
	margin-right: auto;
    padding: 0 0 0 0;
	z-index:100;
}
#mycustommenu {
	font-family:Arial, Helvetica, sans-serif;
	display:inline-block;
    width:440px; /* WIDTH OF THE MAIN MENU BAR */
    padding:0;
	z-index:100;
}
#mycustommenu li {
    margin-right:6px;
    float:left;
    position:relative;
    list-style:none;
	text-shadow:0 2px 2px #000 0.5; /* rgba(0,0,0, .7); */
}
#mycustommenu a {
	font-weight:bold;
    color:#000!important;
    text-decoration:none;
    display:block;
    padding:10px 6px 7px 8px;
    text-shadow:0 2px 2px #000 0.5; /* rgba(0,0,0, .7); */
}

/* selected menu element */
#mycustommenu .current a, #mycustommenu li:hover > a {
    background:#080; /* 3b3b3b */
    color:#fed327!important;
    border-top:1px solid transparent; /* #555555 */
    text-shadow:0 2px 2px #000 0.5; /* rgba(255,255,255, 0.7); */
}

/* sublevels */
#mycustommenu ul ul li a, #mycustommenu li li a {
    background:none;
    border:none;
    color:#00f; /* 000 */
	padding: 0 0 0 0;
	font-weight:bold;
}
#mycustommenu ul li:hover a, #mycustommenu li:hover li a {
    background:none;
    border:none;
    color:#00f!important; /* 000 */
	padding: 0 0 0 0;
	font-weight:bold;
}
#mycustommenu ul li a:hover {
    color: #00F!important; /* fff */
	padding: 0 0 0 0;
	font-weight:bold;
	text-decoration: underline;
}

/* drop down */
#mycustommenu li:hover > ul {
    opacity:1;
    visibility:visible;
}
#mycustommenu ul {
    opacity:0;
    visibility:hidden;
	white-space: nowrap;
    width:880px!important;
	left: -250px;
	height: 350px;
    position:absolute;
    background:#fff; /* 7490c7 url(../images/bg.png) repeat-x 0 0; */
    border:2px solid #009900; /* 7788aa */
	margin: 0;
    box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-box-shadow:0 2px 2px rgba(0,0,0, .5);
    -webkit-transition:opacity .25s linear, visibility .1s linear .1s;
    -o-transition:opacity .25s linear, visibility .1s linear .1s;
    transition:opacity .25s linear, visibility .1s linear .1s;
}
#mycustommenu ul li {
    float:none;
    margin:0;
}
#mycustommenu ul a {
    font-weight:normal;
    text-shadow:0 2px 2px #000 0.7; /* rgba(255,255,255, 0.7);*/
}
#mycustommenu ul ul {
	width: 100%;
    left:170px; /* POSITION OF THE FIRST CHILD MENU */
    width: 100%;
	top:0px;
}
#mycustommenu ul ul ul {
	width: auto;
    left:95px; /* POSITION OF THE SECOND CHILD MENU */
    top:0px;
}