/* Targeting both first and second level menus */
#topnav li {
	float: left;
	position: relative;
	font-size: 0.8em;
	font-weight: normal;
	list-style-type: none;
	background: url(../images/headerlinebg.png) no-repeat 100% 50%;
	font-family: 'Roboto' !important;
	padding: 10px 8px 10px 8px;
	text-align: left;
	border: 1px solid #CCC;
}

#topnav li:hover {
	background:#ececec;
}
#topnav li:last-child {
	background:none;
}
#topnav li:last-child:hover {
	background:#ececec;
}


#topnav li a {
	/*background: #d6cfbd;
	border: 3px solid #4f4026;*/
	color: #333;
	display: block;
	/*margin: 0 5px 0 0;*/
	text-decoration:none;
	/*padding: 5px 8px;*/
}
#topnav li a:hover {
	/*background: #f7f7f7;*/
	/*background: #edf9fd;*/
	text-decoration: none;
}

/* Targeting the first level menu */
#topnav {
	display: block;
	height: auto;
	padding: 0 0;
	/*width: 500px;*/
	z-index: 9999;
	position: absolute;
	margin-top:0px;
}
#topnav > li > a {
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;*/
}


#topnav li ul {
	/*background: #e1ddd3;
	border: 3px solid #4f4026;*/
	background:#FFFFFF;
	/*border: 1px solid #DDDDDD;*/
	color: #333;
	display: none;
	margin: 10px 0 0 -147px;
	/*width: 250px;*/
	width: 240px;
	position: absolute;
	padding:0;
	text-align:left;
	background:#ececec;
}

#topnav li ul li {
	width: 100%;
	/*width: 50%;*/
	background:none;
	/*padding-left:10px;*/
	/*margin-top:2px;*/
	border-bottom:1px solid #FFFFFF;
	font-size:1em;
}

	#topnav li ul li.heading {
		width: 100%;
		background: none;
		border-bottom: 1px solid #FFFFFF;
		font-size: 1.4em;
		font-family: 'Roboto' !important;
		color: #1b427a;
	}

#topnav li ul li a {
	background: none;
	border: none;
	line-height: 11px;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration:none;
}
#topnav li ul li a:hover {
	/*background: #f7f7f7;*/
	/*background:#edf9fd;*/
	text-decoration:none;
	color:#3598db;
}

/* Third level menu */
#topnav li ul li ul{
	right: -200px; top: 0;
}

/* A class of current will be added via jQuery */
#topnav li.current > a {
	background: #edf9fd;/*#f7f7f7;*/
	text-decoration:none;
}
/* CSS fallback */
#topnav li:hover > ul.child {
	display: block;
}
#topnav li:hover > ul.grandchild  { 
	display: block; 
}

.ausflag{
	background:url(../images/nationalflags/australia.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.behflag{
	background:url(../images/nationalflags/behrain.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.canflag{
	background:url(../images/nationalflags/canada.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.denflag {
	background:url(../images/nationalflags/denmark.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.chaflag {
	background:url(../images/nationalflags/channelislands.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.honflag {
	background:url(../images/nationalflags/hongkong.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.ireflag {
	background:url(../images/nationalflags/ireland.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.nzlflag {
	background:url(../images/nationalflags/newzealand.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.rusflag {
	background:url(../images/nationalflags/russia.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.souflag {
	background:url(../images/nationalflags/southafrica.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.sveflag {
	background:url(../images/nationalflags/sverige.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.ukiflag {
	background:url(../images/nationalflags/unitedkingdom.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}
.usaflag {
	background:url(../images/nationalflags/usa.png) no-repeat 0 0;
	width:100%;
	padding:5px 0 0 30px;
	height:21px;
}