/*#info {background:#f8f8f8; border:0;}*/
.menu {
	width:750px;
	height:40px;
	position:relative;
	z-index:1;
	font-family: verdana, arial, sans-serif;
	background-position: top right;
	background-repeat: repeat-x;
	text-align: center;
	padding: 4px 0 0 0;
	background-color: #FFFFFF;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:736px; w\idth:735px; text-align: left; float: left;}
/*ul { margin: 0; padding: 0;}*/
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0 0 0 0;margin:0;list-style-type:none; padding: 0 0 0 4px;}
.menu ul ul {width:82px;  padding: 0 0 0 0;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:100px;
	position:relative;
	text-align: center;
	margin: 0 4px 0 0;
	background-color: #000000;
	overflow: visible;
}
.menu ul ul li {text-align: left;}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	color:#fff;
	width:117px;
	height:32px;
	border-width:0 0 0 0;
	background:#000; /*padding-left:0;*/
	line-height:31px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:118px; w\idth:118px; background: transparent; }

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited { text-align: left; background:#666 url(../images/right-arrow.gif) no-repeat 130px center;}/*grey-arrow.gif*/
.menu ul ul ul a.drop, .menu ul ul ul a.drop:visited { text-align: left; background:#a2a2a2 url(../images/right-arrow-grey.gif) no-repeat 130px center;}
/* style the second level hover */
.menu ul ul a.drop:hover{ text-align: left; color: #fff; background:#a2a2a2 url(../images/right-arrow-grey.gif) no-repeat 130px center;}
.menu ul ul ul a.drop:hover{ text-align: left; color: #fff; background:#666 url(../images/right-arrow.gif) no-repeat 130px center !important;}
/*.menu ul ul a.drop:hover{ text-align: left; background:#c9ba65 url(../images/grey-arrow.gif) no-repeat 130px center;}*/
.menu ul ul :hover > a.drop { text-align: left; background:#a2a2a2 url(../images/right-arrow-grey.gif) no-repeat 130px center; color: #fff;}
.menu ul ul ul :hover > a.drop { text-align: left; background:#666 url(../images/right-arrow.gif) no-repeat 130px center; color: #fff;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8; color: #fff;}
.menu ul ul ul ul a, .menu ul ul ul ul a:visited {background:#666; color: #fff;}
/* style the third level hover */
.menu ul ul ul ul a:hover {background:#a2a2a2 !important; color: #fff;}
/* style the fourth level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#a2a2a2; color: #fff;}
/* style the fourth level hover */
.menu ul ul ul ul a:hover {background:#a2a2a2 !important; color: #fff;}


/* 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:32px; left:0; width:149px;}
.menu ul ul li a:hover { background-color: #a2a2a2 !important; color: #fff;}
.menu ul ul ul li a:hover { background-color: #666 !important; color: #fff;}
.menu ul ul ul ul li a:hover { background-color: #a2a2a2 !important; color: #fff;}
.menu ul ul ul ul {visibility:hidden !important; position:absolute; height:0; top:32px; left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

/* position the third level flyout menu */
.menu ul ul ul{left:148px; top:0; width:148px;}

/* position the fourth level flyout menu */
.menu ul ul ul ul{left:148px; top:0; width:148px;}

/* position the fifth level flyout menu */
.menu ul ul ul ul ul{left:148px; top:-1px; width:148px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-148px; /*background: #a2a2a2;*/}

/* position the fourth level flyout menu for a left flyout */
.menu ul ul ul ul.left {left:-148px; /*background: #a2a2a2;*/}

/* 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;;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#666; color:#fff !important; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FF3333; /*background:#b7d186;*/
	font-size: 10px;
}
.menu :hover > a, .menu ul ul :hover > a {color: #00CCFF; /*background:#b7d186;*/}

/* 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; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on first level list OR link */
.menu ul :hover ul ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul{ visibility:visible !important;}

.sitemap {
	line-height: 18px;
}

.sitemap ul li {
	list-style: disc;
}

.sitemap a {
	color: #fff;
	text-decoration: underline;
}

.sitemap a:hover {
	color: #fff;
	text-decoration: none;
}

