body {
	margin:0 auto;
}


/*--navigation wrapper--*/
#navwrapper1 {
/*	margin:0 auto;*/ 
	background-color: #000000;
	border-top:2px solid #2D2D2D;
	border-bottom:2px solid #2D2D2D;
	width:601px
}


#nav1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:26pt; 
	padding-top:4px;
	color:#c0c0c0;
}

#nav1, #nav1 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}

/*--main nav links style--*/
#nav1 a {
	display:block;
	padding:12px 64px 12px 64px; 
	color:#ccc; 
	text-decoration:none;
}

#nav1 a.dmenu {

}

#nav1 a.dmenu:hover {
	color:#3366CC !important;
	background-color: #fff !important;
}

#nav1 li {
	float: left;
}

#nav1 li {position: relative;}

/* hide from IE, mac */
#nav1 li {position: static; width: auto;}
/* end hiding from IE5 mac */

/*--drop down menu styling--*/
#nav1 li ul {
	position: absolute;
	display: none;
	margin-left:-1px;
	padding-bottom:10px;
	background-color: #FFFFFF;
	border: 1px solid #bbb;
	border-top:none;
	-moz-box-shadow: 0 0 5px #ddd;
	-webkit-box-shadow: 0 0 5px #ddd;
	box-shadow: 0 0 5px #ddd;
	/*--make it top of all the elements on page, so that it can be visible--*/
	z-index:5000; 
}

#nav1 li:hover a, #nav1 a:focus,
#nav1 a:active {
	padding:12px 64px 12px 64px;		
	color:#c0c0c0; 
	background:#444; 
	text-decoration:none; 
}



#nav1 li ul, #nav1 ul li  {
	width: 601px;
}

/*--drop down menu styling is different from main nav, strict rule--*/
#nav1 ul li a  {
	color: #3366CC !important;
	border-right: 0;
}
#nav1 ul li a:hover  {
	color:#3366CC !important;
	background-color: #eef3fb !important;
	border-right: 0;
}

/*--the selected, current item in the navigation menu--*/
#nav1 a.current{
	color:#c0c0c0;
	font-weight:bold; 
/*    font-size:16px;*/
	background:#000000; 
	text-decoration:none; 
	border-top:2px solid #444;
	border-bottom:2px solid #444;
	margin-top: -2px;
	margin-bottom: -2px;
	padding-bottom:12px; /*--removing 2px border from 7px padding--*/
}

#nav1 a.current:hover{
	padding-bottom:12px; /*--removing 2px border from 7px padding--*/
}

#nav1 li:hover ul {
	display: block;
}

#nav1 li:hover ul a{
	color: #000000;
	background-color: transparent;
}

#nav1 ul a:hover {
	background-color: #606060!important;
	color: #c0c0c0 !important;
}

 /*--used in drop down menu items--*/
.menuseprator{border-bottom:1px solid #ddd; margin:10px 0 10px 0;}

/*--for showing down arrow in drop down menu item--*/
.arrowdown{color#eee; font-size:0.5em;}  

/*--for the left navigation menu--*/
.floatleft{float:left;} 

/*--for the right options navigation menu--*/
.floatright{float:right} 

/*--clear all floating, left and right--*/
.clear{clear:both;} 
