<!-- *** QuickMenu copyright (c) 2009, 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;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


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


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{
	width:178px;
	padding:5px 10px;
	margin:0px;
	background: url(../images/BoxBg.gif) repeat-y;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	padding:3px 20px 3px 3px;
	margin:0px 0px 2px 0px;
	background-color:transparent;
	color:#000;
	text-decoration:none;
	font: .90em Arial;
	border-top: 0px solid #000;
	border-right: 0px solid #000;
	border-bottom: 1px solid #000;
	border-left: 0px solid #000;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
	color:#FFFFFF;
	border-color:#FFF;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		color:#FFFFFF;
		border-color:#FFF;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#FFFFFF;
		border-color:#FFF;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{
	padding:10px;
	background: #999605;
	border: 1px solid #000;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{
	padding:3px 20px 3px 5px;
	color:#000;
	border-width:0px;
	border-color:#000;
	}


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


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{
	color:#FFF;
	text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{
	color:#FFF;
	text-decoration:underline;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{
	margin:2px 5px 5px 5px;
	color:#FFF;
	font: bold 11px Arial;
	}


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


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(../images/arrow_13.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		background-image:url(../images/arrow_12.gif);
		background-repeat:no-repeat;
		background-position:97% 50%;
	}
	
	
	/*"""""""" ALPACA VENTURES CUSTOM""""""""*/
	.boxftr {
	background: url(../images/BoxFtr.gif);
	margin: 0px;
	padding: 0px;
	height: 14px;
	width: 198px;
	}
	.boxhdr {
	color: #000;
	background: url(../images/BoxHdr.gif) no-repeat;
	width: 198px;
	padding-left: 13px;
	font: normal 17px Arial, Helvetica, sans-serif;
	padding-top: 8px;
	}


#nav {
	float: left;
	width: 200px;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #FFF;
	height: 500px;
}
#content {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 700px;
}
#main {
	margin: 0px;
	float: left;
	width: 480px;
	padding-top: 15px;
}
#sub {
	margin: 0px;
	padding: 15px 0px 0px;
	float: right;
	width: 208px;
	background: url(../images/SubBg.jpg) repeat-y;
	font-size: 0.9em;
	line-height: 1.4em;
}
#sub p {
	margin-right: 8px;
	margin-left: 10px;
}
#sub a:link, #sub a:visited, #sub a:active {
	color: #333;
	text-decoration: underline;	
}
#sub a:hover {
	color: #333;
	text-decoration: none;	
}

#sub h2 {
	font-size: 1.3em;
	font-weight: normal;
	color: #000;
	margin-left: 15px;
}
#sub ol li a {
	color: #000;
	text-decoration: none;
}
#sub ol li a:hover {
	color: #000;
	text-decoration: underline;
}
#sub ul li {
	list-style: none;	
}

#main a {
	color: #999605;
}
#main a:hover {
	color: #666;
}
#subbottom {
	background: url(../images/SubBottom.jpg) no-repeat;
	margin: 0px;
	padding: 0px;
	height: 49px;
}
#topimg {
	background: url(../images/headerimage.jpg);
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 950px;
	height: 186px;
}
#hdr {
	background: #000;
	font-size: 13px;
	color: #FFF;
	text-align: left;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
}
#hdrmain {
	float: left;
}
#hdrcontact {
	padding: 0px;
	float: right;
	width: 350px;
	margin-right: 15px;
	text-align: right;
}
#hdr a:link, #hdr a:visited, #hdr a:active {
	color: #999605;
	text-decoration: none;
}
#hdr a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer {
	background: #000;
	clear: both;
	width: 950px;
	border-top: 2px solid #999605;
	border-right: 2px none #999605;
	border-bottom: 2px none #999605;
	border-left: 2px none #999605;
	color: #999605;
	font-size: 0.75em;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 1.4em;
}
#wrapper {
	margin: 3px auto;
	border: 3px solid #999605;
	width: 950px;
	background: #FFF;
}
body {
	font: normal 100.01% Arial, Helvetica, sans-serif;
	color: #000;
	background: #000;
}
#main a {
	color: #999605;
}
#main a:hover {
	color: #666;
}
#main p {
	line-height: 1.5em;
}
#main p a {
	color: #999605;
}
#main p a:hover {
	color: #666;
}
#main h1 {
	font-size: 1.5em;
	font-weight: normal;
	color: #999605;
}
#main h2 {
	font-size: 1.2em;
	font-weight: normal;
	color: #999605;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: underline;
	color: #999605;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
</style>

<!-- Add-On Core Code (Remove when not using any add-on's) -->
<style type="text/css">
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}
</style>
<!-- Add-On Settings -->
<!-- Core QuickMenu Code -->
<!-- Add-On Code: Item Bullets -->
