    #nav_container {
        height: 26px;
        width: 800px !important;
        }
    * html #nav_container { /*** IE FIX **/
        height: 26px;
        width/**/: 800px; 
        }
    #nav_wrapper {
        background-color: #CC0000;
        height: 24px;
        font-family: verdana, arial, helvetica, tahoma, geneva;
        color: #FFFFFF;        
        font-size: 11px;
	    font-weight: bold;
	    text-align: center;
	    border-top: solid 1px #FFFFFF;
	    border-bottom: solid 1px #FFFFFF;
        }
/****** SuckerFish Dropdown Navigation ******/
    #nav ul {
	    padding: 0;
	    margin: 0;
	    list-style: none;
        }
    #nav li {
        float: left;
	    position: relative;
	    width: 102%;
	    line-height: 2em;
        }
    #nav a {
	    display: block;
	    width: auto;
	    padding-left: auto;
	    padding-right: auto;
	    color: #FFFFFF;
	    text-decoration: none;
        }
    #nav a:hover {
	    color: #FFFFFF;
	    text-decoration: underline;
        }
    #nav li ul { /* second-level lists */
        display: none;
        position: absolute; 
        border: solid 1px #6699ff;
        padding: 0 5px 3px 2px;
        background-color: #FFFFFF;
        text-align: left;
        font-weight: normal;
	    margin: 4px 15px !important;
	    margin: 4px -30px;
	    width: 15em;
	    white-space: nowrap;
        left: -999em;
	    }
    #nav li:hover ul, #nav li.sfhover ul {
	    display: block;
	    left: auto;
	    background-position: 0 0 !important;
        }
    #nav li ul a {
	    color: #000000;
	    text-decoration: none;
	    border-bottom: dashed 1px #CCCCCC;
	    }
	#nav li ul a:hover {
	    color: #CC0000;
		background-color: #99CCFF;
		font-weight: bold;
	    text-decoration: none;
	    border-bottom: dashed 1px #CCCCCC;
        }
/****** End of SuckerFish Navigation ******/
/*
/****** Defined widths for tabs ******/
    ul #home {
	    width: 14% !important;
	    height: 24px;
	    background-color: #CC0000;
	    color: #FFFFFF;
	    text-decoration: none; 
	    border-right: solid 1px #FFFFFF;
        }
     ul #qbnav {
        padding: 0 10px 0 10px;
        width: 14% !important;
        height: 24px;
	    border-right: solid 1px #FFFFFF;
        }
     ul #prdnav {
        background-position: right;
        background-repeat: repeat-y;
        padding: 0 10px 0 10px;
        width: 14% !important;
        height: 24px;
	    border-right: solid 1px #FFFFFF;
        }
     ul #pmnav {
        padding: 0 10px 0 10px;
        width: 14% !important;
        height: 24px;
	    border-right: solid 1px #FFFFFF;
        }
     ul #fmcnav {
        padding: 0 10px 0 10px;
        width: 14% !important;
        height: 24px;
	    border-right: solid 1px #FFFFFF;
        }
     ul #rcnav {
        padding: 0 10px 0 10px;
        width: 14% !important;
        height: 24px;
	    border-right: solid 1px #FFFFFF;
        }
     ul #actnav {
        padding: 0 10px 0 10px;
        width: 14% !important;
        height: 24px;
	    border-right: solid 1px #FFFFFF;
        }
		

        

    
