@charset "utf-8";
/* CSS Document */

*{outline: none;}
img {border: 0;}
.container {
	width: 927px;
	padding: 0;
	margin: 0 auto;
}
#header {
padding-top: 25px;
	width: 927px;
	height: 70px;
	float: left;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 1px;
 
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
		z-index: 1003;

}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }

/*   buttons for the nav   */
ul#topnav a.home {
	background: url(../images/nav_home-select.png) no-repeat;
	width: 132px; 
}
ul#topnav a.business {
	background: url(../images/nav_ct-select.png) no-repeat;
	width: 150px; 
}

ul#topnav a.hotels {
	background: url(../images/nav_hotels-select.png) no-repeat;
	width: 120px; 
}

ul#topnav a.leisure {
	background: url(../images/nav_select-select.png) no-repeat;
	width: 132px; 
}
ul#topnav a.events {
	background: url(../images/nav_ee-select.png) no-repeat;
	width: 150px; 
}
ul#topnav a.instone {
	background: url(../images/nav_instone-select.png) no-repeat;
	width: 120px; 
}
ul#topnav a.visas {
	background: url(../images/nav_visas-select.png) no-repeat;
	width: 120px; 
}
ul#topnav a.intranet {
	background: url(../images/nav_intranet-select.png) no-repeat;
	width: 120px;
}



ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background: #6E296C;
	padding: 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bot	tom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
	
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	

}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 {
	padding: 5px 0;
	background-image: none;
	color: #FFF;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em; /* h2 navigation styling */
	font-weight: bold;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/* if want 2 use the arrow/below is the orig. padding - background: url(../images/navlist_arrow.png) no-repeat 5px 100px;  */
	/* 	padding: 6px 5px 7px 15px;   */
	padding: 6px 5px 7px 0;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #FFF; background-position: 5px 12px; text-decoration: underline;}

div.my_left_box{
    float: left;
    width: 320px;
	height:53px;
}

div.my_right_box{
    float: right;
    width: 370px;
	height: 50px;
	border: 1px solid black; 
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

A:link {color: #000;text-decoration: none;}
A:visited {color: #000;text-decoration: none;}
A:hover {color: #000;text-decoration: underline;}
A:active {color: #000;text: none;}

.dropdowntext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

