/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop6.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#topmenu2 {
		float: left;
		width: 560px;
		height: 60px;
		font-size: 11px;
		background:  url(../images/nav-menu.gif) no-repeat;
		margin: 0 0 0 0;
		position: relative;	
		left: 266px;
	}

#nav {
	padding:0;
	margin:0;
	list-style:none;
	height:60px;
	z-index:200;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
#nav li.top { 
	display:inline;
	padding: 0;
	margin: 0;
	font-size:11px;
	color:#fff;	
	font-weight: normal;
		
	}
	
#nav li a { 
	text-decoration:none;
	float: left;
	display: block;
	height: 60px;
	width: 80px;

	}	
#nav li:hover {
	z-index:200;
	}
#nav a {
	white-space:normal;
	z-index:200;
	padding: 0;
	margin: 0 0 0 0;

	}
#nav a:hover {
	padding: 0;
	margin: 0;
	}	

#nav :hover ul.sub {
	left:80px;
	top:58px;
	padding:0;
	margin: 0;
	height: auto;
	z-index:300;
	white-space:normal;		
	}
	
#nav :hover ul.sub2 {
	left:240px;
	top:58px;
	padding:0;
	margin: 0;
	height: auto;
	z-index:300;
	white-space:normal;		
	}	
#nav :hover ul.sub3 {
	left:320px;
	top:58px;
	padding:0;
	margin: 0;
	height: auto;
	z-index:300;
	white-space:normal;		
	}
#nav :hover ul.sub4 {
	left:440px;
	top:58px;
	padding:0;
	margin: 0;
	height: auto;
	z-index:300;
	white-space:normal;		
	}		

#nav :hover ul.sub li a, #nav :hover ul.sub2 li a, #nav :hover ul.sub3 li a, #nav :hover ul.sub4 li a {
	display:block;
	font-size:11px;
	line-height:13px;
	width: 120px;		
	height: 18px;
	background: #dadada;
	padding: 5px 5px 0 5px;
	margin: 0;	
	border-bottom: 1px solid #fff;
	color:#333;
	text-decoration:none;

	}

#nav :hover ul.sub li a:hover, #nav :hover ul.sub2 li a:hover, #nav :hover ul.sub3 li a:hover, #nav :hover ul.sub4 li a:hover {
	display:block;
	font-size:11px;
	line-height:13px;
	width: 120px;	
	height: 18px;	
	background:#eaeaea;
	padding: 5px 5px 0 5px;
	margin: 0;
	color:#000;
	border-bottom: 1px solid #fff;
	}
	


#nav li:hover li:hover ul {
	left:137px;
	top:-6px;
	padding:3px;
	white-space:nowrap;
	width:100px;
	z-index:900;
	height:auto;
	}
	
#nav li:hover li:hover ul li a {
	background: #999;
	}
#nav li:hover li:hover ul li a:hover {
	background: #ffff99 !important;
	}	
	



	

#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	}
	


.home a:link, .home a:visited, .search a:link, .search a:visited, .projects a:link, .projects a:visited, .account a:link, .account a:visited, .help a:link, .help a:visited, .contact a:link, .contact a:visited, .more a:link, .more a:visited  {
		width: 80px;
		}
.home a:hover, .home a:focus, .home a:active {
		background: url(../images/nav-menu.gif) no-repeat 0 -60px;
		}
.search a:hover, .search a:focus, .search a:active {
		background: url(../images/nav-menu.gif) no-repeat -80px -60px;
		}		
.projects a:hover, .projects a:focus, .projects a:active {
		background: url(../images/nav-menu.gif) no-repeat -160px -60px;
		}			
.account a:hover, .account a:focus, .account a:active {
		background: url(../images/nav-menu.gif) no-repeat -240px -60px;
		}	
.help a:hover, .help a:focus, .help a:active {
		background: url(../images/nav-menu.gif) no-repeat -320px -60px;
		}
.contact a:hover, .contact a:focus, .contact a:active {
		background: url(../images/nav-menu.gif) no-repeat -400px -60px;
		}			
.more a:hover, .more a:focus, .more a:active {
		background: url(../images/nav-menu.gif) no-repeat -480px -60px;
		}	

