/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle    /*topmost and sub ULs, respectively*/
{ 
    font: normal 14px 'Arial Narrow';
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
}


.ddsubmenustyle li a
{
    display: block;
    width: 160px;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 5px;
    border-bottom:solid 1px #b5cbde;
    background-image:url(main_back.png);
    background-repeat:no-repeat;
	height:15px;
}
.ie6 .ddsubmenustyle li a
{
    width: 160px;
    padding: 5px 5px;
	padding-top:3px;
	padding-bottom:0;
	height:22px;
}

.ddsubmenustyle li a.lastitem
{
    border-bottom:none;
}


* html .ddsubmenustyle li a   /*IE6 CSS hack*/
{ 
    display: inline-block;
}

.ddsubmenustyle li a:hover
{
    background-color: transparent;
    background-image:url(main_back_hover.png);
    color: white;
}
.ie6 .ddsubmenustyle li a:hover
{
    width: 160px;
    padding: 5px 5px;
	padding-top:3px;
	padding-bottom:0;
	height:22px;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer    /*CSS for "down" arrow image added to top menu items*/
{ 
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer /*CSS for "right" arrow image added to drop down menu items*/
{
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0;
}

.ddiframeshim
{
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}











.ddsubmenustyle ul   /*topmost and sub ULs, respectively*/
{ 
    font: normal 11px Arial;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: white;
    border-bottom: 1px dotted #2c4272;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
}


.ddsubmenustyle ul li a  /*topmost and sub ULs, respectively*/
{ 
    background-image:url(sub_back.png);
    background-repeat:no-repeat;
    color: white;
}
* html .ddsubmenustyle ul li a   /*IE6 CSS hack*/
{ 
    display: inline-block;
}

.ddsubmenustyle ul li a:hover
{
    background-color: transparent;
    background-image:url(sub_back_hover.png);
    color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer ul    /*CSS for "down" arrow image added to top menu items*/
{ 
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer ul /*CSS for "right" arrow image added to drop down menu items*/
{
    position: absolute;
    padding-top: 3px;
    left: 100px;
    border: 0;
}

.ddiframeshim ul
{
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}