#custommenu {
    position:relative;
    margin: 0 auto;
    /*padding: 0 16px;*/
    width: 1020px;
    z-index: 999;
	background: #ee6f0c;
}
/*IE7 fix*/
*:first-child+html #custommenu { 
 z-index: 998;
}
div.menu {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	height: 50px;
}
div.menu a:link, div.menu a:visited {
	display: block;
	height: 46px;
	padding-left: 15px;
	padding-right: 15px;
}
div.menu a span {
	display: block;
	height: 46px;
	padding-right: 0px;
	padding-top:4px;
	margin-top:4px;
}
div.menu a span:hover {
	cursor: pointer;
	background:#fff;
	color:#00c;
	padding:4px 10px 0 10px;
	margin:4px -10px 0 -10px;
	z-index:3001;
}
div.parentMenu{width:125px; text-align:center;}
div.wp-custom-menu-popup {
	position: absolute;
	z-index: 3000;
	display: none;
	text-align: left;
	padding: 0px 10px 10px 15px;
	border-radius:  0px 0px 3px 3px;
	border-top: 0;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	cursor: pointer;
	height: auto;
	padding: 0px;
}
div.block2 {
	display: block;
	padding-top: 10px;
}
div.block2 p {
margin-bottom: 3px;
line-height: 120%;
font-size: 11px;
}
div.block2 p a {
	display: inline;
}

div.column {
	float: left;
	width: 190px; /* column width */
	padding: 0px;
	margin: 0px 10px 0px 0px;
	
}
div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}

a.level1:link, a.level1:visited {
	margin-top: 15px;
}
div.level1 a {
	margin-bottom: 5px;
}

/*BG*/
div.wp-custom-menu-popup {
	border: 3px solid #ee6f0c;
	background: #f5f5f5;
	margin-top:-3px;
}
div.menu a:hover, div.menu.active a {
background: #ee6f0c; /* Old browsers */

}

/*FONTS*/
div.menu {
	font-weight: normal;
	font-size: 15px;
	line-height:16px;
	font-family: "Trebuchet MS";
}
a.level1:link, a.level1:visited {
	font-weight: normal;
	font-size: 16px;
	line-height:15px;
	font-family: "Trebuchet MS";
}
a.level2:link, a.level2:visited {
	font-weight: normal;
	font-size: 12px;
	line-height:13px;
	font-family: "Arial";
	margin-left:5px;
}
a.level3:link, a.level3:visited {
	font-weight: normal;
	font-size: 11px;
	line-height:12px;
	font-family: "Arial";
	margin-left:20px;
}
/*COLOR*/
div.menu a:link, div.menu a:visited {
	color: #fff;
}
div.menu a:hover {
	color: #ddd;
}
a.level1:link, a.level1:visited {
	color: #000;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
a.level1:hover {
	color: #ee6f0c;
}
a.level2:link, a.level2:visited {
	color: #0630c3;
}
a.level2:hover {
	color: #ee6f0c;
}
a.level3:link {
	color: #333333;
}
a.level3:hover {
	color: #ee6f0c;
}

div.wp-custom-menu-popup a.act {
 	color: #767676!important;
}
.act a {
background: #fff!important;
color:#00c!important;
}
#custommenu img{
	border:1px solid #ccc;
	padding:5px;
	margin-top:15px;
}
#custommenu img:hover{
	border:1px solid #ee6f0c;
}
#menu3{padding-left:3px;}

