ul,li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

ul.level1 {
	width: 120px;
	
	list-style-type: none;
}

li {
	position: relative;
	padding: 0px;
	z-index: 9;
}

li.folder	{
	font: normal 14px Georgia, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 14px 0 4px 15px;

	
}	

li.folder:hover {
	display: block;
	width: 600px;
	color:#F00;
	font: normal 14px  Georgia, Arial, Tahoma, Sans-Serif, Helvetica;
}
		
li.folder ul {
	position: absolute;
	display: none;
	left: 150px; /* IE */
	top: -35px;
}
				
li.folder>ul { 
	left: 130px;
}
		
ul.level1 li.folder:hover ul.level2 {
	display: block;
	width: 600px;
	background-image:url(../images/general/bk.png);
	background-repeat:repeat;
	height:250px;
	margin:15px 0 0 0;
}

a {
	padding: 8px;
	font-size: 16px;
	text-decoration: none;
	width: 100%; /* IE */
}

li>a { 
	width: 600px;
}

li a.submenu {
	
	padding-left: 10px;
	 width:150px; position: relative; float:left;
	 font-weight: bold;
	 margin:10px 5px 10px 10px;
	 text-transform:capitalize;
	 background-color:#DADADA;
	
	padding-top: 3px;
	padding-bottom: 4px;
}

li.explain {
	font: bold 12px Georgia, Arial, Tahoma, Sans-Serif, Helvetica;
	color: #254B72;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 600px;
	margin-left:15px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html li.explain { 
	width: 202px;
}
/* End hide from IE5/mac */

a:link, a:visited {
	color: #254B72;
}

a:hover {
	color: #F00;
}

#menux {
  
    margin: 0;
    padding: 0 0px;
  
	
}

#link {
    font: 14px Georgia, Arial, Tahoma, Sans-Serif, Helvetica;
	padding: 0px 0px 0px 20px;
	margin-top: 15px;
}

.centre{
	padding:2px 0 4px 15px;
	

	
	}
#span	a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
a span {display:none; padding:2px 3px; margin-left:0px; margin-top:0px;  }
a:hover span{
	display:block;
	position:absolute;
	border:1px solid #cccccc;
	background:#ffffff;
	color:#6c6c6c;
	height:auto;
	z-index:100; bottom:20px;
	
}
.locate{ float:left; width:150px;}






.wedding{
	width:250px;
	height:auto;
	float:left;
	position: relative;
	
	}	
	
	.linkview {
	border: solid #669ACC 15px;
	border-bottom: solid #669ACC 15px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior:url(border-radius.htc);
	color: #999;
	float:left; position:relative;
	display:block;
	width: 250px;
	height:250px;
	margin:10px 0 0 10px;
	background-color:#FFFFFF;
}

.wedding li{
	float:left;
	position:relative;
	width:auto;
	margin:0 0 0 8px;
	color:#F00;
	background-image:url(../images/general/hearts.jpg);
	
	padding:0 0 0 25px;
	background-repeat:no-repeat;
	display: block;

 }	