/* Use this page to overwrite styles found in standard1.css - do not change standard1.css */


/*Grey Gradient Left Column*/
.music_table_header{
	background-color: #666666;
	color: #FFFFFF;
}

table{
	width: 530px;
	border: 1;
	cellpadding: 3;
	cellspacing: 0;
	border-color: #cccccc;
}
#grey_left_column {
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat;
	padding: 0px 3px 3px 3px;
	padding-left: 15px;
	padding-bottom: 3px;
	width: 120px;
}

#greytop {
	background-image: url(images/grey_top.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

#greybottom {
	background-image: url(images/grey_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
}

/*Grey Gradient Caption*/

.caption2 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-bottom: 4px;
	background-image: url(images/grey_caption_gradient.jpg);
	background-position:  top left;
	background-repeat: repeat-y;
	padding-left: 15px;
	cursor: crosshair;
	}

#grey_caption_bottom {
	background-image: url(images/grey_caption_bottom.jpg);
	background-repeat: no-repeat;
	height: 10px;
	padding-bottom: 6px;
}

/*Rounded Corner Left Top Level Menu See Menu Update on Standard1 Style Sheet*/

/*Rounded Corner Right Top See Menu Update on Standard1 Style Sheet*/

.nav_about_box2 {
	background-color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	background-image: url(images/purplecorner-r.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	width: 190px;
	height: 17px;
	}

/*Rounded Corner and Slogan Text above footer*/

#purple_bar {
	padding: 2px 0 0 100px;
	margin: 0;
	list-style: none;
	width: 650px;
	height: 16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#609;
	font-size: 11px;
	float: left;
	font-weight: bold;
	background-image: url(images/purplecorner-bottom.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}

/*Background Image Bottom Right*/

#boundary_bottom_image {
	width: 750px;
	margin:0px auto;
	border:0;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(images/tower.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	#boundary_bottom_image_2 {
	width: 750px;
	margin:0px auto;
	border:0;
	}

/*Alternate General Items Formatting*/
	
.general_items2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #609;
	font-weight: bold;
	text-align: left;
	padding: 0px;
	border-bottom: 1px solid #609;
	margin: 0px 8px 10px 0;
	}

#nav {
	padding: 0 0 0 80px;
	margin: 0;
	list-style: none;
	height: 20px;
	background:#609;
	background-image: url(http://communications.uwo.ca/index_new/images/purplecorner.jpg);
	background-position: left;
	background-repeat: no-repeat;
	}
	
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
}

#nav li {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background:#609;
	font-weight:bold;
	float: left;
	padding-right: 0px;
}

/*Drop down menu tags*/

#nav li ul {
	position: absolute;
	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;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	border-bottom: 1px solid #609;
	clear:left;
	padding: 3px;
	background: #fff;
}

#nav li ul li a {
	color: #609;
	background-color:#fff;
	display:block;
	}


#nav li ul li a:hover{
	color: #609;
	background-color:#ccc;
	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;
	}
	
#rightcol ul li {
	position: relative;
	border-bottom: solid #b4b4b4 1px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 190px;
	}
	
#rightcol li ul {
	position: absolute;
	right: 190px; /* Set 1px less than menu width */
	width: 190px;
	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: 2px;
	border: 1px solid #fff; /* IE6 Bug */
	border-bottom: 0;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li {
	float: left;
	list-style-type: none;
}
* html ul li a { height: 1%; }
/* End */

#rightcol li:hover ul, #rightcol li.over ul { display: block; } /* The magic */

#lipsum {
	padding: 2px;
	padding-left: 10px;
	}

