/* ######### Drop Down ULs CSS ######### */

	
.submenustyle, .submenustyle ul{ /*topmost and sub ULs, respectively*/
	font: normal 11px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border:0;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	visibility: hidden;
	z-index: 100;
	
	}
	

.submenustyle li a{
	font: normal 11px Arial;
	display: block;
	width: 192px; /*width of menu (not including side paddings)*/
	color: #000000;
	text-decoration: none;
	padding: 3px 4px 3px 4px;
	border: 0;
	margin:0;
	border:0;
	background: #009ddf;
	}
* html .submenustyle li a{
	width: 200px; /*width of menu (not including side paddings)*/
	padding: 4px 4px 5px 4px;
	margin:0;	
	background: url(../files/main_pics/dot.gif) bottom left repeat-x #009ddf;
	}
.submenustyle li a:hover{
	background-color: #000000;
	color:#009ddf;
	font: normal 11px Arial;
	}
	
* html .submenustyle li{ /*IE6 CSS hack*/
	width: 200px; /*width of menu (include side paddings of LI A*/
	padding:0;
	margin:0;
	height:1px;
	}
	
.submenustyle li.dotted, .dotted{
	height:3px;
	margin:0;
	background: url(../files/main_pics/dot.gif) center left repeat-x #009ddf;
	padding:0;
	width:200px;
	
	}
* html .submenustyle li.dotted, * html .dotted{
	margin:0;
	background: url(../files/main_pics/dot.gif) center left repeat-x #009ddf;
	padding:0;
	width:200px;
	height:3px;
	display: none;
	visibility: hidden;
	}
	
/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
	}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
	}

.iframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	}
.lastsub {
	background: url(../images/menu/lastsub.gif) top  center no-repeat;
	height:5px;	
	width:200px;
	padding:0;
	margin:0;
	}
	


