@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: 30px;
		border: 0px;
		float: left !important;
			
	}



	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#FFF;
		background: url(../../images/tab_inactive.gif) top no-repeat;  
		font-size: 16px;
		line-height: 30px;
		font-weight: normal;
		overflow:hidden;
		text-decoration:none;
		padding:0px 0px 0px 5px;
		text-align: center;
		height: 30px;
		width:100px;
		
	}

	#qm0 #activeLink {
			background:url(../../images/tab_active.gif);
			color:#404040;
			padding: 0px 0px 0px 5px !important;
			height: 30px !important;
			line-height:30px;
		}

	

	/*"""""""" (MAIN) Hover State """""""" */
	#qm0 a:hover
	{ 
	
		background: url(../../images/tab_inactive2.gif) bottom no-repeat;
	}
	
	
	
	/*"""""""" [SUB] Containers """"""""
	#qm0 div
	{
		
		width:105px;
		padding:10px 1px 10px 1px;
		background: url(../images/nav_subBG.gif) bottom left no-repeat;
		border-width:0px;
		margin:0px;
		display:block;
		
		
	}
	#qm0 ul {
		list-style:decimal;
		}

	/*"""""""" [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;
	}

*/