@charset "UTF-8";
/* CSS Document */

/* remove all list stylings */
.topmenu {
	border: 0;
	display: block;
	height: 43px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#secure {
	float: right;
	width: 100px;
	padding-top: 5px;
	height: 23px;
}

*+ html #secure {
	width: 120px; /* IE 7 */
}

* html #secure {
	width: 120px; /* IE 6 */
}

.topmenu ul {
	border: 0;
	display: block;
	margin: 0px;
	height: auto;
	padding: 0px;
	list-style: none;
}

.topmenu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

.topmenu li.top {
	width: 327px;
	padding: 6px 0px;
	text-align: center;
	height: 31px;
	float: left;	/* move all main list items into one row, by floating them */
}

.topmenu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
	background: url(../_images/bg-menu-hover.jpg) top left repeat-x;				
}
#search .topmenu li:hover {
	background: none;
}

.topmenu li li {
	float: none;/* items of the nested menus are kept on separate lines */
	padding: 5px 0px;
	font-weight: bold;
	text-align: left;
	margin: 0px;
}

.topmenu li li:hover {
	background: #3E5F9B url(../_images/bg-menu-sub-hover.jpg) top left repeat-x;	
	color: #fff;				
}

.topmenu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 0;		/* 		to avoid scrollbars as much as possible */
}

#search .topmenu ul {
	top: 0px;
	padding-top: 25px;
	left: -100px;
	width: 150px;
}

.topmenu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	top: 100%;	/* 1st level go below their parent item */
}

.topmenu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0px;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.topmenu:after, .topmenu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.topmenu, .topmenu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.topmenu ul {
	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	margin: 0px 0 0 110px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}

.topmenu ul ul {
	margin: 80px 0px 0px 200px;
}

.topmenu li { 
	margin: 0px; 
	padding: 0px 20px; 
}


/* WIDTH MUST BE 150 or 220 */
.topmenu #create ul, .topmenu #create ul ul ul {
	padding: 0px 5px 6px 5px;
	width: 140px;
	background: url(../_images/bg-nav-ul-150.jpg) bottom left no-repeat;
}

.topmenu #create ul ul {
	width: 210px;
	background: url(../_images/bg-nav-ul-220.jpg) bottom left no-repeat;
}

.topmenu #projects ul {
	margin-left: 95px;
	padding: 0px 5px 6px 5px;
	width: 140px;
	background: url(../_images/bg-nav-ul-150.jpg) bottom left no-repeat;
}

.topmenu #projects ul ul {
	margin-left: 0px;
}

.topmenu #resources ul {
	margin-left: 70px;
	padding: 0px 5px 6px 5px;
	width: 210px;
	background: url(../_images/bg-nav-ul-220.jpg) bottom left no-repeat;
}

.topmenu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -5px 0 0 0px;
}
/* -- sticky.submenu.END -- */






/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.topmenu, .topmenu ul li, .topmenu ul li a { 
	color: #2E4779;
	font-size: 11px;
}


.topmenu ul li { 
	padding: 5px 20px;
}

.topmenu ul ul {
	width: 11em;
}

.topmenu a {
	text-decoration: none;
	padding: .4em 1em;
	display: block;
	position: relative;
	font-weight: bold;
}


.topmenu ul a {
	color: #2E4779;
	padding: 0px;
	display: block;
	font-size: 11px;
	position: relative;
}

#topmenu ul li a {
	color: #2E4779;
	font-size: 11px;
}
.topmenu a:hover, #topmenu li:hover>a {
	color: #fff;
}
#search a, #search .topmenu, #search .topmenu ul li, #search .topmenu ul li a {  color: #fff; }

#search .topmenu a:hover, #search li:hover a {
	color: #333333;
}

.topmenu li.top a {
	font-size: 15px;
	color: #ffffff;
	text-decoration: none;
}

#search .topmenu ul li {
	background: #333333;
	color: #fff;
}

#search .topmenu ul li:hover {
	background: #cccccc;
	color: #333333;
}
#search li:hover a {
	color: #333333;
}

#search ul#secure li ul li:hover a {  color: #333333; }

.topmenu li li {	/* create borders around each item */
	
}
.topmenu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.topmenu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* PUT A TOP ON THE ULs */
.topmenu ul > li:first-child { 
	background: url(../_images/bg-nav-ul-150-top.jpg) top left no-repeat; 
	padding-top: 11px;
	margin-left: -5px;
	padding-left: 25px;
	z-index: 9;
}
#search .topmenu ul > li:first-child, #search .topmenu ul > li:first-child:hover { background-image: none; margin-left: 0px; padding-top: 5px; padding-left: 20px; }

.topmenu ul > li:first-child:hover { 
	background: url(../_images/bg-menu-hover-150.jpg) top left no-repeat; 
}
.topmenu #create ul ul> li:first-child, .topmenu #resources ul> li:first-child:hover, .topmenu #resources ul> li:first-child {
	background: url(../_images/bg-nav-ul-220-top.jpg) top left no-repeat; 
}
.topmenu #create ul ul> li:first-child:hover, .topmenu #resources ul> li:first-child:hover { 
	background: url(../_images/bg-menu-hover-220.jpg) top left no-repeat; 
}

#container #search #secure li {
	width: 120px;
	text-align: left;
	padding-left: 30px;
}

#container #search #secure li ul li {
	padding-left: 20px;
}



/* Fix for IE5/Mac \*//*/
.topmenu a {
	float: left;
}
