/* CSS Document */

		div#coherente_main_menu ul{
			list-style: none;
			margin: 0;
			padding: 0;
			text-transform: lowercase;
		}
			div#coherente_main_menu li{
				line-height: 25px;
				float: left;
				border-bottom: 1px solid #7ac142;
			}
			div#coherente_main_menu li.select{
				border-bottom: 1px solid #FFFFFF;
			}
				div#coherente_main_menu li a{
					text-decoration: none;
					color: #7ac142;
					border-right: 1px solid #7ac142;
					padding: 5px 10px 5px 10px;
				}
					div#coherente_main_menu li a:hover{
						color: #543019;
					}
				
		div#coherente_main_menu ul ul{
			position: absolute;
			left: 10px;
			top: 210px;
			width: 165px;
		}
			div#coherente_main_menu ul ul li{
				float:none;
				margin-left: 17px;
				padding: 0;
				border: 0px;
			}
				div#coherente_main_menu ul ul li a{		
					border: 0px;
					color: #543019;
					padding: 0;
				}
				div#coherente_main_menu ul ul li a:hover,			
				div#coherente_main_menu ul ul li a.select{			
					color: #7ac142;
				}
				div#coherente_main_menu ul ul li a.select{			
					font-weight: bold;
				}

		div#coherente_main_menu ul ul ul{
			position: relative;
			top: 0px;
		}
					
/*

		div#coherente_main_menu ul{
			list-style: none;
			margin: 0;
			padding: 0;
			text-transform: lowercase;
		}
			div#coherente_main_menu li{
				float: left;
				border-bottom: 1px solid #7ac142;
			}
			div#coherente_main_menu li.select{
				border-bottom: 1px solid #FFFFFF;
			}
				div#coherente_main_menu li a{
					line-height: 25px;
					text-decoration: none;
					color: #7ac142;
					border-right: 1px solid #7ac142;
					padding: 5px 10px 5px 10px;
				}
					div#coherente_main_menu li a:hover{
						color: #543019;
					}
				
		div#coherente_main_menu ul ul{
			position: absolute;
			left: 0px;
			top: 210px;
			width: 175px;
		}
			div#coherente_main_menu ul ul li{
				float:none;
				margin-left: 15px;
				padding: 0;
				border: 0px;
			}
				div#coherente_main_menu ul ul li a{		
					border: 0px;
					color: #543019;
				}
				div#coherente_main_menu ul ul li a:hover,			
				div#coherente_main_menu ul ul li a.select{			
					color: #7ac142;
				}
				div#coherente_main_menu ul ul li a.select{			
					font-weight: bold;
				}

		div#coherente_main_menu ul ul ul{
			position: relative;
			top: 0px;
		}
*/	

