@charset "utf-8";
/* CSS Document */

/* Banner Menu */

#banner_menu{ float: left; width: 170px; height: 170px; position: relative;}
#banner_menu ul { list-style: none; float: left; width: 170px; height: 170px; margin: 0px; padding: 0px; }
#banner_menu ul li { float: left; width: 170px;}
#banner_menu ul li a { float: left; width: 170px;}

/* NAVIGATION NORMAL */

#banner_menu ul li.home{ background:url(../images/menu/home_up.jpg); height: 29px; }
#banner_menu ul li.about { background:url(../images/menu/about_up.jpg); height: 31px; }
#banner_menu ul li.market { background:url(../images/menu/marketwatch_up.jpg); height: 33px; }
#banner_menu ul li.terms { background:url(../images/menu/terms_up.jpg); height: 30px; }
#banner_menu ul li.contact { background:url(../images/menu/contact_up.jpg); height: 30px; }
#banner_menu ul li.bottom { background:url(../images/menu/bottom_menu.jpg); height: 17px; }


/* NAVIGATION NORMAL */

#banner_menu ul li.home a { background:url(../images/menu/home_up.jpg); height: 29px; }
#banner_menu ul li.about a { background:url(../images/menu/about_up.jpg); height: 31px; }
#banner_menu ul li.market a { background:url(../images/menu/marketwatch_up.jpg); height: 33px; }
#banner_menu ul li.terms a { background:url(../images/menu/terms_up.jpg); height: 30px; }
#banner_menu ul li.contact a { background:url(../images/menu/contact_up.jpg); height: 30px; }


/* NAVIGATION OVER */
#banner_menu ul li.home a:hover{ background:url(../images/menu/home_down.jpg); height: 29px; }
#banner_menu ul li.about a:hover{ background:url(../images/menu/about_down.jpg); height: 31px; }
#banner_menu ul li.market a:hover { background:url(../images/menu/marketwatch_down.jpg); height: 33px; }
#banner_menu ul li.terms a:hover{ background:url(../images/menu/terms_down.jpg); height: 30px; }
#banner_menu ul li.contact a:hover{ background:url(../images/menu/contact_down.jpg); height: 30px; }

/* NAVIGATION HIGHLIGHT */

#banner_menu ul li.home#highlight a#home{ background:url(../images/menu/home_down.jpg); height: 29px; }
#banner_menu ul li.about#highlight a#about{ background:url(../images/menu/about_down.jpg); height: 31px; }
#banner_menu ul li.market#highlight a#market { background:url(../images/menu/marketwatch_down.jpg); height: 33px; }
#banner_menu ul li.terms#highlight a#terms{ background:url(../images/menu/terms_down.jpg); height: 30px; }
#banner_menu ul li.contact#highlight a#contact{ background:url(../images/menu/contact_down.jpg); height: 30px; }


/* FRONTPAGE BUTTON*/

#frontpage_button { float: left; width: 307px; height: 233px; position: relative;}
#frontpage_button ul { list-style: none; float: left; width: 307px; height: 233px; margin: 0px; padding: 0px; }
#frontpage_button ul li { float: left; width: 307px;}
#frontpage_button ul li a { float: left; width: 307px;}

/* NAVIGATION NORMAL */

#frontpage_button ul li.top {background-image:url(../images/buttons/Iwantto_title.jpg); height:66px;}
#frontpage_button ul li.understand{ background:url(../images/buttons/Iwantto_understand_up.jpg); height: 33px; }
#frontpage_button ul li.demystify { background:url(../images/buttons/Iwantto_demystify_up.jpg); height: 29px; }
#frontpage_button ul li.alternative { background:url(../images/buttons/Iwantto_alternative_up.jpg); height: 29px; }
#frontpage_button ul li.perspective { background:url(../images/buttons/Iwantto_perspective_up.jpg); height: 34px; }
#frontpage_button ul li.bottom {background-image:url(../images/buttons/Iwantto_bottom.jpg); height: 42px;}


/* NAVIGATION NORMAL */

#frontpage_button ul li.understand a { background:url(../images/buttons/Iwantto_understand_up.jpg); height: 33px; }
#frontpage_button ul li.demystify a { background:url(../images/buttons/Iwantto_demystify_up.jpg); height: 29px; }
#frontpage_button ul li.alternative a { background:url(../images/buttons/Iwantto_alternative_up.jpg); height: 29px; }
#frontpage_button ul li.perspective a { background:url(../images/buttons/Iwantto_perspective_up.jpg); height: 34px; }


/* NAVIGATION OVER */
#frontpage_button ul li.understand a:hover { background:url(../images/buttons/Iwantto_understand_down.jpg); height: 33px; }
#frontpage_button ul li.demystify a:hover { background:url(../images/buttons/Iwantto_demystify_down.jpg); height: 29px; }
#frontpage_button ul li.alternative a:hover { background:url(../images/buttons/Iwantto_alternative_down.jpg); height: 29px; }
#frontpage_button ul li.perspective a:hover { background:url(../images/buttons/Iwantto_perspective_down.jpg); height: 34px; }

/* NAVIGATION HIGHLIGHT */

#frontpage_button ul li.understand#highlight a#understand { background:url(../images/buttons/Iwantto_understand_down.jpg); height: 33px; }
#frontpage_button ul li.demystify#highlight a#demystify { background:url(../images/buttons/Iwantto_demystify_down.jpg); height: 29px; }
#frontpage_button ul li.alternative#highlight a#alternative { background:url(../images/buttons/Iwantto_alternative_down.jpg); height: 29px; }
#frontpage_button ul li.perspective#highlight a#perspective { background:url(../images/buttons/Iwantto_perspective_down.jpg); height: 34px; }

