﻿/*************************************************************************
MAIN: Horizontal Rollover List
    -provides the navigation menu at the top for main site navigation
*************************************************************************/
.images {background:#c00; width:20px; padding:1px;} /* not part of the menu */

#outer {padding:2px 0; border:1px solid #a50; border-color:#123 #789 #123 #789; background:#d5e3f1 url(images/grad_blue.jpg) repeat-x bottom left; margin:10px 0 20px 0;}

#point {display:table; padding:0; margin:0 auto; list-style:none; white-space:nowrap;}
#point li {display:table-cell; margin:0; padding:0;}
#point li a {float:left; font-family:arial; font-size:0.8em; height:3.1em; line-height:3.1em; letter-spacing:1px; padding:0 1em; text-decoration:none; color:#fff; background:#f2a057 url(images/grad_blue.jpg) repeat-x bottom left; border-right:1px solid #123; border-left:1px solid #789;}
#point li a:hover, #point li a.current {background:#abc url(images/down_arrow.gif) no-repeat center top; color:#123;}
#point li a:hover b, #point li a.current b {display:block; float:left; background:transparent url(images/up_arrow.gif) no-repeat center bottom; cursor:pointer} 
