﻿/* common styling */
.menu {position:relative;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a.button_grey_t {background-position:-175px 0px; text-decoration:none; color:#fff;}
.menu ul li:hover a.button_grey_m {background-position:-175px -34px; text-decoration:none; color:#fff;}
.menu ul li:hover a.button_grey_b {background-position:-175px -63px; text-decoration:none; color:#fff;}
/* LEVEL 2 */
.menu ul li:hover ul {display:block; position:absolute; top:0; left:175px; width:105px;}
.menu ul li:hover ul li a {display:block; background:#0f0; color:#000; width:100px;}
.menu ul li:hover ul li a:hover {background:#f00; color:#000;}



a.button_grey_t{background:url(/Images/button-grey.jpg) no-repeat left 0px; height:25px; width:160px; display:block; padding:9px 0px 0px 15px;}
a:link.button_grey_t, a:visited.button_grey_t, a:active.button_grey_t{text-decoration:none; color:#fff;}
a:hover.button_grey_t{background-position:-175px 0px; text-decoration:none; color:#fff;}
a.button_grey_m{background:url(/Images/button-grey.jpg) no-repeat left -34px; height:22px; width:160px; display:block; padding:7px 0px 0px 15px;}
a:link.button_grey_m, a:visited.button_grey_m, a:active.button_grey_m{text-decoration:none; color:#fff;}
a:hover.button_grey_m{background-position:-175px -34px; text-decoration:none; color:#fff;}
a.button_grey_b{background:url(/Images/button-grey.jpg) no-repeat left -63px; height:23px; width:160px; display:block; padding:7px 0px 0px 15px;}
a:link.button_grey_b, a:visited.button_grey_b, a:active.button_grey_b{text-decoration:none; color:#fff; margin-bottom:8px;}
a:hover.button_grey_b{background-position:-175px -63px; text-decoration:none; color:#fff; margin-bottom:8px;}

