@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color:#E6E8E7;
	background-image:url(http://www.muhaburauniversity.com/images/bgall.gif);
	background-repeat:repeat-x;
	font-family:verdana,Arial,Geneva, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#013038;
}
#news {
	color: #FFF;
	text-align: justify;
}
#newstext{font-size: 11px;font-family: arial;}

#search {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #013038;
	text-decoration: none;
	background-color: #E6E8E7;
	text-align: left;
	height: 18px;
	border:0;
}


p{ font-size:12px;
   padding:4px;
 }

.titles1{font-weight:bold}

a.more{ color:#666;
font-size:9px;
font-weight:bold;
text-decoration:none;
}
a.more:hover{ color:#C9DE8F;
font-size:9px;
font-weight:bold;
text-decoration:none;

}
a.up{ color:#C9DE8F;
font-weight:bold;
text-decoration:none;
font-size:9px;
}


a.up:hover{ color:#666;
font-weight:bold;
text-decoration:none;
}

a.up:visit{ color:red;
font-weight:bold;
text-decoration:none;
}
a.homeMenu{color:#033;
text-decoration:none;
}
a.homeMenu:hover{ color:#033;
text-decoration:underline;
}


#menu {
	clear: both;
	width: 250px;
	float: left;
	color:#FFF;
	background-color: #013038;
}

#menuitems li {
	position: relative;
	left: -40px;
	padding: 4px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 1px;
	list-style: none;
	width: 225px;
	font-size: 10px;
	color:#FFF;
	border-bottom:#FFF solid 1px;
}

#menuitems a {
	text-decoration: none;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
}
#menuitems a:hover {
	text-decoration: underline;
}

/* Expanding Menus CSS */
#menuitems ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 230px;
}

#menuitems .expandable {
	background-image: url('../images/menubar-triangle.gif');
	background-repeat: no-repeat;
	background-position: 150px 4px;
}

#menuitems ul li {
	height: 14px;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	border-top: 1px solid #013038;
	margin-bottom: 0px;
	background-color:#013038;
}

ul#menuitems ul, ul#menuitems li:hover ul {
	display: none;
}

ul#menuitems li:hover ul, ul#menuitems ul li:hover ul {
	display: block;
}