/* 
Title: Vertical CSS menu with a behavior file.
Author: Stefan Vervoort
Blog: http://www.divitodesign.com/blog/ 
Article: http://www.divitodesign.com/blog/2008/01/vertical-css-menu-with-a-behavior-file/
*/

body {
	behavior: url(/css/csshover.htc);
}
 
ul.navbar a {
	color:#660000;
	text-decoration: none;
	/*padding-left:10px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size:13px;*/
	text-indent: 1.1em;
	/*background: url(http://www.australianholidays.ie/images/bullet.gif) no-repeat left center;*/
}

ul.navbar {
	list-style:none;
	margin: 0;
	padding: 0;
	min-width:150px;
	color:#FFFFFF;
	/*background:#F0ECDF;*/
	background: url(../images/bkg.JPG) repeat !important;
	
	
	
}
ul.navbar2 {
list-style:none;
	margin: 0;
	padding: 0;
	width:150px;
	color:#FFFFFF;
	background:#F0ECDF;
	border: hidden ; 

}
ul.navbar3 {
	list-style:none;
	margin: 0;
	padding: 0;
	width:250px;
	color:#FFFFFF;
	margin-left:140px;
	background:#F0ECDF;

}

ul.navbar li {
	background: url(../images/bkg.JPG) repeat !important;
	font-family:Verdana, Geneva, sans-serif;
	text-decoration: none;
	/*height:100%;
	background:#037fc6;
	border-bottom:1px solid #fff;
	width:100%;*/
	position: relative;
	}

ul.navbar li:hover {	
	/*color:#000099 */
	color: #DAA622 !important;
	background: url(../images/bkre2.jpg) repeat !important;
	/*background: url(http://www.australianholidays.ie/images/bullet2.gif) no-repeat left center*/;
}

ul.navbar li ul li{
	background:#FFFFFF;
	}

ul.navbar li a{
	display:block;
	padding: 5px 4px;
	}

ul.navbar li a:hover {
	/*background:transparent url(http://www.australianholidays.ie/images/bullet2.gif) no-repeat scroll left center;
	border-right:1px solid #fff;
	border-left:1px solid #fff;*/
	text-decoration:none !important;
	color: #DAA622 !important;
}

ul.navbar li ul li a:hover{
	/*background:transparent #a2deff url(http://www.australianholidays.ie/images/bullet2.gif) repeat-x scroll right top;*/
	text-decoration:none !important;
	color: #DAA622 !important;
	/*font-weight:bold;*/
}

ul.navbar ul {
	position: absolute;
	top: 0;
	display:none;
	/*width:150px;*/
	font-weight:normal !important;
}

ul.navbar li:hover ul{
	display: block;
	left:150px;
	top:3px;
	/*border-left:1px solid #FFFFFF;*/
	z-index:99999 !important;
}

ul.navbar li:hover{
	/*background:transparent url(http://www.australianholidays.ie/images/bullet2.gif) repeat-x scroll right top;*/
	cursor:pointer; 
	/*font-weight:bold;*/
	text-decoration:none !important;
	color:#DAA622 !important;

}

.rootContent{
	
	line-height:25px; 
	padding-left:20px;
}

.rootContent:hover{
	color: #DAA622 !important;
}

.OurDestinations {

font-family:"Century Gothic";
color:#FFFFFF;
font-size:18px;
font-weight:600;
/*font-variant:small-caps;
text-align:center;*/
width:150px;
height:40px;
background:url(/images/heading_destinations.jpg) no-repeat;


}	
/*ul#navbar a {
	display: block;
	width: 100%;
	border-bottom:	1px solid white;
	text-decoration: none;
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	text-indent: 1.5em;
	background: url(http://www.australianholidays.ie/images/bullet.gif) no-repeat left center;
}*/

