/* Drop Down Navigation CSS */

/*!!!!!!!!!!! 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 {display:none;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
	{ 
		text-align: left;
	}
	
	#qm0 .sep
	{
		display:block;
		background: url(../images/navSep.gif) no-repeat;
		width: 2px;
		height: 41px;
		float: left;
	}
	#qm0 br {
		display: none;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	/*#qm0 a
	{
		text-decoration: none;
		color: #5A2049;
		font-size: 14px;
		font-weight: normal;
		padding: 11px 12px 14px 12px;
		display: block;
		background-image: url(../images/wsc_navBG.gif);
		background-repeat: repeat-x;
		cursor: hand;
		float: left;
	
	}*/
	#qm0 a
	{
		text-decoration: none;
		color: #777777;
		font-size: 13px;
		font-weight: bold;
		padding: 13px 10px 12px 10px;
		display: block;
		float: left;
		cursor: hand;
		background-image: url(../images/navBG.gif);
		background-repeat: no-repeat;
		background-position: -21px 0px;
	}
	#qm0 a.first {
		background-position: 0px 0px;
		padding-left: 13px;
	}
	#qm0 a.last {
		background-position: -268px 0px;
		padding-right: 17px;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*background-color:#efefef;*/
		background-image: url(../images/navBG.gif);
		background-repeat: no-repeat;
		background-position: -506px 0px;
	}
	#qm0 a.first:hover {
		background-position: -341px 0px;
	}
	#qm0 a.last:hover {
		background-position: -609px 0px;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive /* Sets the background image for drop down parent items when active */ 
	{ 
		/* Note: Add '!important' after each style */

		background-color: transparent !important;
		text-decoration:none !important;
		background-image: url(../images/navBG.gif) !important;
		background-repeat: no-repeat !important;
		background-position: -506px 0px !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 a.qmparent  /* Kills the padding on the parent A tag */
	{
		padding: 0;
	}
	#qm0 a.qmparent span /* Creates padding and expander icon for items that have drop downs */
	{
		display: block;
		padding: 13px 27px 12px 10px;
		background-image:url(../images/arrow_down.gif);
		background-repeat:no-repeat;
		background-position:93% 52%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#d7e7fb;
		padding:3px 6px;
		border-style:solid;
		border-width:2px;
		border-color:#FFFFFF;
		/*margin-top:-1px;*/
		margin-left: -1px;
		float: none;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background: #ffffff;
	}


	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */

		background-color:#ffffff !important;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		padding: 2px 40px 2px 5px;
		background-image:url(../images/arrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		padding:2px 40px 2px 6px;
		margin: 6px 0;
		border-left: 4px #23559a solid;
		background: none;
		float: none;
	}