/* 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. */

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		padding-top: 0px;
		padding-bottom: 0px;
		padding:5px;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a 
	{
	background-image: url(../images/but01.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	background-position: center top;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
	height: 30px;
	margin: 5px;
	text-decoration: none;
	color: #000000;

	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0  a:hover
	{ 
		background-image: url(../images/but01.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	background-position: center top;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
	height: 30px;
	margin: 5px;
	text-decoration: none;
	color: #000000;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */

		background-image: url(../images/but01.gif);
	background-repeat: no-repeat;
	line-height: 28px;
	background-position: center top;
	padding-left: 30px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	display: block;
	height: 30px;
	margin: 5px;
	text-decoration: none;
	color: #000000;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image: url(../images/but01.gif);
		background-repeat: no-repeat;
		line-height: 28px;
		background-position: center top;
		padding-left: 30px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		display: block;
		height: 30px;
		margin: 5px;
		text-decoration: none;
		color: #000000;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#FFFFFF;
		padding-top: 0px;
		padding-bottom: 0px;
		border:0px;
		border-style:solid;
		border-color:#BE2020;
		padding:0px;
		margin-top:-1px;
		width:100%;
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
	background-image:none;
		background-color:#ffffff;
		line-height: 28px;
		background-position: center top;
		padding-left: 10px;
		padding-right:10px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		display: block;
		height: 30px;
		margin: 1px;
		text-decoration: none;
		color: #000000;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		background-image:none;
		background-color:#F2F1F1;
		line-height: 28px;
		background-position: center top;
		padding-left: 10px;
		padding-right:10px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		display: block;
		height: 30px;
		margin: 0px;
		text-decoration: none;
		color: #000000;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:none;
		background-color:#F2F1F1;
		line-height: 28px;
		background-position: center top;
		padding-left: 10px;
		padding-right:10px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		display: block;
		height: 30px;
		margin: 0px;
		text-decoration: none;
		color: #000000;	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		

		background-color:#F2F1F1;
		background-image:none;
		line-height: 28px;
		padding-left: 10px;
		padding-right:10px;
		padding-top:0px;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		display: block;
		height: 30px;
		width:130%;
		margin: 1px;
		text-decoration: none;
		color: #000000;
		border:1px;
		border-style:solid;
		border-color:#666666;
	}


