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

.menu{
	width:900px; 
	height:30px; 
	padding:0px;
	margin:0px;
	font-size:11px;
	background-image:url(images/menu-bg.gif);
	background-position:left;
	background-repeat:repeat-x;
	}
.menu ul{
	padding:0px; 
	margin:0px; 
	list-style-type:none;
	}
.menu ul li{
	
	background-repeat:no-repeat;
	float:left; 
	line-height:30px; 
	height:30px;
	text-align:left;
	}
.menu ul ul li{
	display:block; 
	width:auto;
	height:auto;
	line-height:1px;
	border-bottom:#D8992F 1px solid; 
	position:relative; 
	}
.menu a{
	line-height: 30px;
	width: auto;
	padding:0 20px 0 20px; 
	display:block; 
	font-size:11px; 
	float:left; 
	color:#FFFFFF; 
	height:100%; 
	text-decoration:none;
	text-align: center;
	background:url(images/div.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
.menu ul ul a{
	padding:7px 10px 7px 10px;  
	display:block; 
	background-color:#641435;
	width:100px; 
	color:#ffffff; 
	line-height:10px; 
	height:100%;
	}
.menu li:hover{
		background-image:url(img/menu-hover.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	position:relative;
	}
.menu a:hover{
	background:#6B1544; 
	color: #333333;
	background:url(images/div.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
.menu ul ul a:hover{
	visibility:visible;
	background:#6B1544; 
	color: #89A02C;
	}
.menu ul ul :hover >a{
	visibility:visible;
	background:#6B1544; 
	color: #89A02C;
	}
.menu ul ul ul a:hover{
	background:#6B1544; 
	color: #89A02C;
	}
#menu ul ul ul :hover > a{
	background:#6B1544; 
	color: #89A02C;
	}
.menu ul ul ul ul a:hover{
	background:#6B1544; 
	color: #89A02C;
	}
.menu ul ul{
	left:0px;
	visibility:hidden;
	width:125px;
	position:absolute;
	top:31px;
	height:0px;	
	}
.menu ul ul ul{
	left:150px;
	width:125px;
	top:0px;
	}
.menu ul ul ul.left{
	left:-150px;
	}
.menu ul li:hover ul{
	visibility:visible;
	padding-bottom:30px;
	height:auto;
	}
.menu ul a:hover ul{
	visibility:visible;
	padding-bottom:30px;
	height:auto;
	}
.menu ul :hover ul ul{
	visibility:visible;
	}
.menu ul :hover ul :hover ul ul{
	visibility:visible;
	}
	li.first a {
	;}
li.first a:hover {
	;}
	
	
/*-----------footer------------------*/
.menufooter{
	width:900px; 
	height:30px; 
	padding:0px;
	margin:0px;
	font-size:11px;
	}
.menufooter ul{
	padding:0px; 
	margin:0px; 
	list-style-type:none;
	}
.menufooter ul li{
	
	background-repeat:no-repeat;
	float:left; 
	line-height:30px; 
	height:30px;
	text-align:left;
	}
.menufooter a{
	line-height: 30px;
	width: auto;
	padding:0 20px 0 20px; 
	display:block; 
	font-size:11px; 
	float:left; 
	color:#FFFFFF; 
	height:100%; 
	text-decoration:none;
	text-align: center;
	background:url(images/div.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
.menufooter li:hover{
		background-image:url(img/menu-hover.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	position:relative;
	}
.menufooter a:hover{
	background:#6B1544; 
	color: #333333;
	background:url(images/div.gif);
	background-position: right top;
	background-repeat: no-repeat;
	}
li.last a {
	background: none;}
li.last a:hover {
	background: none;}