/* 
Style Sheet
-------------------------------------------------------
Copyright (c) 2009, Chasetheweb.net

Last Updated: Mark Garczewski
Date: 3/27/2008 */       
div#header
{
	padding-left: 65px;
	width: 865px;
}

/* NAV  */
div#nav
{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	font-weight:bold;
	color:#fdd8f8;
	background-color: #4d3348;
	padding-left:0px;
	padding-right:0;
	height: 32px;
	margin-top: 0px;
	width: 800px;
}



	/* END NAV 
	/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}
.qmmc {position:relative;}
.qmmc a {float:left;display:block;white-space:nowrap;}
.qmmc div a {float:none;}
.qmmc div {visibility:hidden;position:absolute;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!
 Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. 
.qmmc a {float:none}
/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
	 background-color:inherit;
	}
 
 
	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#fdd8f8;
		font-family:Arial;
		font-size:12px;
		text-decoration:none;
		padding:10px 8px 7px 8px;
		border-right: solid 1px #fdd8f8;	
	}
	
	#qm0 a.last
	{
		padding-right: 0px !Important;
	}
 
 
	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color: #4d3348;
		background-color: #fdd8f8;
		text-decoration: none;
	}
 
 
	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
 
		text-decoration:none !important;
	}
 
 
	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:95%;
	}
 
 
	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#fdd8f8;
		padding:0px 5px 0px 5px;
		border-style:solid;
		border-width:1px;
		border-color:#4d3348;
		margin-top:0px;
	}
 
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
	}
 
 
	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
 
		background-color:#fdd8f8 !important;
	}
 
 
	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/arrow_right.gif);	
	}
 
 
	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		background-color:#fdd8f8;
		padding:0px 10px 0px 5px;
		border-width:0px;
		border-style:none;
		border-color:#4d3348;
		color: #4d3348;
		text-decoration:none;
	}
	#qm0 div a:hover
	{		
		color: #4d3348;
		text-decoration:none;
	}
