

@charset "utf-8";
/* CSS Document */


ul li {
	position: relative;
	font-family: tahoma;
	font-size: 13px;
		}
li ul {
	position: absolute;
	left: 199px;
	top: 0;
	display: none;
	padding: 0;
	}
.menuli a {
	display: block;
	text-decoration: none;
	color:#000000;
	padding: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	}



/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding-left: 4px;
	list-style: none;
	width: 185px;
	background-color: #F0F3E8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
li:hover ul, li.over ul { 
	display: block; 
	}
	
ul li.menuparent { background: transparent url(../imgs/arrow.gif) right center no-repeat;  }

ul#nav li.menuparent:hover,
ul li.over { 
background-color: #FFFFFF;
padding-bottom:2px; 
}

ul li ul li:hover {
background-color: #FFFFFF;
}

 li.menuli:hover{
 background-color: #FFFFFF;
 padding-bottom:2px;
 }
  li.submenuli{
	background-color: #FBFBFB;
 }
ul li a:hover { color: #BE1C1A; }

#menu {
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-left: 3px;
}

