/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:auto;
		height:29px;
		padding:0px;
		margin:0px;
		background-color:#ffffff;
		background-image:url("../images/topnavigation_background.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background.jpg*/);
		background-repeat:repeat;
		background-position:left top;
		border-width:1px 0px 1px 1px;
		border-style:solid;
		border-color:#ffffff;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 15px 5px 8px;
		background-color:transparent;
		color:#ffffff;
		font-family:Arial;
		font-size:12px;
        font-weight:bold;
        text-decoration:none;
		border-width:0px 1px 0px 0px;
		border-style:solid;
		border-color:#ffffff;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:transparent;

		background-image:url("../images/topnavigation_background_s.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background_s.jpg*/);
        background-repeat:repeat;
        color:#ffffff;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:transparent;
        background-image:url("../images/topnavigation_background_s.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background_s.jpg*/);
		background-repeat:repeat;
        color:#ffffff;
		text-decoration:none;
	}

    /*"""""""" (MAIN) Parent Hover State""""""""*/
	#qm0 .qmparent:hover
	{
		background-image:url("../images/topnavigation_background_s.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background_s.jpg*/);
	}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:transparent;
        background-image:url("../images/topnavigation_background_s.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background_s.jpg*/);
		background-repeat:repeat;
        color:#ffffff;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		background-color:#BDE8C9;
		border-width:1px;
		border-style:solid;
		border-color:#006633;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
		color:#006633;
		font-size:11px;
		border-width:0px 1px;
		border-style:solid;
		border-color:#bdcedc;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#98C4A4;
        background-image:none;
        color:#006633;
		border-color:#d9e3eb;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#98C4A4;
        background-image:none;
        color:#006633;
        text-decoration:none;
        border-color:#d9e3eb;
	}

       
	/*"""""""" (SUB) Parent Hover State""""""""*/
	#qm0 div .qmparent:hover
	{
		background-image:none;
	}

    /*"""""""" (SUB) Active State""""""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#98C4A4;
        background-image:none;
        color:#006633;
		text-decoration:none;
		border-color:#cfdeea;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px;
		border-color:#d8e8f6;
	}


	/*"""""""" (main) Rounded Items""""""""*/	
	#qm0 .qmritem span	
	{	
		border-color:#d8e8f6;
		background-color:#cfdeea;
	}


	/*"""""""" (main) Rounded Items Content""""""""*/	
	#qm0 .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" (sub) Rounded Items""""""""*/	
	#qm0 div .qmritem span	
	{	
		border-color:#d8e8f6;
		background-color:#cfdeea;
	}


	/*"""""""" (sub) Rounded Items Content""""""""*/	
	#qm0 div .qmritemcontent	
	{	
		padding:0px 0px 0px 4px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		background-image:url("../images/arrow_3.gif"/*tpa=http://www.weidafreight.com/images/arrow_3.gif*/);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{	
		background-image:url("../images/arrow_0.gif"/*tpa=http://www.weidafreight.com/images/arrow_0.gif*/);
		background-repeat:no-repeat;
		background-position:92% 50%;
	}


	/*"""""""" Added Rule for Right hand elemets""""""""*/
.divnav{
    font-family:Arial;
    font-size:12px;
    color:#ffffff;
    font-weight:bold;
    text-decoration:none;
    height:20px;
    padding:4px 0px 5px 0px;
    background-image:url("../images/topnavigation_background.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background.jpg*/);
    }

.divnav a{
    font-family:Arial;
    font-size:12px;
    color:#ffffff;                     
    font-weight:bold;
    text-decoration:none;
    height:20px;
    padding:4px 0px 5px 0px;
    background-image:url("../images/topnavigation_background.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background.jpg*/);
    }

.divnav a:hover{
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
    text-decoration:none; 
    color:#ffffff;
    padding:4px 0px 5px 0px;
    background-image:url("../images/topnavigation_background_s.jpg"/*tpa=http://www.weidafreight.com/images/topnavigation_background_s.jpg*/);
}
