@charset "UTF-8";
/* CSS Document */
/* These styles create the dropdown menus. */

#navbar {
	height: 30px;
	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: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-image: url(http://www.getours.com/header_images/header_bg.png);
	background-repeat: repeat-x;
	line-height: 30px;
	text-decoration: none;
}
	
#navbar li {
	list-style: none;
	float: left; }
	
#navbar li a {
	display: block;
	color: #0168A8;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
/*	border-left-width: 1px;
	border-left-style: solid; 
	border-left-color: #CCCCCC; */
	border-right: 1px solid #CCCCCC ;
}

#navbar li a:hover {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.getours.com/header_images/nav_hover.png);
}

#navbar li.travel {
	list-style: none;
	float: left;
	background-image: url(http://www.getours.com/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(http://www.getours.com/header_images/folder_icon_hover.png);
	background-repeat: no-repeat;
	background-position: -120px;
}
	
#navbar li ul {
	display: none;
	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:hover {
	color: #FFFFFF;
	background-image: url(http://www.getours.com/header_images/nav_hover.png);
}

li.invertedmenu {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(http://www.getours.com/header_images/folder_icon_hover.png);
	background-repeat: no-repeat;
	background-position: -120px;
}

#navbar a.invertedmenu {
	color: #FFFFFF;
	background-image: url(http://www.getours.com/header_images/nav_hover.png);
}





