/*!!!!!!!!!!! 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:inline-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 li, #qm0 a {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


    /* ************************************ */
    /* Menu Settings                        */
    /* ************************************ */
    
    
	/* Menu container */	
	#qm0	
	{	
		width:220px;
		border-width:0px;
		border-style:solid;
		border-color:#858585;
		background-color:transparent;
	}


	/* Menu items */	
	#qm0 a	
	{	
		color:#333333;
		font-family:Arial;
		font-size:14px;
		text-align:left;
		border-width:0px;
		border-style:solid;
		text-decoration:none;
		border-color:#858585;
		padding:5px 40px 5px 0px;
		background-color:transparent;
    }

    /* Top menu item hover state */    
	#qm0 > a td:hover	
	{	
		font-weight: bold;
	}

    /* ************************************ */
    /* Top level items                      */
    /* ************************************ */
    
	#qm0 > a {
	    height: 35px;
    	color: white;
	    margin: 5px 0px 5px 0px;
	    padding: 0px 40px 0px 8px;
    	background-color: transparent;
	}
	
	/* Stylize the selected main menu item */
    #qm0 > a[qmactive='true'] td.menuItem {
        color: white;
        font-weight: bold;
	}

    #qm0 > a[qmactive='true'] td#menuImageBefore {
        background-image: url(images/button-sel.gif);
        background-repeat: no-repeat;
        background-position: bottom right;
	}

    /* Menu images */

    #qm0 span#menuItemContainer > table {
	    width: 210px;
	}
	
	#qm0 > a td.menuItem {
	    padding-left: 15px;
	    background-color: #990000;
	}
	
	#qm0 > a td#menuImageBefore {
	    width: 15px;
	    height: 35px;
		background-color: #990000;
	}

	#qm0 > a td#menuImageAfter {
	    width: 12px;
	    height: 35px;
	}


    /* ************************************ */
    /* Sub Menu Settings                    */
    /* ************************************ */

    /* Sub Menu Container */	

    #qm0 div, #qm0 > ul	
	{	
		border-width:0px;
		border-style:solid;
		border-color:#858585;
		padding:5px 5px 5px 10px;
		background-color:transparent;
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		border-top-width:1px;
		border-top-style:solid;
		border-top-color:#E7EFF4;
		margin: 2px 0px 2px 10px;
		padding:2px 0px 2px 5px;
		background-color:transparent;
	}
	
	#qm0 div a:first-child, #qm0 ul a:first-child	
	{
	    border: 0;
	}
	
    /* Sub menu item hover state */    
	#qm0 > div a:hover	
	{	
	    color: white;
		background-color: #990000;
	}

	/*"""""""" (SUB) Active State""""""""*/	
    /* Sub menu item hover state */    
	#qm0 > div a[qmactive='true']	
	{
	    color: white;
		background-color: #990000;
	}

