<!-- *** QuickMenu copyright (c) 2007, OpenCube Inc. All Rights Reserved.
	-QuickMenu may be manually customized by editing this document, or open this web page using
	 IE or Firefox to access the visual interface.
-->


<!--%%%%%%%%%%%% QuickMenu Styles [Keep in head for full validation!] %%%%%%%%%%%-->
<style type="text/css">


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;height:1%;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc ul {left:-10000px;position:absolute;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li{position:relative;}.qmmc ul {z-index:10;}.qmmc ul ul {z-index:20;}.qmmc ul ul ul {z-index:30;}.qmmc ul ul ul ul {z-index:40;}.qmmc ul ul ul ul ul {z-index:50;}li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		color:#414144;
		text-decoration:none;
		/* tim extra*/
		text-align: left;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		border-right: 1px solid #3B7BAC;
		height: 15px;
		padding: 0px 5px 0px 5px;
		margin-bottom:23px;
	}
		
	#qm0 a:visited 	{color: #3D3B3B; text-decoration: none}	
	#qm0 a:hover 	{color: #DDDBDB; text-decoration: none}



	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		margin:-2px 0px 0px;
		background-color:transparent;
		padding:4px;
		/*border-style:none;		
		 tim extra*/
	}


	/*"""""""" (SUB) Items""""""""
	Controls the colours and format of the drop down text*/	
	#qm0 div a, #qm0 ul a	
	{	
		color:#414144;
		margin:5px 0px 3px 0px;
		padding:0px 4px 0px 4px;
		background-color:transparent;
		font-size:12px;
		border-width:3px;
		border-style:none;
		border-right: 1px solid #3B7BAC;

	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		color: #000; text-decoration: underline;
		
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:0.7em;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#bfbfbf;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#aaaaaa;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#dadada;
		background-color:#f7f7f7;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}

	
	/*"""""""" Custom Rule """"""""*/	
	ul#qm0 ul
	{
		border-color:#dadada;
		border-style:solid;
		border-width:1px;	
		background-color:#f7f7f7;
	}


	/*"""""""" MY OWN STYLE TO CREATE THE MENU ALL THE WAY ACROSS THE TOP """"""""*/	
.menudiv{
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url("../images/yellow.gif");
	border-top: 1px solid #3B7BAC;
	border-bottom: 1px solid #3B7BAC;
	height: 15px;
	padding: 5px 5px 5px 5px;
	margin-bottom:15px;}

.qmfv{visibility:visible !important;}
.qmfh{visibility:hidden !important;}