/*!!!!!!!!!!! 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
	{
	
	padding-left:10px;
	border-width:1px 0px 1px 0px;
	border-color:#FFFFFF;
	width: 950px;
	line-height: normal;
	top: 88px;
	position: absolute;
	left: 2px;
	}
	

	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	text-decoration:none;
	padding:9px 10px 8px 10px;
	border-style:solid;
	border-width:0px 0px 0px 0px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:center;
	border-right: solid 1px #ff0000;
	border-left: solid 1px #000000;
	border-left-color: #173768;
	border-right-color: #7D98BF;
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		/*border-color:#333333;*/

		color:#003366;/*003366*/
		background:#ffffff;
		text-decoration:none;
	}
	
	
	#qm0 a.prosLink, #qm0 a.prosLink:visited{
	float:right;
	background-image: url("ico_pro_norm.gif"/*tpa=http://www.spineuniverse.com/int/images/ico_pro_norm.gif*/);
	background-repeat:no-repeat;
	padding-left:30px;
	background-position: 4px 7px;
	}
	
	#qm0 a.prosLink:hover {
	background-image: url("ico_pro_over.gif"/*tpa=http://www.spineuniverse.com/int/images/ico_pro_over.gif*/);
	background-repeat: no-repeat;
	background-position: 4px 7px;
	}
	
	/*
	#qm0 a.qmactive.prosLink{

	background-image: url(/int/images/ico_pro_over.gif);
	
	}
*/	


	/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive
	{ 
		/* Note: Add '!important' after each style */
		/*border-color:#333333 !important;*/

		color:#003366!important;
		background-color:#ffffff!important;
		text-decoration:none !important;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-repeat:no-repeat;
		background-position:92%;
		
	}

	


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
	background-color:#D6DCE2;
	border-width:1px 1px 1px 1px;
	margin:0px;
	margin-left:1px;
	border-color:#333333;
	position:absolute;
	text-align:left;
	border-bottom: solid 1px;	
	border:none;	
	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{
	font-size:11px;
	color:#143465;
	border-color:#999999;
	padding:5px 10px;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	text-decoration: none;
	border:none;
	border-bottom: dotted 1px;
	}
	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{

		border-color:#666666;
		background-color:#EFF4FA;
		color:#000000;
		text-decoration:none;
	}

	#qm0 div div
	{
		margin:0px 0px 0px 3px;
	}

	/*""""""""[SUB] Active State """"""""*/
	#qm0 div .qmactive
	{
		/* Note: Add '!important' after each style */
		border-color:#666666 !important;
		background-color:#EFF4FA!important;
		color:#000000 !important;
		/*text-decoration:underline !important;*/
		
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{


	}
	
	
	#qm0 div a.last {
		border-bottom:none
	}
