@charset "utf-8";
/* CSS Document */

/* menu for the home page*/
#menu{
	margin-top:2px;
	margin-bottom:22px;
	height:33px;
	background-image:url(../images/menu-background.gif);
	background-repeat:repeat-x;
	font-size:11px;
	}
#menu a:link, #menu a:active, #menu a:visited{
	color:#333333;
	text-decoration:none;
	}
#menu a:hover{
	color:#30689b
	}
	
#menu ul{
	padding:0;
	margin:0;
	list-style:none;
	}
#menu a{
	display:block;
	}
#menu li{
	float:left;
	position: relative;
	padding: 10px 11px 8px 11px;
	}
#menu li ul {
  display: none;
  position: absolute; 
  width:165px;
  padding-top:9px;
  left: 0;
  }
#menu li li{
 	background-color:#f5f7f9;
	border:1px solid #d1dbe3;
	width:165px;
	border-top:0;
	padding: 6px 0 6px 13px;
	}
#menu li:hover ul, #menu li.over ul { 
	display: block; 
	}

.activeTab {
	border:1px solid #e2a6a6;
	background-image:url(../images/active-menu-background.gif);
	background-repeat:repeat-x;	
}

.rightBorder {
	border-right:1px solid #eaeef2;
}

.leftBorder {
	border-left:1px solid #eaeef2;
}

.bothBorder {
	border-left:1px solid #eaeef2;
	border-right:1px solid #eaeef2;
}

/*** other divs specific for each menu option ***/