 /* common styling */
div.menu {
	font-family: verdana, sans-serif; 
	width:686px; 
	position:relative; 
	font-size:12px;
}
ul.menu {
	padding:0; 
	margin:0;
	list-style-type: none;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li a, .menu ul li a:visited {
/* Main heading buttons */
	display:block; 
	text-decoration:none;
	font-weight:bold;
	color:#fff; 
	width:110px; 
	height:26px;
	line-height:25px;
	border-width:0px 1px 1px 1px; 
	background:#00A6C3; 
	padding-left:5px; 
	/* border:1px solid #00A6C3;
	padding-top:6px;
	line-height:3em;*/
	font-size: 11px;
}

html .menu ul li a, .menu ul li a:visited {
/* Width of main heading buttons */
	width:132px;
}
/*.menuShort {
 Width of short main heading buttons 
	width:90px;
}*/

.menu ul li ul {
	display: none;
}
.menu table {
	margin:0px;
	padding:0px;
	border:none;
	border-collapse:collapse;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	/* Main heading buttons Rollover state */
	color:#fff; 
	background: #19AFC9;
}
.menu ul li:hover ul {
/* Submenu location */
	display:block; 
	position:absolute; 
	top:26px;
	margin-top:0px;
	left:0px; 
	width:130px;
	border-bottom: 1px solid #19AFC9;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
/* Submenu display */
	display:block; 
	background:#efefef;
	font-weight:normal;
	line-height: 15px;
	color:#000; 
	height:auto;
	padding-left:5px; 
	width:125px;
	border-left: 1px solid #19AFC9;
	border-right: 1px solid #19AFC9;
	border-bottom: 1px solid #19AFC9;
}
.menu ul li:hover ul li a.drop {
	background:#c9c9a7 url(../../graphics/drop.gif) bottom right no-repeat;
}
.menu ul li:hover ul li a:hover {
	/* Submenu rollover */
	background:#cccccc; 
	color:#000;
}
.menu ul li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:100px; 
	top:0;
	width:100px;
}
.menu ul li:hover ul li:hover ul.left {
	left:-100px;
}

