body,h1,h2,h3,quote,small,form,input,ul,li,ol,label{
	/* Simple page reset */
	margin:0px;
	padding:0px;
}


ul{
	margin:0;
	padding:0;
}

ul.container{
	/* The topmost UL */
	width:747px;
	margin:0 auto;
}

li{
	list-style:none;
	text-align:left;
}

li.menu{
	/* The main list elements */
	padding:0px 0;
	width:100%;
}

li.button a{
	/* The section titles */
	display:block;
	font-size:14px;
	font-weight:bold;
	overflow:hidden;
	padding:10px 10px;
	position:relative;
	text-decoration:none;
	border-bottom: 1px solid #dfa57a;
	background-color:#ffecde;
	color:#773b0e;
}

li.button a:hover{
	/* Removing the inherited underline from the titles */
	text-decoration:none;
}
.referansno {font-size:10px !important; font-weight:normal !important;}

.dropdown{
	/* The expandable lists */
	display:none;
	width:100%;
}

.dropdown li{
	/* Each element in the expandable list */
	border-bottom: 1px solid #00B9D2;
	color: #666;
	margin:0;
	padding:10px 18px;
	text-align:justify;
}

.dropdown ul li {border-bottom: 1px solid #CCCCCC;}

.dropdown ul {margin-bottom:20px;}


.clear{
	clear:both;
}

#main{
	/* The main container */
	width:747px;
/*	background-color:#03C;*/
	position:relative;

	float:left;
}
