﻿div.am
{
    width:219px;
    overflow:hidden;
    height:auto;
    
}
div.am .item
{
    width:100%;
    overflow:hidden;
    height:auto;
    /*border:solid 1px green;*/
    position:relative;
}
div.am div.itemBg
{ 
    z-index:200;
    width:100%;
    background-color:Transparent;
    height:auto;
    overflow:hidden;/**/
    position:absolute;
}
div.am div.itemBg a
{
    display:block; 
    background-color:transparent;
    height:100%;  
    width:100%;z-index:202;
}
div.am a.itemBg
{
    display:block; 
    /*background-color:green;*/
    height:100%;  
    width:100%;z-index:202;
}
div.am img.itemBg
{
    display:block;/*background-color:Blue;*/
    height:100%;
    width:100%;z-index:201;
}
div.am .itemFirst
{
    font-size:0px;
    width:100%;
    height:5px;
    background-image:url('Menu_Audience/imgAudNavItemFirst.png');
    background-repeat:no-repeat;
    overflow:hidden;
}
div.am .itemTop
{
    font-size:0px;
    width:100%;
    height:5px;
    background-image:url('Menu_Audience/imgAudNavItemTop.png');
    background-repeat:no-repeat;
    overflow:hidden;
}
div.am .itemMiddle
{
    width:100%;
    min-height:28px;  
    z-index:100; 
    overflow:hidden; 
    background-image:url('Menu_Audience/imgAudNavItemMidBg.png');
    background-repeat:repeat-y;
}
div.am div.itemMidBg
{
    z-index:-40;
    width:100%;
    overflow:hidden;/**/
}
div.am div.itemTitle
{   
    width:100%;
    height:auto;
   overflow:hidden;

}
div.am p.itemTitle
{
    font-size:12px;
    margin:0px;
    padding:7px 8px 7px 20px;
   

}


div.am p.itemTitle a
{
    color:#333333;

}
/*
a.itemTitle:visited
{
    color:#0099FF;
}
a.itemTitle:hover
{
    color:#0099FF;
}
*/

div.am .itemEnd
{
    width:100%;
    height:1px;
    background-image:url('Menu_Audience/imgAudNavEnd.png');
    background-repeat:no-repeat;
    font-size:0px;

}
