/*bullet tabs nav for news page 
background for website: #389e92
text colour grey: #8f8f91*/


#bullet_tabs a:link {text-decoration: none; color:inherit;}

#bullet_tabs a:visited {text-decoration: none; color:inherit;}

#bullet_tabs a:hover {text-decoration: none; color: #389e92;}

/*targets bullet nav, strong defined in php*/
div #bullet_tabs strong {text-decoration: none; color: #555;}

#main_content_large #bullet_tabs{
margin:20px 0 0 0;
width:auto;
height:20px;
border:blue 0px solid;
}


/*targets bullet previous button - see bullet_nav_inc so it holds its position even when not visible, this has been set to be flexible*/

#bullet_tabs .p_wrap{border:red 0px solid; width: auto; height:20px; float:left; display:inline; position:relative;}

div #bullet_tabs p {font-size:12px; float:left; padding:0 5px 0 0;}

#main_content_large #bullet_tabs a {padding-right:0px; font-family:Tahoma, "Trebuchet MS", sans-serif;}

#main_content_large #bullet_tabs .mover {font-size:14px;}

