/* ---------------------------------------------------------------------------------------------------- */
/* =navigation */
/* ---------------------------------------------------------------------------------------------------- */
#navigation ul{ list-style: none; margin: 8px 0; padding: 0; }
#navigation ul li{ font-size: 40px; font-weight: bold; padding: 0; }
#navigation ul li a:hover{ color: #AEAEAE; text-decoration: none; }

#navigation ul a.act{ background: url(../images/active.gif) left bottom no-repeat; color: #AEAEAE; padding-left: 21px; }

/* ---------------------------------------------------------------------------------------------------- */
/* =subNavigation */
/* ---------------------------------------------------------------------------------------------------- */
#subNavigation{ background: url('../images/dots.gif') top left repeat-x; padding: 5px 0 0 0; }
#subNavigation ul{ background: url('../images/dots.gif') bottom left repeat-x; float: left; list-style: none; margin: 0; padding: 0 0 5px 0; width: 944px; }
#subNavigation ul li{ float: left; font-size: 15px; font-weight: bold; padding: 0 20px 0 0; }
#subNavigation ul li a:hover{ color: #AEAEAE; text-decoration: none; }

#subNavigation ul a.act{ background: url(../images/active_sub.gif) left bottom no-repeat; color: #AEAEAE; padding-left: 7px; }