/* --- General links --- */

a {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: red;
	text-decoration: underline;
}

a.invisible {
	color: #000 !important;
}

/* --- New top menu --- */

#primary_nav_wrap
{
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a
{
	display:block;
	color:#ddd;
	text-decoration:none;
	line-height:24px;
	padding:0 15px;
}

#primary_nav_wrap ul a:hover
{
	color:#fff;
}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#008FFF;
}

#primary_nav_wrap ul li:hover
{
	background:#00AFFF
}

#primary_nav_wrap ul ul
{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background:#2F5FBF;
	padding:0;
	box-shadow: 0px 4px 12px #777;
	z-index: 9999;
}

#primary_nav_wrap ul ul li
{
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding: 5px 15px;
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}

/* MENU -------------------------------------- */

div#menu {
	border: 0px solid red;
	font-family: Tahoma;
	font-weight: normal;
	font-size: 11px;
	cursor: hand;
}

* html div#menu-top {
	height: 1%;
}

div.menu_top_item {
	margin: 1px 1px 1px 1px;
	width: 156px;
	height: 20px;
	background-color: #F2F3F1;
	border: 1px solid #CCC;
	padding: 10px 5px 5px 35px;
	color: #3366FF;
	color: black;
}

div#menu_accounts {
	background: url(../images/menu-new/menu-top-accounts.jpg) no-repeat 0 0;
}

div#menu_pasttr {
	background: url(../images/menu-new/menu-top-past.jpg) no-repeat 0 0;
}

div#menu_reports {
	background: url(../images/menu-new/menu-top-reports.jpg) no-repeat 0 0;
}

div#menu_future {
	background: url(../images/menu-new/menu-top-future.jpg) no-repeat 0 0;
}

div#menu_longterm {
	background: url(../images/menu-new/menu-top-longterm.jpg) no-repeat 0 0;
}

div#menu_extra {
	background: url(../images/menu-new/menu-top-extra.jpg) no-repeat 0 0;
}

div.menu_item {
	margin: 1px 1px 1px 1px;
	width: 196px;
/*	background-color: #FCFCF9; */
	border: 1px solid #CCC;
	padding: 0px;
	background: #FCFCF9 url(../images/menu/menu_backgr1.gif) repeat-y 0 0; 
}

* html div.menu_item {
	position: relative;
	float: left;
	height: 115px;
	width: 124px;
	padding: 0px;
}

div#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

* html div#menu ul {
	padding: 2px 0px 2px 0px;
}

div#menu ul li {
	margin: 0 0 0 0px;
	padding: 0px;
}

* html div#menu ul li {
	margin: 0;
	padding: 0px 2px 0px 2px;
}

div#menu A {
	display: block;
	padding: 1px 1px 1px 29px;
	margin: 0px;
	color: black;
	text-decoration: none;
	line-height: 20px;
}

* html div#menu A {
	width: 100%;
	padding: 1px 1px 1px 29px;
	margin: 0px;
}

div#menu a:hover {
/*	
	background-color: #316AC5; 
	color: white;
*/
	border: 1px solid #316AC5;
	background-color: #C1D2EE;
	color: black;
	text-decoration: none;
	margin: 0 0 0 0;
	padding: 0px 0px 0px 28px;
/*	background: url(../images/menu_item_hover1.gif) no-repeat 0 0; */
}

a.small-link {
	text-decoration: none;
	color: #CCC;
}

a.small-link:hover {
	text-decoration: underline;
}
