/* Navigation menu layouts */
#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 25px;
	z-index: 99;
	width: 100%;
}

#nav{list-style: none;}

#nav ul {
     padding: 0;
     margin:0;
     list-style: none;
     width:9em;
     z-index:99;
     position:relative;
     overflow:visible;
	 margin-top: .5em;
}

#nav li {
     margin:0;
     position: relative;
     float:left;
     width: 9em;
     background-color:#0072AC;
     border:solid 1px #0072AC;
     display:block;
     height:auto;
}


#nav a {
     text-decoration:none;
     font-family: verdana;
     font-size: 75%;
	 font-weight: bold;
     color: #FFFFFF;
     display:block;
     width:11.5em;
     height:1em;
	 margin-left: .2em;
	 margin-top: .2em;
	 margin-bottom: .2em;
	 margin-right: .2em;
}

#nav a:hover, #nav li:hover{
    background-color: #C1D9DB;
	color: #0072AC;
}
#nav ul li:hover, #nav ul li a:hover{
    background-color: #C1D9DB;
	color: #0072AC;
}

#nav ul{
     display:none;
}

/*all see this */
#nav ul ul{
     display:none;
     position:absolute;
}



#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
     display:none;
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
} 
#navigation #processing {
	float: right;
	display: block;
}
/* End of navigation menu */
