@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: 44px;
		background-color: #80C342;
		border: 0px;
		margin-bottom:12px;	
	}

    #qm0 .qmactive, #qm0 .qmactive:hover {
      background:transparent url(../images/nav_buttonBGh.png) repeat scroll right center;
     }

	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#FFF;
		background: url(../images/nav_buttonBG.png) right;
		font-family:Tahoma, sans-serif;
		font-size: 15px;
		text-decoration:none;
		text-align: center;
		height: 44px;
		width:166px;
		
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#FFF;
		background: url(../images/nav_buttonBGh.png) right;
		width: 166px;
	}
	

	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		color: #FFF;
		width:166px;
		/*background-color: #80C342;*/
		border-width:0px;
		margin:0px;
		display:block;
		z-index:1000;		
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		font-size: 11px;
		color:#FFF;
		/*padding:7px 15px 3px 8px;*/
		/*margin:0 0 0 3px;*/
		background: url(../images/nav_subBG.gif);
		text-align: center;
		font-weight:normal;
		line-height:300%;
		width: 166px;
		height: 34px;		
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		background: url(../images/nav_subBGh.png) right;
		color:#FFF;
		text-decoration:none;
		width: 166px;
	}

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


