/***************/
/* Wrapper Div */
/***************/
.livedd{
        display:relative;
        background-image:url(/live_tpl/client_groups/ammax/magazine/img/nav-trans-gradient.png);
}
.livedd { behavior: url(/live_tpl/css/pngbehavior.htc); }

/************/
/* Main Nav */
/************/
.livedd ul{
        padding:0;
        margin:0 10px;
        height:38px;
        line-height:38px;
        list-style-type: none;
        text-align: left; /* Set to left, center, or right to align the menu as desired */
}

/******************/
/* Main Nav Items */
/******************/
.livedd li{
        display: inline;
        margin: 0;
}

.livedd li a{
        text-decoration: none;
        font:normal 14px Verdana, Arial, Helvetica, sans-serif;
        line-height:38px;
        padding: 10px 10px;
}

.livedd li a:visited{
}

.livedd li a:hover{
        text-decoration: none;
}

/**************************/
/* Active Page - Main Nav */
/**************************/
.livedd li.selected{
}

.livedd li.selected a{
        text-decoration: none;
        padding: 10px 10px;
}

.livedd li.selected a:hover{
        text-decoration: none;
}

/******************************/
/* Separator Style - Main Nav */
/******************************/
.livedd li.separator{
}

/****************/
/* Dropdown Nav */
/****************/
.livedd_sub{
        position:absolute;
		margin-top:-1px;
        text-align:left;
        top: 0;
        border:0;
        padding:5px;
        font:normal 12px Verdana;
        line-height:18px;
        z-index:100;
        width: 220px;
        visibility: hidden;
}

/**********************/
/* Dropdown Nav Items */
/**********************/
.livedd_sub a{
        text-indent:5px;
        width: auto;
        display: block;
        border: 0;
        padding: 4px 0;
        text-decoration: none;
}

.livedd_sub a:hover{
}

/****************/
/* Hacks / Misc */
/****************/
* html .livedd_sub a{ /*IE only hack*/
        width: 100%;
}