#design:hover, #get_started:hover, #questions:hover {
    background-position: 0 57px;   
}

#design, #get_started, #questions {
    float: left;
    height: 57px;
    margin: 11px 15px 0px 15px;
}

#design {
    margin-left: 126px;
}

#design {
    width: 70px;
    background-image:url(images/design.png);
}

#get_started {
    width: 115px;
    background-image:url(images/get_started.png);
}

#questions {
    width: 105px;
    background-image:url(images/questions.png);
}

.navbar_menu {
    color: black;
    position: relative;
    top: 57px;
    visibility: hidden;
    height: 50px;
    padding-top: 11px;
    background-image: url(images/subnav_bg.gif);
    background-repeat: repeat-x;
    background-position: 0px 7px;
}

.navbar_menu a {
    text-decoration: none;
    color: black;
    margin: 0px 5px 0px 5px;
}

.navbar_menu a:hover {
    color: #e06500;
}


#design_menu {
    width: 14.2em;
    left: -50px;
}

#get_started_menu {
    width: 18em;
    left: -55px;
}

#questions_menu {
    width: 5.5em;
    left: 16px;
}

/* Show each submenu when hovering over menu */
#design:hover .navbar_menu,
#get_started:hover .navbar_menu,
#questions:hover .navbar_menu {
    visibility: visible;
}


/* Show each submenu when hovering over submenu */

#design .navbar_menu:hover,
#get_started .navbar_menu:hover,
#questions .navbar_menu:hover {
    visibility: visible;
}


.subnav_bg_left {
	position: absolute;
	left: -13px;
	top: 7px;
	width: 13px;
	height: 24px;
	background-image: url(images/subnav_bg_left.gif);
}

.subnav_bg_right {
	position: absolute;
	right: -13px;
	top: 7px;
	width: 13px;
	height: 24px;
	background-image: url(images/subnav_bg_right.gif);
}
