#home:hover {color: #e12828;}
#events:hover {color: #dbdd19;}
#locations:hover {color: #37bcd0;}
#photos:hover {color: #5bb040;}
#media:hover {color: #75458e;}

/* Default link styling */

.navbar {padding:0 0 0 60px; list-style:none; height:50px; background:url(../images/navbck.gif);}
.navbar li.top {display:block; float:left;}
.navbar li a.top_link { padding:0 0 0 40px; float:left; color:#a3a3a3; line-height:42px; font-size:20px; font-weight:bold; height:50px; }
.navbar li a.top_link span {float:left; display:block; padding:0 40px 0 0px; height:50px;background:url(../images/blank.gif) right top;}
.navbar li a.top_link span.down {padding:0 60px 0 0px; background:url(../images/blanka.gif) no-repeat right top; height:50px;}

.navbar li a.top_link2 span {float:left; display:block; padding:0 40px 0 0px; height:50px;background:url(../images/blank.gif) right top;}

.navbar li:hover > a.top_link { color:#a3a3a3; background: url(../images/blank_over.gif) no-repeat;}
.navbar li:hover > a.top_link span {background:url(../images/blank_over.gif) no-repeat right top;}
.navbar li:hover > a.top_link span.down {background:url(../images/blank_overa.gif) no-repeat right top;}

.navbar table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */

.navbar a:hover {visibility:visible; position:relative;}
.navbar li:hover {position:relative;}

/* keep the 'next' level invisible by placing it off screen. */

.navbar ul, 
.navbar :hover ul ul, 
.navbar :hover ul :hover ul ul,
.navbar :hover ul :hover ul :hover ul ul,
.navbar :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.navbar :hover ul.sub1 {left:0; top:50px; background: #fff; padding:5px; border:1px solid #37bcd0; white-space:nowrap; width:173px; height:auto; z-index:300;}
.navbar :hover ul.sub1 li a {display:block; font-size:16px; height:26px; width:173px; line-height:26px; text-indent:33px; color:#000; text-decoration:none;}
.navbar :hover ul.sub1 li a:hover {background:#37bcd0; color:#fff;}

.navbar :hover ul.sub2 {left:0; top:50px; background: #fff; padding:5px; border:1px solid #5bb040; white-space:nowrap; width:153px; height:auto; z-index:300;}
.navbar :hover ul.sub2 li a {display:block; font-size:16px; height:26px; width:153px; line-height:26px; text-indent:10px; color:#000; text-decoration:none;}
.navbar :hover ul.sub2 li a:hover {background:#5bb040; color:#fff;}  


