@charset "UTF-8";

/*******************************************************
    containing block for the main menu
********************************************************/
#mainNavContainer {
 width:958px;
 height:40px;
 margin:0px auto 0px auto;
 background:white;
 position:relative;
 margin-bottom:10px;
}

/*******************************************************
    UL styles for the main menu
********************************************************/
#mainNavContainer ul {
 margin:0 0 0 20px;
 padding:0px;
 list-style:none;
 float:left;
 position:absolute; 
 bottom:7px;
}

#mainNavContainer ul li {
 float:left;
 border-right:#d21f49;
 border-width:0 1px 0 0;
 border-style:none solid none none;
}

#mainNavContainer ul li a:link,#mainNavContainer a:visited {
 background:#ffffff;
 display:block;
 font-size:14px;
 color:#d21f49;
 text-decoration:none;
 line-height:15px;
 padding:5px 8px 5px 8px;
}

#mainNavContainer ul li a:hover {
 color:#002a5f;
 background:#e7ebee;
}

#mainNavContainer ul li a.current,#mainNavContainer ul li a.current:hover,#mainNavContainer ul li a.current:active {
 color:#002a5f;
 background:#e7ebee;
 cursor:default;
}

/*******************************************************
    IMPORTANT! this strips out the border from the right side of the last item 
    in the list/menu.
********************************************************/
#mainNavContainer ul li.lastItem {
 border-width:0;
 border-style:none;
}

#mainNavContainer #paymentIndexTabMenu,
#mainNavContainer #paymentIndexTabMenu:visited {
	float:right;
	text-decoration:none;
	color:white;
	background:#d21f49;
	padding:5px 20px;
	border-radius:20px;
	margin:4px 10px 0 0;
	font-weight:bold;
}