#menuwrapper{
	width:968px;
	height: 50px;
	background-repeat: no-repeat;
	position: relative;
	left: -220px;
	z-index: 20;
	}
	
#leftshadow{
	position:absolute;
	top:0px;
	left:0px;
	width:998px;
	height:759px;
	z-index:10;
	background-image: url(../images/left_shadow.png);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	}
#rightshadow{
	background-image: url(../images/right_shadow.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 759px;
	}
	
#menutile{
	background-repeat: no-repeat;
	height: 300px;
	margin-right: 22px;
	margin-left: 21px;
	background-image: url(../images/header_top.png);
	}
#menu_abstract{
	background-repeat: no-repeat;
	height: 196px;
	width: 652px;
}	
	
#menu{
	background-image: url(../images/nav_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 50px;
	width: 978px;
	z-index: 400;
	margin-left: 9px;
	position: relative;
	}	
#menulogo	{
	background-image: url(../images/nav_logo_blue.png);
	background-repeat: no-repeat;
	background-position: left top;
	height:50px;
	width: 186px;
	float:left;
	}
.chromestyle{
	width: 770px;
	font-weight: bold;
	text-align: left;
	height: 50px;
	margin: 0px;
	vertical-align: middle;
	font-size: 0.9em;
	float:left;
	background-image: url(../images/nav_tile.png);
	background-repeat: repeat-x;
	color: #333;
}

.chromestyle ul{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0;
	padding-left: 0;
	margin-top: 12px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
	margin: 0px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	margin: 0;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #333;
	height: 42px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}

.chromestyle ul li a:hover, .chromestyle ul li a:active{
	
	color: #1192DC;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 110px;
	font:.9em/1.3em Arial, Helvetica, sans-serif;
	z-index:300;
	background-color: #F2F3F3;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;	

	
	left: 0px;
	margin-top: 9px;
}


.dropmenudiv a{
	border-left: solid 3px #F2F3F3;
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 1px 0 1px 4px;
	text-decoration: none;
	color: #555555;
	font-size: 0.83em;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	border-left: solid 3px #1192DC;
	color: #1192DC;
	background-color:#fff;
}
#myorders{
	float:right;
	text-decoration:none;
	margin-top:-12px;
	
	}
	
#myorders a:link, #myorders a:visited{
	color: #333;
	text-decoration:none;
	
	}

#myorders a:hover, #myorders a:active{

	color: #91C203;
	}
.dropmenindent{
	margin-left:15px;
	padding:0px;
	}
		
	
* html .dropmenindent a{ /*IE only hack*/
width: 100%;
}	

.dropmenindent a{
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 1px 0 1px 4px;
	text-decoration: none;
	color: #555555;
	font-size: 0.83em;
}

.dropmenindent a:hover{ /*THEME CHANGE HERE*/
	border-left: solid  3px  #1192DC;
	color: #1192DC;
	background-color:#fff;
}

