﻿

/**
*****************************************************************************
**** BOOKMARKS MENU *********************************************************
*/


.iconPopOut
{
    width:100%;
    margin: 0 auto;

    clear: both;
    
    display: inline;

    /*width: 920px;**/
    list-style: none;/*removes bullets*/
    line-height: 1;

    font: 12px "Arial" ,Verdana,Arial,sans-serif;
    font-weight: bold;
    
    margin:0px;
    padding:0px;
    /*border-width: 0px 0;*/



    /*border: red solid 1px;*/
}
.iconPopOut ul 
{ 
    width: 500px;
    clear: both;
    display: inline;
    /*float: left;*/

    /*width: 920px;**/
    list-style: none;/*removes bullets*/
    line-height: 1;

    font: 13px "Arial" ,Verdana,Arial,sans-serif;
    font-weight: bold;
    padding: 0;
    /*border-width: 0px 0;*/
    margin: 0;

    text-align: left;
    /*border: red solid 1px;*/

}

.iconPopOut li {
    display:inline-block;  /*allows top items to be centralised and get list items onto 1 line*/
	float: left;
	padding: 5px 5px 5px 5px;
        /** 	width: 10em; */
}

.iconPopOut li ul {
    position: absolute;
    left: -999em;
    height: auto;
    font-weight: normal;

    margin: 0;
    padding: 0;
}


.iconPopOut li:hover ul, .iconPopOut li.sfhover ul
{      
    position: absolute;
    display: inline-block;
    left: auto;
    /*background-color: #6699cc;*/
    background-image: url('../images/bg_fadedstrip_horiz.jpg'); background-repeat: repeat-y; background-position: left top; 
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #666666;
    border-left-color: #666666;
    border-bottom-color: #666666;
    border-top-color: #666666;
    border: 1px dimgray solid; /*0.25em;*/
    color: dimgray; 
    background-image: url(../images/bg_fadedstrip_horiz.jpg); 
    background-color: #d6d8da;     
}






.iconPopOut li:hover ul li, .iconPopOut li.sfhover ul li {
    display:inline;
    left: auto;
}

/**
**** DROP DOWN MENU *********************************************************
*****************************************************************************
*/