
/***********   MENU - START   ***********/


/* MENU AND LINK STYLES - START */

#menu
{
  width: 175px;

	position: absolute; 
  	top: 125px; 
	left: 0px; 
		border-color: white;
	border-width: 1;
} 

#listmenu
{
  width: 165px;
 list-style-type: none;
	position: relative; 

	left: 0px; 
  	z-index: 100; 
	
}

#listmenu a
{

	text-align: left;
	display: block;
	width: 100%;
	border-bottom: solid white 1px;
	padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;

}




#listmenu a:link { color: #0F0; }
#listmenu a:visited { color: #0F0; }
#listmenu a:hover
{
	background-color: #090;
	color: white;
}

#listmenu a:active
{
	background-color: #096;
	color: yellow;
}

#listmenu2
{
  width: 165px;
	position: relative; 
   
	left: 0px; 
 	z-index: 100; 
	 list-style-type: none; 
}

#listmenu2 a
{
	text-align: left;
	display: block;
	width: 100%;

padding-top: 5px;
	padding-bottom: 1px;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
  border-bottom: solid white 1px;
}

#listmenu2 a:link
{
	background-color: #294628;
	color: #0F0;
}

#listmenu2 a:visited
{
	background-color: #294628;
	color: #0F0;
}

#listmenu2 a:hover
{
	background-color: #090;
	color: white;
}

#listmenu2 a:active
{
	background-color: #096;
	color: yellow;
}


/* MENU AND LINK STYLES - END */







/* MENU FURNITURE - START */

#menutitle1
{
	width: 100px;
	text-align: left;
	font-weight: bold;
	position: relative;
  	
	left: 8px; 


	font-size: x-small;
}

#menutitle2
{
	width: 100px;
	text-align: left;
	font-weight: bold;
	font-size: x-small;
	position: relative;
 
	left: 8px; 


}

#logomain
{
	position: absolute;
	top: 10px;
	left: 40px;
	z-index: 200; 
}

#logouberware
{
	position: relative;

	left: 40px;
}


/* MENU FURNITURE - END */



/***********   MENU - END   ***********/

