﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */


.menu {
	width:910px; 
	/*width:905px;*/
	height:30px; 
	position:relative; 
	font-size:12px; 
	z-index:100;
}

.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	width:120px; 
	height:25px;
	text-align:center; 
	color:#000000; 
	/*border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc;*/
	background: url(../images/link_background.gif) repeat-x top;
	line-height:20px; 
	font-size:12px; 
	overflow:hidden;
	padding-top: 5px; 
	padding-left: 5px;
	text-align: left;
	border: 1px solid #cccccc; 
	margin-right: 2px;
}

.menu ul {
	padding:0;
	margin:0; 
	list-style: none;
}

.menu ul li {
	float:left; 
	position:relative;
}

#risk {
width: 130px;
}

#commercial {
width: 153px;
}

#international {
width: 158px;
}

#mortgages {
width: 99px;
}

#personal {
width: 112px;
}

#accounts {
width: 91px;
}

#contact {
width: 99px;
}


.menu ul li ul {
	display: none;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color:#000000; 
	background: url(../images/link_background_roll.gif) repeat-x;
}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:30px; 
	left:0; 
	width:200px;
}

.menu ul li:hover ul li a.hide {
	background:#ffffff; 
	color:#000000;
}

.menu ul li:hover ul li:hover a.hide {
	background:#ffffff; 
	color:#000;
}

.menu ul li:hover ul li ul {
	display: none;
}

.menu ul li:hover ul li a {
	display:block; 
	background:#ffffff; 
	color:#000;
	width: 200px;
	text-align: left;
	/*border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc; 
	border-right:1px solid #cccccc;
	padding: 4px 5px 2px 5px;*/
	border-top: none;
	font-size:10px; 
}

.menu ul li:hover ul li a:hover {
	/*background:#6fc;*/
	color:#990000;
}

.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:105px; 
	top:0;
}

.menu ul li:hover ul li:hover ul.left {
	left:-105px;
}
