/* common styling */


.menu {
	font-family: Tahoma;
	position:relative;
	margin:0;
	font-size:12px;
	text-decoration: none;
}
.menu ul li a, .menu ul li a:visited {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCEAFF;
	display:block;
	width:129px;
	height:21px;
	line-height:25px;
	font-weight: bolder;
	text-align: center;
	text-decoration:none;
	color:#FFFFFF;
	background-image: url(../_img/triangle.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
	background-color: #3E6187;
	
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {
	float:left;
	margin-right:1px;
	position:relative;
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {
	background-color: #030133;
	background-image: url(../_img/triangle.gif);
	background-position: center -23px;
}


.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:21px;
	left:0;
}
.menu ul li:hover ul li a {
	display:block;
	background:#078EE9;
	font-weight: normal;
	color:#000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: left;
	width: 140px;
	padding-left: 5px;
	
}
.menu ul li:hover ul li a:hover {
	
	background: #335B99;
	font-weight: normal;
	color:#000000;
}
