ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* Width of Menu Items */
	font-size: 13px;
	}

ul li {
	position: relative;
	margin:0;
	}

li ul.left {
	margin:0px 0px 15px 0;
	font-family:Century Gothic;
	padding:10px;
	list-style-type:none;

	}
	
.list_right li{
	width:220px;
	}	

li ul.left li ul.left{
	font-size:18px;
	color:#b96209;
	padding:5px 0 10px 25px;
	margin:0px;
	font-weight:normal;
	background:url(../../img/Temlate_64/bullets.gif) 0 0.25em no-repeat;
	text-transform:capitalize;
	}

li ul.right {
	position: absolute;
	right: 220px; /* Set 1px less than menu width */
	top: 0;

	}

li ul.right li ul.right{
	position: absolute;
	right: 240px; /* Set 1px less than menu width */
	top: 0;
	}

/* Styles for Menu Items */


ul li a {

	display: block;
	text-decoration: none;
	color: #000000;
	 /* IE6 Bug */
	padding: 5px 17px;
	border-bottom: 0;
    background-color: #e9e9e9;
	}

.list_right ul li a {
	font-size:18px;
	color:#b96209;
	font-family:Century Gothic;
	padding:5px 0 10px 35px;
	margin:0px;
	line-height:20px;
	font-weight:normal;
	background:url(../../img/Temlate_64/bullets.gif) 0.44em 0.45em no-repeat;
	text-transform:capitalize;
	}

.list_right ul li ul li a {

	display: block;
	text-decoration: none;
	color: #ff0000 !important;
	width:175px;
	 /* IE6 Bug */
	padding: 5px 17px;
	font-size:12px;
	border-bottom: 0;
	background-image:none;
	line-height:18px;
	background-color: #e9e9e9;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000000;} /* Hover Styles */

li ul li a { padding: 4px 16px; border: 1px solid #d5d5d5;background: #e9e9e9;color:#000000;} /* Sub Menu Styles */

li:hover ul, li.over ul { display: block;background: #e9e9e9; color:#000000;} /* The magic */



/* Top Navigation Start */
#topnav ul
{
padding: 0;
margin: 0;
/* background: url(../../img/Temlate_1/navbg.gif) repeat-x top left; */
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
font-size: 12px
}

#topnav ul li { display: inline; }

#topnav ul li a
{
padding: 0.6em 1.5em;
color: White;
text-decoration: none;
float: left;
border-right: 1px dotted #5b5b5b;background-color: #e9e9e9;
}

#topnav ul li a:hover
{
background-color: #e9e9e9;
color: #fff;
}

/* Top Navigation End */


.w_bg{
	padding: 0;
	margin: 0;
	color: #ffffff;
	height:30px;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	background: url('../../img/Temlate_41/headerbg.gif') repeat-x top left;/* change color,bg */
}




/*============================================================*/	

.index-bg #list_college{
	font-size:12px;
	color:#8b0000;
	font-family:Century Gothic;
	font-weight:bold;
}	
#list_college ul{
	padding:10px 0 10px 30px;
	margin:0px;
	list-style-type:none;
	font-weight:bold;
	text-transform:uppercase;
}	
#list_college ul li{
	background:url(../../img/Temlate_64/arrow.png) no-repeat 0 0.50em;
	line-height:25px;
	padding:0 0 0 20px ;
	font-weight:bold;
	
}	

#list_college ul li a{
	color:#8b0000 !important;
	text-decoration:none !important;
	background:none !important;
	padding:0px;
	font-weight:bold;
}

#list_college ul li a:hover{
	color:#8b0000 !important;
	text-decoration:underline !important;
}	
