#nav {
	list-style-type: none;
	float:left;
	z-index:3000;
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding:0px 0px 0px 20px;
}


.nav  {
	position: relative;
	width:960px;
	margin:0px auto;
	height:40px;
	background:url(../_images/phoogoo_nav_bg1.gif) center center repeat-x;
	margin-top:0px;
	margin-left:1px;
	}



.nav ul{
  	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 0;
	}

.nav ul li{
	float: left;
	}


.nav ul li.divider{
	float: left;
	display:block;
	background: url(../_images/phoogoo_nav_sep.gif) no-repeat center top;
	width:1px;
	height:40px;
	}

.nav ul li a span.home_icon  {
	display:block;
	height:40px;
	width:20px;
	padding:0px 11px 0px 11px;
	background:url(../_images/icon_home.png) 10px 3px no-repeat;
}

.nav ul li a:hover span.home_icon  {
	display:block;
	height:40px;
	width:20px;
	padding:0px 11px 0px 11px;
	background:url(../_images/icon_home.png) 10px -45px no-repeat;
}

.nav ul li a {  /* Nav Link */
	display:block;
	line-height: 40px;
	background-color:af0001;
	background-position: center center;
	padding:0px 16px 0px 16px;
	color:#326777;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 13px;
	font-weight:bold;
	font-family: "lucida grande", Arial, Helvetica, sans-serif;	
	
	} 



.nav ul li a:hover {
	background:url(../_images/phoogoo_nav_bg2.gif) top center repeat-x;;
	color:#0f8db3;
	}
	
.nav ul li a:visited {
	color:#326777;
	}

.nav ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../_images/phoogoo_nav_bg2.gif) top center repeat-x;;
	color:#0f8db3;
}
.nav ul li a:visited.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#326777;
}

.nav ul li a#active{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../_images/phoogoo_nav_bg2.gif) top center repeat-x;;
	color:#0f8db3;
}



.nav ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}



/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
	font-family:"Geneva", Arial, Helvetica, sans-serif;
	position:absolute;
	top:0;
	z-index:600;
	visibility: hidden;
	margin-top:0px;
	margin-left:-15px;
}

.dropmenudiv #topLG{	
	width:654px;
	height:9px;
	background:url(../_images/dropdown_bg_lg_top.png) center center no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_lg_top.png,
sizingMethod='scale');		
	}
.dropmenudiv #innerLG{	
	width:654px;
	height:auto;
	background:url(../_images/dropdown_bg_lg_inner.png) center top repeat-y;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_lg_inner.png,
sizingMethod='scale');		
	}
.dropmenudiv #bottomLG{	
	width:654px;
	height:48px;
	background:url(../_images/dropdown_bg_lg_bottom.png) center center no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_lg_bottom.png,
sizingMethod='scale');		
	}	
	
.dropmenudiv #topSM{	
	width:350px;
	height:9px;
	background:url(../_images/dropdown_bg_sm_top.png) center center no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_sm_top.png,
sizingMethod='scale');		
	}
.dropmenudiv #innerSM{	
	width:350px;
	height:auto;
	background:url(../_images/dropdown_bg_sm_inner.png) center top repeat-y;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_sm_inner.png,
sizingMethod='scale');		
	}
.dropmenudiv #bottomSM{	
	width:350px;
	height:48px;
	background:url(../_images/dropdown_bg_sm_bottom.png) center center no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_sm_bottom.png,
sizingMethod='scale');		
	}		
	
.dropmenudiv #topXSM{	
	width:240px;
	height:9px;
	background:url(../_images/dropdown_bg_xsm_top.png) center center no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_xsm_top.png,
sizingMethod='scale');		
	}
.dropmenudiv #innerXSM{	
	width:240px;
	height:auto;
	background:url(../_images/dropdown_bg_xsm_inner.png) center top repeat-y;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_xsm_inner.png,
sizingMethod='scale');		
	}
.dropmenudiv #bottomXSM{	
	width:240px;
	height:48px;
	background:url(../_images/dropdown_bg_xsm_bottom.png) center center no-repeat;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=http://phoogoo.com/dev/phoo_redesign/www2/_images/dropdown_bg_xsm_bottom.png,
sizingMethod='scale');		
	}		
	
	
	
	
	
	
	
	
	
	
	

.dropmenudiv a{

}


.dropmenudiv a.first{
	border-top:0px;
	}



* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

}




.dropmenudiv  ul.col_1 {
	 float:left;
	 display:inline;
	 position:relative;
	 text-align:left;
	 padding:0px 0px 0px 0px;
	 margin:5px 20px 0px 20px;
	 width:283px;
	 height:auto;
	}
	
.dropmenudiv  ul.col_1_XSM {
	 float:left;
	 display:inline;
	 position:relative;
	 text-align:left;
	 padding:0px 0px 0px 0px;
	 margin:5px 20px 0px 20px;
	 width:185px;
	 height:auto;
	 font-weight:bold;
	}
	
	
	
.dropmenudiv  ul.col_2 {
	 float:left;
	 display:inline;
	 position:relative;
	 background:url(../_images/phoogoo_drop_divider.png) left center no-repeat;	 
	 text-align:left;
	 padding:0px 12px 0px 14px;
	 margin:5px 13px 0px 0px;
	 width:283px;
	 height:auto;
	}
	
	
.dropmenudiv  ul li a {
	display:block;
	width:100%;
	line-height:23px;
	height:23px;
	color:#999999;
	text-indent:5px;
	font-weight:normal;
	background:none;
	font-size:12px;
	text-transform:none;
	padding-left:7px;
	padding-right:7px;
  }
  .dropmenudiv  ul li a:hover {
	color:#ffffff;
	background-image:none;
	background-color:#4c95ac;
	padding-left:7px;
	padding-right:7px;
	width:100%;
  }
  
 .dropmenudiv  ul.col_1_XSM li a {
	color:#576c72;
	font-weight:bold;
  }
 .dropmenudiv  ul.col_1_XSM li a:hover {
	color:#ffffff;
	font-weight:bold;
  }  
  
.dropmenudiv  ul  li a span.orangeNav {
	color:#ed7a2d;
	font-weight:bold;
	width:88px;
	display:block; 
	float:left;
	}
.dropmenudiv  ul  li a:hover span.orangeNav {
	color:#ffffff;
	font-weight:bold;
	width:88px;
	display:block; 
	float:left;
	}