.menu{
	line-height: 1.6em;
	margin: 0;
	display: block;
	position: relative;
}

.menu ul {
	background-image: url(../img/empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}

.menu, .menu ul { /* remove all list stylings */
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
}

.menu ul {
	width: 100%;
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 0.1em;/* watch for this value! you must make sure that this value and value of line-height for the parent items are such that it is possible to move the mouse over to submenu */
	left: 0;
}


/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
/* -- float.clear.END --  */

.menu li.selected ul, .menu li:hover ul, .menu li.adxmhover ul {
	visibility: visible;
}

.menu li.selected ul {
	z-index: 10;
}

.menu li:hover ul {
	
	z-index: 9999;
}

/*	Navigation make-up 	*/

#mainNav_container {
	height: 64px;
}

#mainNav {
	height:40px;
	padding-left: 12px;
	margin-top: -14px;
}

#mainNav ul li a { 	background: url(../img/menu_bg_right.gif) top right no-repeat; text-transform:uppercase; border:none;
}


#mainNav ul li {
	background: url(../img/menu_bg_left.gif) top left no-repeat;
	display: block; 
	text-decoration: none;   
	overflow: hidden;
}


#mainNav ul li:hover 
{background: url(../img/menu_bg_left_hover.gif) top left no-repeat;}

#mainNav ul li:hover a { background: url(../img/menu_bg_right_hover.gif) top right no-repeat; color: #fff; text-decoration: none;
}

#mainNav ul li a.first_level {
	display: block; 
	text-decoration: none;   
	overflow: hidden;

}

#mainNav ul li ul li a { background: none; 	text-transform:none; border:none;}

#mainNav ul li ul li { background: none; border:none;}

#mainNav ul li ul li:hover {color: #006C68;}

#mainNav ul li ul li a:hover{background:#FFF200; color: #006C68;}

#mainNav ul li ul li ul li {display: none;}

.menu {
	font-weight: bold;
	color: #fff;
}

.menu a {
	color: #fff;
	display: block;
}

.menu li {
	margin: 0;
	padding:0px 2px 0 5px;
}

.menu li a {
	float:left;
	display:block;
	padding:3px 12px 3px 6px;
	color: #006c68; /*start color*/
	font-size: 12px;
}

/* which is why the link is styled separatelly */

.menu li a:hover { text-decoration:none;}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.menu ul {
	top: 22px;
	padding: 8px 0px 0px 0px;/* should be identical to .navig, for best results */
	color: #7F7772;
}

.menu li li {
	background: none;
	padding:0 0 0 4px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 11px;

}

.menu li li a {
	color: #fff;
	background: none;
	padding:1px 8px 1px 5px;
	text-decoration: none;
	border: none;

}

.menu li li a:hover {
	background:#FFF200; color: #006C68;
}

/* fix the colors for selected item and submenu, for better usability */

.menu li.selected a, .menu li.selected, .menu li.selected a:hover {
	color: #FFF;
}

.menu li.selected, .menu li.selected:hover a, .menu li.selected ul {
	color: #FFF;
}

/* IE5/Mac: \*//*/

.menu {
	display: inline-block;
}

.menu a {
	float: left;
}

.menu li a { float: none;}

.menu li ul {
	top: 24px;
	height: 2em;
}

.menu li li, .menu li li a {
	display: inline;
	float: none;
}

/*  */

/********************************************************************************************/
/**************************** Internet Explorer only styles ********************************/

/* Hides from IE5-mac \*/
* html .menu {
	height: 1%;
}

* html .menu .adxmhover ul {
	visibility: visible;
	z-index: 100;
}

* html .menu {
	/*padding: 0 20px;*/
}

* html .menu li.adxmhover  {
	text-decoration: none;
	color: #FFF;
}

* html .menu .adxmhover a {
	text-decoration: none;
	
}

* html .menu .adxmhover ul { }
/* End hide from IE5-mac */

