/* ================================================
	TopStyle Pro Export
	Source File: menus.css
	Target: CSS Level 2
================================================ */
/* First Level */
#nav { 
	width: 100%;
	height: 45px;
	background-color:#003C69;
	background-repeat: no-repeat;
	background-position: center;
}

#nav ul { /* all lists */
	margin: 0px 12px 2px 0px;
	line-height: 100%;
	list-style-position: outside;
	list-style: none !important;
}

#nav li { /* all list items */
	float: left;
	margin: 0px 0px;
	line-height: 100%;
	list-style: none !important;
	/* border-left: 1px solid #547dca; */
	
}

#nav ul li:first-child {
	border-left: none !important;
}

#nav a { /* all list item anchors */
	display: block;
	padding:8px 20px 9px 20px;	
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	border: 3px outset !important;
	font-size:11px;
}

#nav a:hover,
#nav a:active {
	background-color: #547dca; /* all list item anchors background goes to light blue */
	display: block;  /* block (a line break before and after the element) */
	border: inset !important;
	padding:8px 20px 9px 20px;	
	color: white !important;
	font-weight: bold;
	text-decoration: none;
	background: #547dca url(../images/structure/navigation_w.jpg) no-repeat left;
}

/* Second Level */

#nav li ul {
	position: absolute; /* absolute positioning is with respect to the element's containing block */
	background: #003C6B; /* dark blue */
	width: 15em;
	left: -999em; /* hide */
	border: outset !important;
	color: white !important;
}

#nav ul ul a {
	display: block; /* block (a line break before and after the element) */
	height: auto;
	padding: .5em 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: .9em;
	font-weight: bold;
	color: white !important;
	text-decoration: none;
	text-align: left;
	border: outset !important;
}

#nav ul ul li {
	float: left;
	width: 100%;
	border-left: none;
	color: white !important;
}

/* Third Level */
#nav li ul ul {
	margin: -2em 0 0 2em;
	border-top-width: 0.2em;
	display: inline;
	color: white !important;
}

#nav li:hover ul ul,
#nav li.sfhover ul ul,
#nav li:hover ul ul ul {
	left: -999em;
	color: white !important;	
}

#nav li:hover ul,
#nav li.sfhover ul,
#nav li li:hover ul,
#nav li li li:hover ul {
	left: auto;
	color: white !important;
}
