/*bullet tabs nav*/

div #bullet_tabs{
position:absolute;
margin:0 0 5px 0px;
width:auto;
height:35px;
left:0px; /*needed for IE*/
bottom:0px;
z-index:100;
border:blue 0px solid;
} 

#bullet_tabs p {float:left;}

/*targets bullet previous button - see bullet_nav_inc so it holds its position even when not visible*/

#bullet_tabs .p_wrap{border:red 0px solid; width: 20px; height:35px; float:left; display:inline; position:relative;}

#bullet_tabs strong a {color:#ff8800; /*targets bullet nav*/font-weight:normal;}

div #bullet_tabs p {font-size:3em;}

#wrapper_sub #bullet_tabs a {padding-right:5px; font-family:Tahoma, "Trebuchet MS", sans-serif}

#wrapper_sub #bullet_tabs .mover {font-size:0.75em;}

#wrapper_sub #bullet_tabs .nav_span {color: red; width:2em;}

/*bullet tabs nav for news page*/ 

#main_content_news #bullet_tabs{
position:absolute;
margin:0px 0 0px 70px;
width:auto;
height:35px;
left:0px; /*needed for IE*/
bottom:0px;
border:blue 0px solid;
}

#main_content_news #bullet_tabs a {padding-right:5px; font-family:Tahoma, "Trebuchet MS", sans-serif}

#main_content_news #bullet_tabs .mover {font-size:0.75em;}


