#overall_menu_wrapper {
	padding: 0 0 0 0.5em;
	float: left;
	margin: 0;
	width: 98%;
	width:98%;
	color:black;
	font-size:10px;
	padding:10px;
	border: 1px solid black;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background-color: white;
}

.overall_menu, .overall_menu ul {
	list-style: none;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.overall_menu {
	padding: 0 0.5em;
}

.overall_menu a {
	display: block;
	color: #000000;
	text-decoration: none;
}

.overall_menu a span {
	display: block;
	padding: 0 0 0 5px;
	font-size: 0.9em;
}

/* the backgrounds first level only*/
.overall_menu li a.firstlevel {
	margin-right: 8px;
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) no-repeat 100% -61px;
}

.overall_menu li a.firstlevel span.firstlevel {
	display: block;
	position: relative;
	left: -5px;
	padding-left: 5px;
	height: 22px;
	line-height: 19px;
}

.overall_menu li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	list-style-type: none ! important;
}

.overall_menu li ul {
	z-index: 90;
	display: none;
	position: absolute;
	width: 19.2em;
	font-weight: normal;
	border-bottom: solid 1px #999;
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) 0 -100px no-repeat;
	padding: 7px 0 0 0;
}

.overall_menu li li {
	width: 19em;
	margin: 0;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
        text-align: left;
}

.overall_menu li li a span {
	display: block;
	padding: 8px;
}

.overall_menu li ul ul {
	margin: -1.8em 0 0 13em;
}

.overall_menu li a {
	color: black;
	font-weight: bold;
}

.overall_menu li a span.firstlevel {
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) no-repeat 0 -61px;
}

/* the active button */
.overall_menu li a.active {
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) no-repeat 100% 0;
	color: #ffffff;
	font-weight: bold;
}

.overall_menu li a.active span.firstlevel {
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) no-repeat 0 0;
}

/* the hover effects */
.overall_menu li a.firstlevel:hover {
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) no-repeat 100% -30px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.overall_menu li a.firstlevel:hover span.firstlevel {
	background: url(http://coppermine-gallery.net/demo/cpg15x/themes/curve/images/menu_gfx.png) no-repeat 0 -30px;
}

/* the hover effects on level2 and 3*/
.overall_menu li li a:hover {
	background: #D4DBE4;
	color: #000;
	text-decoration: none;
}

.overall_menu li:hover ul ul, .overall_menu li:hover ul ul ul {
	top: -999em;
}

.overall_menu li li:hover ul {
	top: auto;
}

.overall_menu li:hover ul {
	display: block;
}

.overall_menu li li.additional_items {
	background-color: #fff;
}