
/* Educationsansar.com */

.menu {
	list-style-type: none;
	position:relative;
	margin:0;
	padding:0px;
	font:bold 12px 'Arial', Sans-Serif; 
	text-transform:uppercase;
	color:#A6A6A6;
}
.menu li {
	display: block;
	float: left;
	margin:0;
	padding:0;
	line-height: 38px;
	height: 38px;
}
.menu a {
	display: block;
	margin:0;
	padding:0 19px;
	font-weight:bold;
	text-decoration: none;
	color:#C7C7C7;
}
.menu a:hover, .menu a.current {
	color:#EDAB21;
	font-weight:bold;
	text-decoration: none;
}

/* contentMenu */

.contentMenu {
	list-style-type: none;
	margin:0;
	padding:0px;
	font:normal 11px 'Arial', Sans-Serif; 
	color:#999898;
	text-transform:uppercase;
	text-align:center;
}
.contentMenu li {
	display: block;
	float: left;
	margin:0;
	padding:0;
	line-height: 20px;
	height: 20px;
}
.contentMenu a {
	display: block;
	margin:0;
	padding:0 5px;
	font-weight:normal;
	text-decoration: none;
	color:#DCDCDC;
}
.contentMenu a:hover, .contentMenu a.current {
	color:#fff;
	text-decoration: none;
	background:#000;
}


/* readmore */
.readmore {
	list-style-type: none;
	display: block;
	margin:0;
	padding:0;
	font:normal 11px 'Arial', Tahoma, Sans-sarif;
}
.readmore li {
	display: block;
	float: left;
	margin:10px 0 0 0;
	padding:0;
	line-height: 20px;
	height: 20px;
}
.readmore li a{
	margin: 0;
	float: left;
	cursor: pointer;
	padding: 0 0 0 10px;
	text-decoration:none;
	background:url('http://www.united.edu.np/images/readmore_01.jpg') no-repeat left top;
}
.readmore li a span {
	float: left;
	margin:0;
	padding: 0 10px 0 0;
	color:#FFFFFF;
	text-align: center;
	font-weidght:normal;
	text-decoration:none;
	background:url('http://www.united.edu.np/images/readmore_02.jpg') no-repeat right top;
}
.readmore li a:hover {
	padding: 0 0 0 10px;
	background:url('http://www.united.edu.np/images/readmore_hover_01.jpg') no-repeat left top;
}
.readmore li a:hover span {
	padding: 0 10px 0 0;
	color:#FFFFFF;
	text-decoration:none;
	background:url('http://www.united.edu.np/images/readmore_hover_02.jpg') no-repeat right top;
}

/* 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.united.edu.np/images/back1.jpg') no-repeat;
}
#back a:hover {
	text-decoration:none;
	background:url('http://www.united.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;
	margin:0;
	padding:0 0 5px 15px;
	font:normal 12px 'arial', Tahoma, sans-serif;
	background:url('http://www.united.edu.np/images/ul_bullet01.jpg') no-repeat 0 30%;
}
.list li.noLine {
	display: block;
	margin:0;
	padding:0 0 0 15px;
	font:normal 12px 'arial', Tahoma, sans-serif;
	background:url('http://www.united.edu.np/images/ul_bullet02.jpg') no-repeat 0 30%;
}
