ul#topnav {
	margin: 0; padding: 0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	width: 100%;
	list-style: none;
	font-size: 1em;
	z-index:190;
	
	
}

ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 33px;
}
ul#topnav li:hover a { background-position: left bottom; }
ul#topnav li a:hover { background-position: left bottom; }

ul#topnav a.curric {
	background: url(../images/nav_curric.png) no-repeat; 
	width: 182px; 
}
ul#topnav a.transfer {
	background: url(../images/nav_articulation.png) no-repeat; 
	width: 182px; 
}
ul#topnav a.ic {
	background: url(../images/nav_ic.png) no-repeat; 
	width: 182px; 
}
ul#topnav a.gened {
	background: url(../images/nav_gened.png) no-repeat; 
	width: 182px; 
}
ul#topnav  a.handbook {
	background: url(../images/nav_handbook.png) no-repeat; 
	width: 182px; 
}

ul#topnav li  .sub {
	position: absolute;	
	top: 37px;
	left: -40;
	background-color: #e6e6e6;
	
	border-bottom:solid 1px #999999;
	border-left:solid 1px #999999;
	border-right:solid 1px #999999;
	
	padding: 20px 20px 20px;
	/*float: left; */
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	
}
ul#topnav li .row {clear: both; width: 100%; margin-bottom: 10px;}

/* ORIGINAL  ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;} */
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 320px;
	float: left;
	
}
ul#topnav .sub ul li {
	width: 100%;
	font-size: 100%;
	color: #000000;
}
ul#topnav .sub ul li h2 {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #006699;
}
ul#topnav .sub ul li a {
	line-height:2em;
	font-size:100%;
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/* background: url(navlist_arrow.png) no-repeat 5px 12px; */
	padding: 7px 5px 7px 8px;
	/* ORIGINAL padding: 7px 5px 7px 15px; */
	/* display: block; */
	text-decoration: none;
	color: #000000;
}
ul#topnav .sub ul li a:hover {color: #999999; background-position: 5px 12px ;}

