.menubar{
clear:both;
width:982px;
height:28px;
background-color: #213942;
margin-bottom:10px;}

.menu{
	background-color: #213942;
	line-height: 18px;
	margin: 0;
	display: block;
	position: relative;
}

.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;
    background:#213942; 
	list-style:none;       
}

.menu ul {
	display: block;
	visibility: hidden;
	position: absolute;
	clear: both;
	top: 18px;/* 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 {
	width:100%;
	z-index: 9999;
}

/*	Navigation make-up 	*/

.menu a {
	color: #fff;
	display: block;
	text-decoration: none;   
}

.menu li {
	margin: 0;
	padding:2px 2px 0 2px;
}

.menu li a {
	float:left;
	display:block;
	padding:3px 5px 3px 4px;
	color: #FFF; /*start color*/
}

/* which is why the link is styled separatelly */

.menu li a:hover { 
	text-decoration: line;
	background: #dce8ff;
	color: #243843;
}

/* always pay attention that the value for top is such that it is possible to move the mouse over to submenu */
.menu ul {
	top: 26px;
	padding: 0px 0px 0px 0px;/* should be identical to .navig, for best results */
	color: #7F7772;
    background:#dce8ff;
border-bottom:1px solid #213942;
}

.menu li li {
	background: #dce8ff;
	padding:0 0 0 0px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.menu li li a {
	color: #515151;
	padding:1px 4px 1px 4px;
	text-decoration: none;
	border-right: none;
}

.menu li li a:hover {
	color: #ff6600;
	text-decoration: underline;
}

/* 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 {
	background: #FFFFFF;
	top: 6px;
	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 */





