@charset "UTF-8";


/* ---------- Navigation Menu ---------CSS Document */





/*!!!!!!!!!!! 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
	{ 
		padding:0px;
		height: 24px;
		background: url(../images/nav_mainBG.gif) right;
		border: 0px;	
	}



	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#000;
		background: url(../images/nav_buttonBG.jpg) right;
		
		/* font-size: 11px; */
		text-decoration:none;
		padding:5px 0px 0px 0px;
		text-align: center;
		height: 19px;
		width:160px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#000000;
		background: url(../images/nav_b_new.jpg) right #83A1C7;
	}
	
#qm0 #navEvents.qmactive
	{ 
		color:#FFF;
		background: url(../images/nav_b_events.jpg) right #83A1C7;
	}

#qm0 #navAbout.qmactive
	{ 
		color:#FFF;
		background: url(../images/nav_b_about.jpg) right #83A1C7;
	}
	
#qm0 #navNews.qmactive
	{ 
		color:#FFF;
		background: url(../images/nav_b_news.jpg) right #83A1C7;
	}
	
#qm0 #navResources.qmactive
	{ 
		color:#FFF;
		background: url(../images/nav_b_resources.jpg) right #83A1C7;
	}
	
#qm0 #navContact.qmactive
	{ 
		color:#FFF;
		background: url(../images/nav_b_contact.jpg) right #83A1C7;
	}
	

	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		
		width:158px;
		padding:10px 1px 10px 1px;
		background: url(../images/nav_subBG.gif) bottom left no-repeat;
		border-width:0px;
		margin:0px;
		display:block;
		z-index:1000;
		
		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size: 11px;
		color:#333333;
		padding:7px 15px 3px 15px;
		margin:0px;
		background: none;
		text-align: left;
		width: 128px;
		height: 17px;
		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background: #CCCCCC;
		color:#FFF;
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 0px;
	}

