ul.topmenu {
	margin: 0;
	padding: 0;
	position: relative;
}

.topmenu li {
	list-style-type: none;
	list-style-position: outside;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.topmenu li a.active {
	color: #4787A5;
	background: url(../images/leftnavbg.png) no-repeat bottom;
}

.topmenu li a.topnavselected {
	color: #81B4CC;
}

.topmenu li a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #00466A;
	display: block;
	float: left;
	line-height: 43px;
	padding: 0 16px 0 15px;
	margin: 0;
	background: url(../images/topnavdiv.png) no-repeat center right;
}

.topmenu li a.newsletter {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	display: block;
	float: left;
	line-height: 43px;
	padding: 0 16px 0 15px;
	margin: 0;
	background: url(../images/topnavdiv.png) no-repeat center right;
}

#topnav a:hover {
	color: #81B4CC;
	text-decoration: none;
}

.topmenu li ul {
	visibility: hidden;
	position: absolute;
	top: 42px;
	left: 0;
	height: 0;
	margin: -1px 0 0 0;
	overflow: hidden;
}
.topmenu table {
	margin: -1px;
	border-collapse: collapse;
	font-size: 1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.topmenu li:hover a,
.topmenu li a:hover {
color: #B1DEF3;  border:0;
}

/* First Submenu UL */
.topmenu li:hover ul,
.topmenu li a:hover ul {
	height: auto; 
	width: 220px;
	margin: 0;
	left: 0;
	top: 42px;
	overflow: visible;
	visibility: visible;
	color: #fff;
	background: #00476C url(../images/menubg.png) repeat-x;
	height: auto;
	text-align: left;
}

.topmenu span {
	padding: 0 10px 0 20px;
}
/* First Submenu Items */
.topmenu li:hover ul li a,
.topmenu li a:hover ul li a {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 220px;
	line-height: 31px;
	padding: 0;
	margin: 0;
	background: url(../images/topmenubg1.png) repeat-x bottom !Important;
}
* html .topmenu li a:hover ul li a {
width: 220px;
}

/* Sub Element with Sub Menu */
.topmenu li:hover ul li a.drop,
.topmenu li a:hover ul li a.drop {
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: block;
	width: 220px;
	line-height: 31px;
	padding: 0;
	margin: 0;
	background: url(../images/topmenubg1a.gif) no-repeat bottom right !Important;
}

.topmenu li:hover ul li ul,
.topmenu li a:hover ul li a ul {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 220px;
	height: 0;
	overflow: hidden;
	background: #80B4CC;
}
.topmenu li:hover ul li a:hover,
.topmenu li a:hover ul li a:hover {
text-decoration:underline;
}

/* Seconds Sub Menu */
.topmenu li:hover ul li:hover ul,
.topmenu li a:hover ul li a:hover ul {
	background: #80B4CC;
	visibility: visible;
	height: auto;
	width: 220px;
	text-align: left;
}
.topmenu li:hover ul li:hover ul.left,
.topmenu li a:hover ul li a:hover ul.left {
left:-9.3em;
}
.topmenu li:hover ul li:hover ul li a,
.topmenu li a:hover ul li a:hover ul li a {
display:block; height:auto;
}
.topmenu li:hover ul li:hover ul li:hover a,
.topmenu li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
color: #00466A !Important;
}
