









/*** ESSENTIAL STYLES ***/
nav.mainNav	{ padding:0;}
.topul	{ z-index:999; float:right;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0 0 0 0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			20em; /* 10em left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}


.sf-menu ul li a img	{ float:left;}
.sf-menu ul li a 	{ 
	display:block; 
	height:29px; 
	line-height:29px; 
	text-indent:1em; 
	color:#fff; 
	font-size:2em;
	font-weight:bold;
}
.sf-menu ul li a:visited 	{ 
	color:#fff; 
}
.sf-menu ul li:hover a, .sf-menu ul li a:hover 	{ 
	color: #cfeefe;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0px;
	top:			55px; /* 12.5em match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			15em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	0;
}
.sf-menu a {
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		none;
}
.sf-menu li ul	{	
	  -webkit-border-radius: 2px;
	  -moz-border-radius: 2px;
}
.sf-menu li ul li {
	background: #277991;
	border-radius: 2px;
}
.sf-menu li li {
	/*background: #e4ecf5;*/
}
.sf-menu li li a{
	font-family: Georgia, Times, "Times New Roman", serif;
	  font-style:normal;
	  font-size: 13px;
	  font-weight:normal;
	  color: #fff;
	  text-transform:uppercase;
	border-bottom:solid 1px #2b758a;
}
.sf-menu li li:last-child a{
	border-bottom:none;
}
.sf-menu li li:hover {
	background: rgba(7, 91, 115, 1);
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		none;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			0em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/*background:		url('i/arrows-ffffff.png') no-repeat 0px 0px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1.2em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*------------------------------------------TOP LEVEL BUTTONS---------------------------------------------------------------------*/
/*
ul.sf-menu li.toplevel		{
	background:url(i/vd.jpg) repeat-y right top;
}
*/
ul.sf-menu li.toplevel:last-child		{
	background:none;
}
ul.sf-menu li.toplevel a.topa {
  float: left;
  display: block;
  padding: 0 15px;
  height: 55px;
  /*
  background:url(i/hover.png) repeat-x center top;
  */
  text-align:center;
  line-height: auto;
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style:normal;
  font-size: 13px;
  font-weight:normal;
  color: #fff;
  text-transform:uppercase;
  letter-spacing:0;
  border:0;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
ul.sf-menu li.toplevel a.topa strong {
	display:block;
	padding:12px 0 0 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style:normal;
	font-size: 13px;
	font-weight:normal;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0;
}
ul.sf-menu li.toplevel a.topa span {
	display:block;
	padding:3px 0 0 0;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-style:normal;
	font-size: 13px;
	font-weight:normal;
	color: #fff;
	text-transform:uppercase;
	letter-spacing:0;
}
ul.sf-menu li.toplevel:last-child a.topa	{
	padding: 0 13px 0 14px;
}
ul.sf-menu li.toplevel a.topa:hover {
	background-position:center bottom;
	color: #5e92ba;
}

ul.sf-menu li.toplevel a.selected {
	color: #5e92ba;
}
ul.sf-menu li.toplevel a.contact {
	width:85px;
	text-align:center; color: #fff; text-shadow: 1px 1px #7ca9d5;
	background:#93c0ed; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px;
	
}
ul.sf-menu li.toplevel a.contact:hover {
	/*
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	*/
	background:rgba(46, 67, 87, 1);
	color: #fff; text-shadow: 1px 1px #000;
}

ul.sf-menu li.toplevel a.topa > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/*
ul.sf-menu li.toplevel a.has-sub	{ margin-right:17px; padding:0 17px 0 17px;}
*/




















