#navigation h2.main {
	padding: 7px 7px 0 10px;
	font-size: 16px;
	line-height: 10px
	font-weight: 700;
	color: #636363;
}
#navigation ul#nav {
/* 	margin-top: 60px; */
	z-index: 5000;
	background: #cfe078 ;
}
#navigation ul#nav li {
	position: relative;
	float: left;
}
#navigation ul#nav li a {
	display: block;
}
ul#nav li#filler {
	width: 191px;
	height: 44px;
	display: block;
	background: transparent url(/images/btn_filler_nav.gif) no-repeat 0 0;
}
ul#nav li#build a.nav_button {
	width: 190px;
	height: 44px;
	display: block;
	background: transparent url(/images/create_card_menu.gif) no-repeat top;
	
}
ul#nav li#build a:hover.nav_button {
	background: transparent url(/images/create_card_menu.gif) no-repeat bottom;
	
}

ul#nav li#visa a.nav_button {
	width: 192px;
	height: 44px;
	display: block;
	background: transparent url(/images/predesign_menu.gif) no-repeat top;
}
ul#nav li#visa a:hover.nav_button {
	background: transparent url(/images/predesign_menu.gif) no-repeat bottom;
}

ul#nav li#merchant a.nav_button {
	width: 191px;
	height: 44px;
	display: block;
	background: transparent url(/images/discounted_menu.gif) no-repeat top;
}
ul#nav li#merchant a:hover.nav_button {
	
	background: transparent url(/images/discounted_menu.gif) no-repeat bottom;
}

ul#nav li#group a.nav_button {
	width: 191px;
	height: 44px;
	display: block;
	background: transparent url(/images/group_menu.gif) no-repeat top;
}
ul#nav li#group a:hover.nav_button {
	
	background: transparent url(/images/group_menu.gif) no-repeat bottom;
}

ul#nav li#corp a.nav_button {
	width: 192px;
	height: 44px;
	display: block;
	background: transparent url(/images/virtual_gift_menu.gif) no-repeat top;
}
ul#nav li#corp a:hover.nav_button {
	background: transparent url(/images/virtual_gift_menu.gif) no-repeat bottom;
}


ul#nav li#category a.nav_button {
	width: 155px;
	height: 25px;
	display: block;
	background: transparent url(/images/search_categories_btn.gif) no-repeat 0 0;
}










/*------Menu 960------*/
ul#nav li a{
font-family: Arial;
text-decoration: none;
color: #FFF;
text-align: center;
line-height: 17px;
cursor: pointer;
cursor: hand;
}

ul#nav li a span {
    display:block;    
    text-decoration: none;    
    font-size:100%;
    font-weight: bold;
    white-space:nowrap;
    padding-top:1em;
    letter-spacing: .05em;
    }

ul#nav li#photo960 a.nav_button {
	width: 190px;
	height: 44px;
	display: block;
	background: url(/images/menu-bg.gif) 0 0 no-repeat;

}

ul#nav li#photo960 a:hover.nav_button {
	width: 190px;
	height: 44px;
	display: block;
	background-position: 0 -44px;
}


ul#nav li#visa960 a.nav_button {
	width: 210px;
	height: 44px;
	display: block;
	background: url(/images/menu-bg.gif) 0 0 no-repeat;
}

ul#nav li#visa960 a:hover.nav_button {
	width: 210px;
	height: 44px;
	display: block;
	background-position: 0 -44px;	
}

ul#nav li#virtual960 a.nav_button {
	width: 160px;
	height: 44px;
	display: block;
	background: url(/images/menu-bg.gif) 0 0 no-repeat;
	color: #FFF;
}

ul#nav li#virtual960 a:hover.nav_button {
	width: 160px;
	height: 44px;
	display: block;
	background-position: 0 -44px;
}

ul#nav li#group960 a.nav_button {
	width: 160px;
	height: 44px;
	display: block;
	background: url(/images/menu-bg.gif) 0 0 no-repeat;
	color: #FFF;
}

ul#nav li#group960 a:hover.nav_button {
	width: 160px;
	height: 44px;
	display: block;
	background-position: 0 -44px;
}

ul#nav li#discounted960 a.nav_button {
	width: 230px;
	height: 44px;
	display: block;
	background: url(/images/menu-bg.gif) 0 0 no-repeat;
}

ul#nav li#discounted960 a:hover.nav_button {
	width: 230px;
	height: 44px;
	display: block;
	background-position: 0 -44px;
}
/*------Menu 960------*/








/*ul#nav li#build a.nav_button:hover {
	background: url(/images/drop_merchant.png) no-repeat -5px -5px;
	cursor: pointer;
}
ul#nav li#visa a.nav_button:hover {
	background: url(/images/drop_merchant.png) no-repeat -5px -5px;
	cursor: pointer;
}
ul#nav li#merchant a.nav_button:hover {
	background: url(/images/drop_merchant.png) no-repeat -5px -5px;
	cursor: pointer;
}
ul#nav li#corp a.nav_button:hover {
	background: url(/images/drop_merchant.png) no-repeat -5px -5px;
	cursor: pointer;
}*/
#navigation ul#nav li ul {
    display: block;
    position: absolute;
/* hiding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    width: 191px;
    height: 231px;
    padding: 0;
/*     background: transparent url(/images/drop_bkg.gif) top left no-repeat; */
}
#navigation ul#nav li#build ul {
	background: transparent url(/images/drop_down.png) top left no-repeat;
}
#navigation ul#nav li#visa ul {
	background: transparent url(/images/drop_down.png) top left no-repeat;
}
#navigation ul#nav li#merchant ul {
	background: transparent url(/images/drop_down_corp.png) top left no-repeat;
}
#navigation ul#nav li#corp ul {
	background: transparent url(/images/drop_down.png) top left no-repeat;
}
#navigation ul#nav li#category ul {
	background: transparent url(/images/search_ro.png) top left no-repeat;
}
#navigation ul#nav li:hover ul, #navigation ul#nav li.over ul {
    display: block;
    left: 0;
    top: 42px;
    position: absolute;
    z-index: 4000;
    width: 305px;
}
#navigation ul#nav li#merchant:hover ul, #navigation ul#nav li.over ul {
    display: block;
    left: -108px;
    top: 42px;
    position: absolute;
    z-index: 4000;
    width: 305px;
}
#navigation ul#nav li#category:hover ul, #navigation ul#nav li.over ul {
    display: block;
    left: -147px;
    top: 25px;
    position: absolute;
    z-index: 4000;
    width: 305px;
}
#navigation ul#nav li ul li {
    margin: 0;
    width: 191px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}
#navigation ul#nav li ul li div {
	/*
width: 305px;
	height: 155px;
*/
}
#navigation ul#nav li:hover ul li a, #navigation ul#nav li.over ul li a {
    display: block;
    background: transparent;
    text-decoration: none;
    margin: 0;
    color: #457fb1;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
}
#navigation ul#nav li:hover ul li a.nav_dropdown_links {
	margin: 2px 10px;
	padding: 3px;
	width: 124px;
	display: block;
}
#navigation ul#nav li:hover ul li a:hover.nav_dropdown_links, #navigation ul#nav li:hover ul li a:active.nav_dropdown_links {
	padding: 2px;
	background-color: #ebebeb;
	border: 1px solid #c2c2c2;
}