@charset "UTF-8";
/* CSS Document */

#navbox {
	/*background-image:url(../images/bg2.jpg);*/
	background-repeat:no-repeat;
	background-position:bottom;
	background-color:#f2f2f2;
	width:245px;
	margin:0px 0 0 4px;
	min-height: 200px;}

#navcontainer
{
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0px 0px;
	
}
	
#navcontainer ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal;
	text-align: center;
float:left;
}

#navcontainer ul li 
{ 
	margin: 0px; 
	list-style-type: none;
clear:both;
}


#navcontainer ul a
{
	display: block;	
	padding: 0px 0px 0px 22px;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 4px 0px;
	color: #0077c2;
	background-image:url(../images/ar.gif);
	background-position:5px 8px;
	background-repeat:no-repeat;
	line-height:18px
}

#navcontainer ul a:hover {
	background-image:url(../images/ar.gif);
	background-repeat:no-repeat;
	text-decoration: none;
	background-color: #fff;

	}



/* 2nd level nav */


	
#navcontainer ul ul
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: .95em; 
	font-weight: normal;
	text-align: center;
}

#navcontainer ul ul li 
{ 
	margin: 0px; 
	list-style-type: none;
	
}

#navcontainer ul ul a
{
	color: #008AED;
	display: block;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 6px 0px;
	line-height:14px;
	background:none;
}

#navcontainer ul ul a:hover 
{
	text-decoration: underline;
	background:none;
}





#hotels ul 
{
	margin: 10px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 12px; 
	line-height: 16px;
	font-weight: normal;
	text-align: center;
}

/*
#hotels ul li 
{ 
	margin: 0px; 
	list-style-type: none;
}
*/

#hotels ul li{
background-image:url(../images/ar8.gif);
background-position:left 5px;
background-repeat:no-repeat;
padding-bottom:0;
padding-left:12px;
padding-right:0;
padding-top:0;
}
#hotels ul a
{
	display: block;	
	padding: 0px 0px 10px 0px;
	text-decoration: none;
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #0077c2;
	line-height: normal;
}

#hotels ul a:hover {
	
	text-decoration: underline;

	}

