/* container UL start here */
ul.menu {
	position : absolute;
	z-index: 2;
	list-style-type : none;
	padding : 0;
	margin : 0;
	bottom : 0;
	left : 5px;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	color: #4b4a4d;
	text-align: left;
	vertical-align: middle;
}
ul.menu a, ul.menu a:hover {
	text-decoration:none;
}

ul.menu li.logo,
ul.menu li.logo:hover {
width:400px;
float : left;	
}


ul.menu li.separator,
ul.menu li.separator:hover {
height:50px;
width:0px;
float : left;
}


/* define LI tags */
ul.menu li.level-onep,
ul.menu li.level-oneg,
ul.menu li.has-submenu,
ul.menu li.active {
	position : relative;
	float : left;
	vertical-align: middle;
	
}

/* define all tags A in LI */
ul.menu li.level-oneg a {
	height : 50px;
	display: block;
	padding : 0;
	float : left;
	color : #4b4a4d;
	padding-right : 13px;
	padding-top: 20px;
	padding-left : 13px;
	vertical-align: middle;
}

ul.menu li.level-onep a {
	display: block;
	padding : 0;
	float : left;
	color : #4b4a4d;
    padding: 20px 10px 0 10px;
	vertical-align: middle;
}

ul.menu li.active a {
	color: #e95e27;
	padding: 0;
	font-weight: bold;
}
ul.menu li.has-submenu a {

    padding: 20px 10px 0 10px;
    text-transform: uppercase;
}
/* on mouse hover, display background center for first level LI */
ul.menu li.level-onep:hover {
	padding:0;
	color:#e95e27;
	font-weight:bold;
    height:50px;
}

ul.menu li.level-onep:hover a {
	color:#e95e27;
	font-weight: bold;
}

/* define UL submenu in first level LI */
ul.menu li.level-onep ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 150px;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	color: #4b4a4d;
	background-color: #4b4a4d;
	border-color: #4b4a4d;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 12px;
	border: 1px;
    z-index: 3;
}
/* delete inherited properties for next level LI */
ul.menu li.level-onep li {
	display : block;
	float : none;
	padding : 3px 0;
	margin : 0;
	background-image : none;
}
ul.menu li.level-onep li a {
	padding : 0;
	margin : 0;
	width : 100%;
	float : none;
	color:#4b4a4d;
}
ul.menu li.level-onep ul li a:hover {
	color : #ffffff;
}



ul.menu li.level-onep ul li.bottom-menu,
ul.menu li.level-onep ul li.bottom-menu:hover {
	background-position : left bottom;
	background-repeat : no-repeat;
	background-color : transparent ;
	height : 0px !important;
	line-height : 0px !important;
	padding : 0 !important;
	margin : 0 !important;
	font-size : 0;
}

/* add properties for "standard" browsers (not IE6) */
ul.menu li.level-onep ul li > a {

	width : auto;
    text-transform: none;
}
/* on mouse hover, show sub menu UL */
ul.menu li.level-onep:hover ul {
	display : block;
}


---



/* on mouse hover, display background center for first level LI */
ul.menu li.level-oneg:hover {
	padding:0;
	color:#e95e27;
	height:50px;
	font-weight:bold;
}

ul.menu li.level-oneg:hover a {
	color:#e95e27;
	font-weight: bold;
}

/* define UL submenu in first level LI */
ul.menu li.level-oneg ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	width: 205px;
	list-style-type: none;
	padding: 5px;
	margin: 0px;
	color: #4b4a4d;
	background-color: #4b4a4d;
	border-color: #4b4a4d;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	font-size: 12px;
	border: 1px;
}
/* delete inherited properties for next level LI */
ul.menu li.level-oneg li {
	display : block;
	float : none;
	padding : 0 !important ;
	margin : 0 !important ;
	height : 20px;
	background-image : none;
}
ul.menu li.level-oneg li a {
	height : 20px;
	padding : 0 5px !important;
	margin : 0 0px;
	width : 100%;
	display : block;
	float : none;
	color:#4b4a4d;
}
ul.menu li.level-oneg ul li a:hover {
	color : #ffffff;
}



ul.menu li.level-oneg ul li.bottom-menu,
ul.menu li.level-oneg ul li.bottom-menu:hover {
	background-position : left bottom;
	background-repeat : no-repeat;
	background-color : transparent ;
	height : 0px !important;
	line-height : 0px !important;
	padding : 0 !important;
	margin : 0 !important;
	font-size : 0;
}

/* add properties for "standard" browsers (not IE6) */
ul.menu li.level-oneg ul li > a {
	display : block;
	width : auto;
}
/* on mouse hover, show sub menu UL */
ul.menu li.level-oneg:hover ul {
	display : block;
}