
/* Educationsansar.com */

.menu{
	list-style-type: none;
	margin:5px 0;
	padding: 0;
	display: block;
	font-family: arial, Tahoma; 
	color:#FFFFFF;
	float:left;
	font-weight:none;
}
.menu li {
	display: block;
	float: left;
	margin:0 5px 0 0;
	padding: 0;
	line-height: 25px;
	height: 25px;
}
.menu a {
	display: block;
	float: left;
	margin:0;
	padding: 0 15px;
	color:#A5A4A4;
	font-size: 12px;
	text-decoration: none;
}
.menu a:hover, .menu a.current, .menu a.selected  {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#EE1818;
}
.menu li.line {
	display: block;
	float: left;
	margin:0 5px 0 0;
	width:3px
	padding:0;
	background:#000000 url('http://www.kandk.edu.np/images/menu_line.jpg') no-repeat;
}

/* topmenu */
.topmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	float:left;
	font-weight:none;
}
.topmenu li {
	display: block;
	border-left:1pt solid #FD6C17;
	margin:0 0 0 32px;;
	padding:0 0 0 15px;
	line-height: 25px;
	height: 25px;
}
.topmenu a {
	display: block;
	margin: 0;
	padding: 0 10px 0 30px;
	font-family: arial, Tahoma; 
	font-size: 12px;
	color:#FFFFFF;
	text-decoration: underline;
}
.topmenu a:hover {
	display: block;
	padding: 0 10px 0 32px;
	font-family: arial, Tahoma; 
	font-size: 12px;
	color:#FDD000;
	text-decoration:underline;
}

/* links */
.links{
	list-style-type: none;
	margin:0;
	padding:0;
	display: block;
	float:right;
	font-weight:none;
}
.links li {
	display: block;
	float:right;
	margin:0;
	padding:0;
	line-height: 20px;
	height: 20px;
}
.links a {
	display: block;
	margin: 0;
	padding: 0 10px 0 22px;
	font-family: arial, Tahoma; 
	font-size: 8pt;
	color:#E9E8E8;
	text-decoration: none;
	font-weight:none;
	background:url('http://www.kandk.edu.np/images/bullet_bg.jpg') no-repeat center left;
}
.links a:hover {
	display: block;
	padding: 0 10px 0 22px;
	font-family: arial, Tahoma; 
	font-size: 8pt;
	color:#FDD000;
	text-decoration:none;
	font-weight:none;
	background:url('http://www.kandk.edu.np/images/bullet_bg.jpg') no-repeat center left;
}

/* ######### BACK ######### */

#back {
	list-style-type: none;
	float:right;
	margin:-5px 0 0 0;
	padding:0;
	font:bold 11px 'Arial', Sans-Serif;
}
#back li {
	display: block;
	margin-top:10px;
	padding: 0;
	width:60px;
	line-height: 20px;
	height: 20px;
}
#back a {
	display: block;
	padding:1px 0 0 25px;
	color:#000;
	text-decoration:none;
	background:url('http://www.kandk.edu.np/images/back1.jpg') no-repeat;
}
#back a:hover {
	text-decoration:none;
	background:url('http://www.kandk.edu.np/images/back2.jpg') no-repeat;
}

/* ######### LIST ######### */

.list{
	list-style-type: none;
	margin:0;
	padding:0;
	position: relative;
	display: block;
	font-weight:normal;
}
.list li {
	display: block;
	maring:0;
	padding:0 0 3px 15px;
	font:normal 12px 'arial', Tahoma, sans-serif;
	background:url('http://www.kandk.edu.np/images/ul_bullet.jpg') no-repeat left 5px;
}