
/* main navigation div.  Main nav is cut into three boxes.  Menu is in #main_menu */

#main_navigation {  /* entire main navigation container */
height:38px;
}



#end_images {  /* this style hands curved corners on main navigation */
width:5px;
height:38px;
float:left;
clear:none;
}
.end_images img {  /* this style hands curved corners on main navigation */
width:5px;
height:38px;
float:left;
}


#main_nav {  /* this ID handles actual menu buttons */
clear: none;
height:38px;
background-image:url(/images/masthead/Top_Nav_Center_Button.gif);
width:auto;
float:left;
background-repeat:repeat-x

}


#main_nav ul {
margin:0px 0px 0px 0px;
padding:0px;
}

#main_nav li {
float:left;
height:38px;
list-style-type:none;
padding:0px 10px 0px 10px;
border-right:1px solid #e5e5e5;
}



#main_nav a:link, #main_nav a:visited {
font-size:12px;
color:white;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
line-height: 35px;
text-decoration:none;
}

#main_nav a:hover {
font-size:12px;
color:#d0d0d0;
font-weight:bold;
}