
/*************************************************************************
*   
*   L E F T  N A V  S T Y L E  S H E E T
*
*   © Hijaz College Islamic University
*   Created by J S SHEENA - July 2008
* 
*************************************************************************/


/* MODULE
--------------------------------------------------------- */
div.moduletable h3,
div.moduletable_menu h3,
div.moduletable_text h3,
div.moduletable_hilite h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 -10px 5px;
	padding: 5px 10px;
	background: url("../images/bg-green.gif") repeat-x bottom #A8A8A8;
	border-bottom: 1px solid #E7E8E6;
	color: #FFFFFF;
	width: 170px;
}

div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
	margin: 0;
	line-height:1.2em;
	padding: 10px 20px 0px 0px;
	font-size:0.9em;
	width: 170px;
}

#ja-botsl div.moduletable,
#ja-botsl div.moduletable_menu,
#ja-botsl div.moduletable_text {
	border-bottom: none;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilte ul {
	margin: 0;
	padding: 0;

}

div.moduletable li,
div.moduletable_text li,
div.moduletable_menu li,
div.moduletable_hilite li {
	background: url("../images/bg-bullet.gif") no-repeat 5px 8px;
	margin: 0;
	padding-left: 10px;
}

/* Hilite */
div.moduletable_hilite h3 {
	background: url("../images/grad2.gif") repeat-x bottom #2C79B3;
}

div.moduletable_current a {
	color: #2C79B3;
	text-decoration:underline;
	background: url("../images/bg-blue-arrow.png") no-repeat 97% center;
}


/* Default Joomla! Menu */
ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width:170px;
}

ul.menu li {
	background: none;
	margin: 0;
	padding: 0;
}

ul.menu li a {
	display: block;
	outline: none;
	padding: 6px 0px;
	color: #626A69;
	border-bottom: 1px solid #E7E8E6;
	background: url("../images/bg-grey-arrow.png") no-repeat 97% center;
	width:170px;
	text-decoration:none;
	
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	color: #2C79B3;
	background: url("../images/bg-blue-arrow.png") no-repeat 97% center;
	text-decoration:underline;
}

ul.menu li.active a {
	color: #2C79B3;
	font-weight: bold;
	background: url("../images/bg-blue-arrow.png") no-repeat 97% center;
	text-decoration:none;
}

ul.menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li li a {
	background: url("../images/bg-bullet.gif") no-repeat 10px 13px !important;
	border: none;
	font-weight: normal !important;
	padding-left: 20px !important;
	padding-bottom:5px;
	width: 75%; /*need for ie6 transparent*/
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
	color: #2C79B3;
}

ul.menu li li.grey a {
	color: #626A69;
}

ul.menu li li.grey a:hover,
ul.menu li li.grey a:active,
ul.menu li li.grey a:focus {
	background: none;
	color: #2C79B3;
}

ul.menu li li.blue a {
	color: #2C79B3;
    font-weight: bold;
	text-decoration:none;
}