
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/



	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	.qmmc	
	{	
	}


	/*"""""""" (MAIN) Items""""""""*/	
	.qmmc a	
	{	
		padding:0;
		margin:0;
		background: none;
		font-family:Arial;
		font-size:0.8em;
		text-decoration:none;
		border-width:1px;
		border-style:none;
		color:#000000;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	.qmmc a:hover	
	{	
	}


	/*"""""""" (MAIN) Parent items""""""""*/	
	.qmmc .qmparent	
	{	
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body .qmmc .qmactive, body .qmmc .qmactive:hover	
	{	
	}


	/*"""""""" (SUB) Container""""""""*/	
	.qmmc div	
	{	
		background-color:#eeeeee;
		border-width:1px;
		border-style:solid;
		border-color:#222222;
		padding: 2px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	.qmmc div a
	{	
		padding:2px 5px;
		text-align: center;
		margin:0;
		background-color:#eeeeee;
		color:#000000;
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		border-width:1px 0 1px 0;
		border-style:solid;
		border-color:#eeeeee;
	}

	.qmmc div a:visited
	{
		color:#000000 !important;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	.qmmc div a:hover	
	{	
		/*background-image:url(images/sub_bg_hover.gif);*/
		color:#000000;
		border-color: #333333;
		background-color: #cccccc;
	}


	/*"""""""" (SUB) Parent items""""""""*/	
	.qmmc div .qmparent	
	{	
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body .qmmc div .qmactive, body .qmmc div .qmactive:hover	
	{	
		color:#000000;
		border-color: #333333;
		background-color: #cccccc;
	}