/*

   --------
  |   __   |		M A D E   I N   C U B E 7
  |  |  |  |          Creative Technology
  |   --   |--           www.cube7.com
  l________l/


*/





body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	}
#content h2 {
	font-size: 1.1em;
	margin: 1.5em 0 -0.7em 0;
}

.newsbrief {
	clear: right;
	display: block;
}
#news_img {
	float: right;
	margin: 0 0 0em 1em;
	border: 3px solid #D5D6DA;
	padding: 0px;
}
#newscontent h2 {
	font-size: 1.1em;
	margin: 0;
}
#newscontent h3 {
	font-size: 1em;
	margin: 0px 0 -9px 0;
}





/*	
	
	Dropdown Nav
	Based on Suckerfish Dropdowns (A List Apart)
	http://www.alistapart.com/articles/dropdowns/
	
*/



ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
	}

li a:link, li a:visited {
	text-decoration: none;
	color: #333;
	}

li a:hover {
	color: #000;
	}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	background-color: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #ccc;
	}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	}

#nav li li a {
	display: block;
	font-size: 85%;
	font-weight: bold;
	color: #333;
	padding: 3px 10px;
	text-decoration: none;
	border-left: 5px solid #fff;
	}

#nav li li a:hover {
	background-color: #ddd;
	color: #000;
	border-left-color: #333;
	}



#content {
	clear: left;
	}
