.menu {
	width:591px;
	font-size:11px;
	background-image: url(../images/blueBar2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	height: 40px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* 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 {
	width:250px;
}
.menuFloat {
float:right;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	z-index: 100;
	text-align: left;
	cursor: pointer;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
height:39px; 
line-height:38px;
}


/* style the second level hover */
.menu ul ul a.drop:hover{
background:#c9ba65;
}
.menu ul ul :hover > a.drop {
background:#c9ba65;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px;
	left:0;
	width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:30px;
t\op:31px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#fff;
	height:auto;
	padding:5px;
	width:129px;
	background-image: url(../images/dropdownBack.gif);
	background-repeat: repeat-x;
	background-position: left bottom;/* yet another hack for IE5.5 */
	background-color: #bdbdbd;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:transparent;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:transparent;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {float:left;
	position:relative;}


/* style the top level hover */
.menu ul li a:hover{
color:#07417a; 
}
.menu ul ul a:hover{
color:#07417a; 
background-image: url(../images/dropdownBack.gif);
	background-repeat: repeat-x;
	background-position: left top;/* yet another hack for IE5.5 */
	background-color: #bdbdbd;
}
.menu :hover > a {
color:#fff;
}
.menu ul ul :hover > a {
color:#07417a;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:33px;
left:0; 
width:250px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:33px;
t\op:34px;
}



/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	height:auto;
	line-height:1em;
	padding: 5px;
	width:129px/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu ul li a:hover{
color:#333; 
}
.menu ul ul li a:hover{
color:#07417a; 
}
.menu ul li :hover > a {
color:#fff;
}
.menu ul ul :hover > a {
color:#07417a;
}

/* 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:hover {
	float: none;
	background-image: url(../images/blueBar2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	}

#SearchArea {
	float: right;
	height: 40px;
	position: relative;
	z-index: 500;
	line-height: 40px;
	padding-bottom: 2px;
	width: 300px;
}
#SearchArea label {
	float: right;
	font-size: 11px;
	line-height: 40px;
	color: #FFFFFF;
}

#SearchArea input {
	padding: 0px;
	float:right;
	margin-left: 10px;
	margin-top: 10px;
}
