﻿/*
#menu
	{
	width: 100%;
	height: 38px;
	border-top: 1px solid #CCC;
	border-bottom: 0px solid #CCC;
	
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	border-right:0px;
	width: 100%;
	background-color:#006600;
	border-bottom: 1px solid #447737; 
	list-style: none;
	float: left;
	height:100%;
	width: 100%;
	}

#menu ul li 
    { 
	display:inline;
	width: 100%;
	}

#menu ul li a
	{
	padding: 4px 15px;
	background-color: #006600; 
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color:White; 
	text-decoration: none;
	float: left;
	border-right:1px solid #447737;
	}

#menu ul li a:hover
	{
	background-color: #77A31D  ; 
	color: White; 
	direction:ltr;
	}


#menu
	{
	width: 120px; 
	background: #447735; 
	margin: 3px  15px;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	width: 150px; 
	border-top: 0; 
	border-right: 0; 
	list-style: none;
	}

#menu li ul
	{
	top: 0;
	border: 1px solid #0F0; 
	display: none;
	}

#menu ul li a
	{
	padding: 5px;
	background-color: #447735; 
	font: bold 1em Arial, Helvetica, sans-serif;
	color: White;
	border-bottom: 0;
	text-align: left;
	text-decoration: none;
	display: block;
	}

* html ul li a { height: 1%; }

#menu ul a:hover
	{
	background: #77A31D; 
	border-color: #000; 
	color: White;
	}
	
/*
#menu
	{
	width: 148px;
	}

#menu ul
	{
		
	margin: 0;
	padding: 0;
	width: 147px; 
	border: 1px solid #FFF; 
	border-top: 0; 
	border-right: 0; 
	list-style: none;
	}

#menu ul li { position: relative; }

#menu li ul
	{
	position: absolute;
	top: 0;
	left: 138px;
	border: 1px solid #CCC;
	display: none;
	}

#menu ul li a
	{
	padding: 5px;
	background-color: #F4F4F4;
	font: bold 1em Arial, Helvetica, sans-serif; 
	color: #666;
	border: 1px solid #FFF;
	border-left: 7px solid #CCC;
	border-bottom: 0;
	text-align: left;
	text-decoration: none;
	display: block;
	}

* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


#menu li:hover ul, li.over ul { display: block; }

#menu ul a:hover
	{
	background: #FFF;
	color: #009049;
	border-color: #FFF;
	border-left: 7px solid #009049; 
	}
	

#menu
	{

	background: #FFF;

	}

#menu ul
	{
	margin: 15px;
	padding: 0;
	width: 150px; 
	border-bottom: 1px dotted  #000;
	border-top: 0; 
	border-right: 0; 
	list-style: none;
	}

#menu ul li { position: relative; }

#menu li ul
	{
	position: absolute;
	top: 0;
	left: 138px;
	border: 1px solid #0F0; 
	display: none;
	
	}

#menu ul li a
	{
	padding: 5px;
	background-color: #FFF; 
	font: bold 1em Arial, Helvetica, sans-serif; 
	color: #666;
	border-top: 1px dotted  #000; 
	border-bottom: 0;
	text-align: left;
	text-decoration: none;
	display: block;
	}
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }


#menu li:hover ul, li.over ul { display: block; }

#menu ul a:hover
	{
	background: #E2E2E2; 

	border-color: #000; 
	
	}
*/

.adjustedZIndex {
z-index: 1;
}


	#menu
	{
	width: 100%;
	_width: 778px; /*IE*/
	height: 25px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

#menu ul
	{
	margin: 0;
	padding: 0;
	width: 100%;
	_width: 778px; /*IE*/
	background-color: #E9E9E9;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	list-style: none;
	float: left;
	}

#menu ul li { display: inline; }

#menu ul li a
	{
	padding: 4px 15px;
	background-color: #E9E9E9;
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #4D906F;
	text-decoration: none;
	/*border-bottom: 4px solid #E9E9E9;*/
	float: left;
	}

#menu ul li a:hover
	{
	background-color: #FFF;
	color: #7B8191;
	/*border-bottom:4px solid #4D906F;*/
	}