/* common styling */
/* set up the overall width of the menu div, the font and the margins */

.menu {
font-family: Verdana,arial, Helvetica, sans-serif; 
width: 120px;
margin:0; 
margin:0px 0;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-align:center; 
text-decoration:none; 
width:120px; 
height:16px; 
color:#4A94B4; 
border:1px solid #57B6E0;
border-width:1px 1px 0 1px;
background:#E2FCFE; 
line-height:15px; 
font-size:10px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#fff; 
background:#4A94B4;

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul
{
	display: block;
	position: absolute;
	top: 16px;
	left: 0px;
	width: 140px;
	height: 24px;
	line-height: 20px;
	border-color: #4A94B4;
	border-width: 1px 1px 1px 0px;
	border-style: solid;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a
{
	display: block;
	background: #E2FCFE;
	color: #000;
	width: 140px;
	height: 24px;
	line-height: 20px;
	border-color: #4A94B4;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#A8F2FC; 
color:#000;
width:140px;
height:24px;
line-height:20px; 
border-color: #4A94B4;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}



.menu2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 743px;
	margin: 0px 0;
	font-weight: bolder;

}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu2 ul {
padding:0; 
margin:0;
list-style-type: none;

}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu2 ul li {
float:left; 
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu2 ul li a, .menu2 ul li a:visited
{
	display: block;
	text-align: center;
	text-decoration: none;
	width: 185px;
	height: 26px;
	color: #009;
	border-width: 0px 1px 1px 0px;
	/*background:transparent;*/
	line-height: 26px;
	font-size: 18px;
	font-weight: bold;
	border-color: #A8F2FC;
	border-style: solid;
}
/* make the dropdown ul invisible */
.menu2 ul li ul {
display: none;
}

/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu2 ul li:hover a {
color:#FE6700; 
/*background:#4A94B4;*/

}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu2 ul li:hover ul
{
	display: block;
	position: absolute;
	top: 26px;
	left: 5px;
	width: 174px;
	height: 24px;
	font-size: 14px;
	font-weight: normal;
	line-height: 26px;
	border-color: #A8F2FC #4A94B4 #4A94B4 #4A94B4;
	border-width: 1px 1px 1px 0px;
	/*border-style: solid;*/
}
/* style the background and foreground color of the submenu links */
.menu2 ul li:hover ul li a {
display:block; 
background:#E2FCFE; 
color:#4076E3;
width:174px;
height:24px;
font-size: 14px;
font-weight: normal;
line-height:26px; 
border-color: #4A94B4;
border-width: 0px 1px 1px 1px;
}
/* style the background and forground colors of the links on hover */
.menu2 ul li:hover ul li a:hover {
background:#A8F2FC; 
color:#FE6700;
width:174px;
height:24px;
font-size: 14px;
font-weight: normal;
line-height:26px; 
border-color: #4A94B4;
border-width: 0px 1px 1px 1px;
}
.menu2 ul li a.no_rline, .menu2 ul li a:visited.no_rline
{
	border-right-width: 0px;
}