/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */

/*menu across the top*/
#menu {
	background: #609;
	width: 532px;
	font-size: 11px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 4px; /*was 3*/
	text-align: left;
    margin-bottom: 0px;
	}

.general_items {
	background-color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-top: 1px solid #fff; /*border was black or 000*/
	border-bottom: 1px solid #fff;
	margin: 20px 5px 10px 0;

	}
	
#nav {
	padding: 0 0 0 50px;
	margin: 0;
	list-style: none;
	width: 520px;/*width of menu item eg. faculty*/
	height: 20px;
	background:#ffffff;/*background colour for edges of menu*/
	/*background-image: url(purplecorner.jpg);*/
	background-position: left;
	background-repeat: no-repeat;
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 600px;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#ffffff;/*background colour of main menu item eg. faculty*/
	font-weight:bold;
	float: left;
	padding-right: 0px;
}

.nav_about_box {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #fff;
	font-weight: bold;
	text-align: center; /*this changes menu section titles. Changed on aug 17/09. was originally center*/
	padding: 3px; 
	
	}
	
.nav_about_box2 {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	background-position: right;
	background-repeat: no-repeat;
	width: 170px
	}
#sidebar {
	text-align: center;
	border: 1px solid #609;
	padding: 0 0 0 0;
	width: 178px; /*width of the side bar "table"*/
	margin: 0;
	}
	
/*Drop down menu tags*/

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	background-color: #FFFFFF;
	border-top-color: #609;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #609;
	border-right-style: solid;
	border-right-width: 5px;
	border-left-color: #609;
	border-left-style: solid;
	border-left-width: 1px;
}

#nav li ul li {
	width:119px; /*width of submenu item*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px; /*submenu item font size*/
	font-weight:bold;
	border-bottom: 1px solid #609;/*submenu item bottom border colour*/
	clear:left;
	padding: 3px;
	background: #fff;
}

#nav li ul li a { /*submenu background*/
	color: #609;
	background-color:#fff;
	display:block;
	}


#nav li ul li a:hover{
	color: #609;
	background-color:#ccc;/*submenu item hover over colour*/
	margin:0px;
	display:block;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;

}




/*End Drop down menu tags*/

#rightcol ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 10px;
	border-top: solid #b4b4b4 1px;
	}

/*the code below appears to be the problem*/
#rightcol ul li {
	position: relative;
	border-bottom: solid #b4b4b4 1px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 178px;
	}

#rightcol li ul {
	position: absolute;
	right: 177px; /* Set 1px less than menu width */
	width: 178px;
	top: 0;
	display: none;
	background-color: #FFFFFF;
	border-top-color: #609;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #609;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #609;
	border-left-style: solid;
	border-left-width: 1px;
	}
	
/* Styles for Menu Items */
#rightcol ul li a {
	display: block;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #609;
	background: #fff; /* IE6 Bug */
	padding: 3px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	}

#rightcol li:hover ul, #rightcol li.over ul { display: block; }  /*The magic */


