.menu 
{
	position:relative;
	top:-6px; 
	z-index:100;
	width:139px; 
	background:#D7E4F2;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:139px; 
	w\idth:139px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;

}
.menu ul ul 
{
	padding:0px;
	margin:0px;
	width:139px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	width:139px;
	position:relative;
	background:#D7E4F2;
	padding:0px;
	margin:0px;
}
.menu li.greyLine
{

	border-bottom:1px solid #CCC;

}
.menu li li.greyLine2
{

	border-top:1px solid #CCC;

}
.menu li a.aMargin
{
	padding-left:10px;
}
.menu li .aMargin
{
	padding-left:10px;
}
/* style the links for the top level */
.menu .links a,  
.menu .links a:visited 
{
	
	text-decoration:none; 
	color:#BB3663; 
	width:129px; 
	line-height:20px;
	
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, 
* html .menu a:visited 
{
	display:block;
	width:110px; 
	w\idth:110px;
}

/* style the second level background */
.menu ul ul a.drop, 
.menu ul ul a.drop:visited 
{
	background:#D7E4F2;
	color:#BB3663; 
}
/* style the second level hover */
.menu ul ul a.drop:hover
{
	background:#D7E4F2;
	width:160px;
}
.menu ul ul :hover > a.drop 
{
	background:#D7E4F2;
	width:160px;
}


.menu ul ul li
{
	width:160px;
}

/* another hack for IE5.5 */
* html .menu ul ul 
{
	top:-1px;
	t\op:-1px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table 
{
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}


.menu ul ul .links2 a, 
.menu ul ul .links2 a:visited 
{
	width:160px;
	text-align:left;
	line-height:20px;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, 
* html .menu ul ul a:visited 
{
	width:160px;
	w\idth:160px;
}

/* style the top level hover */
.menu a:hover, 
.menu ul ul a:hover
{
	color:#2B83C4 !important; 
	background:#D7E4F2;
	cursor: hand;
}
.menu :hover > a, 
.menu ul ul :hover > a 
{
	color:#2B83C4 !important; 
	cursor: hand;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul 
{
	visibility:hidden;
	position:absolute;
	top:-1px;
	left:0; 
	width:139px;
	left:139px;
	padding:0px;
	margin:0px;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul
{
	visibility:visible;
}


.menu ul li:hover,
.menu ul a:hover
{
	color:#BB3663; 
}


.tabmenu
{
	margin: 0px;
	padding: 0px;
	width:129px;
	border-bottom: 1px solid black;
}
.tabmenu li
{
	display: inline;
	overflow: hidden;
	list-style-type: none;
	
}
.tabmenu a.nonActive 
{
display:inline;
}
.tabmenu a, a.active 
{
	display:inline;
	background: #96BCE4;
	font: bold 15px "Trebuchet MS";
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding: 0px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
}
.tabmenu a.active
{
	display:inline;
	background: #D7E4F2;
	border-bottom: 1px solid #D7E4F2; 
}

#searchMenuBody
{
	height:210px;
	width:130px;
	padding-left:4px;
}
#searchMenuBodyGloss
{
	height:140px;
	width:130px;
	padding-left:4px;
}
#lowerSearchMenu
{
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-left:4px;
}
#siteSearch
{
	
	padding-top:5px;
	padding-bottom:4px;
	font-weight:bold;
}
.spacer
{
  margin-bottom:4px;
}
.arrowImg
{
	position:absolute;
}
.arrowImg2
{
	float:right;
	clear:both;
	padding-right:3px;
	margin-top:-18px;
}

#searchForm
{
 float:left;
 padding-bottom:10px;
}
