@charset "UTF-8";
/* CSS Document */
/* These styles create the dropdown menus. */

.header_container {
	width: 800px;
	clear: both;
	text-align: left;
}
	
.header_graphic {
	background-repeat: no-repeat;
	height: 130px;
	width: 800px;
}
	
#navbar {
	height: 36px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(/header_images/header_bg64.png);
	background-repeat: repeat-x;
}

#navbar li#nav_home {
	width:42px;
	height:36px;
	margin-top:0;
}

#navbar li#nav_home a{
	background-image: url(/header_images/home42.png);
	background-position: 0 -4px;
	background-repeat: no-repeat;
	border-bottom-color: #ffffff;
	height:40px;
}

#navbar li {
	list-style: none;
	float: left;
}
	
#navbar li a {
	display: block;
	color: #0168A8;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
/*
	padding-left: 25px;
	padding-right: 25px;
	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #CCCCCC; 
*/
	border-right: 1px solid #CCCCCC ;
	vertical-align:middle;
	line-height:13px;
	padding-top:5px;
	padding-bottom:5px;
}

#navbar li ul {
	z-index: 100;
}

#navbar > li > a {
  width: 102px;
}

#navbar li#nav_home  a:hover{
	background-image: url(/header_images/home42.png);
	background-position: 1px -3px;
	cursor:hand;
}

#navbar li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/header_images/nav_hover64.png);
}

#navbar li.travel {
	list-style: none;
	float: left;
	background-image: url(/header_images/folder_icon.png);
	background-repeat: no-repeat;
	background-position: -120px;
}

#navbar li.travel a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/header_images/folder_icon_hover64.png);
	background-repeat: no-repeat;
	background-position: -120px;
}
	
#navbar li ul {
	line-height: 12px;
	display: none;
	text-align:left;
	width: 265px; /* Width to help Opera out */
	background-color: #FFFFFF;
}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
}

#navbar li:hover li, #navbar li.hover li {
	float: none;
}

#navbar li:hover li a, #navbar li.hover li a {
	background-color: #FFFFFF;
	color: #0168A8;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#navbar li li a{
	line-height: 24px;
	padding-left: 20px;
}

#navbar li li a:hover {
	color: #FFFFFF;
	background-image: url(/header_images/nav_hover64.png);
}

li.invertedmenu {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/header_images/folder_icon_hover64.png);
	background-repeat: no-repeat;
	background-position: -120px;
}

#navbar a.invertedmenu {
	color: #FFFFFF;
	background-image: url(/header_images/nav_hover64.png);
}

#navbar li a.nav_one_line {
	padding-top:12px;
	padding-bottom:12px; 
}

#navbar > li.firstItem > a {
    width: 79px;
    border-left: none;
}

#navbar > li.lastItem > a {
    border-right: none;
}

