.nav  {
	list-style-type: none;
	position: relative;
	float:right;
	background-repeat: repeat-x;
	background-color: transparent;
	margin: 0 auto;
	text-align: center;
	margin-top:88px;
	margin-right:45px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}



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

.nav ul li{
	float: left;
	}


.nav ul li a:hover span{ 
	margin-left:5px;
	line-height: 41px;
    display:block;
	text-decoration: none;
	background: url(../_images/pcm_nav_rightBG.png) top right no-repeat;
	padding:0px 18px 0px 11px;
	}
	
.nav ul li a span{ 
	margin-left:5px;
	line-height: 41px;
    display:block;
	text-decoration: none;
	padding:0px 18px 0px 11px;
	}



.nav ul li a {  /* Nav Link */
	display:block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #7f519a;
	line-height:41px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	margin: 0;
	} 

.nav ul li a:hover {
	line-height: 41px;
    display:block;
	color:#39819a;
	background: url(../_images/pcm_nav_leftBG.png) top left no-repeat;
	}

.nav ul li a:hover, .nav ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	line-height: 41px;
    display:block;
	color:#39819a;
	background: url(../_images/pcm_nav_leftBG.png) top left no-repeat;
}

.nav ul li a:hover span, .nav ul li a.selected span{ /*script dynamically adds a class of "selected" to the current active menu item*/
	margin-left:5px;
	line-height: 41px;
    display:block;
	text-decoration: none;
	background: url(../_images/pcm_nav_rightBG.png) top right no-repeat;
	padding:0px 18px 0px 11px;	
	}


.nav ul li a#selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	line-height: 41px;
    display:block;
	color:#39819a;
	background: url(../_images/pcm_nav_leftBG.png) top left no-repeat;
}

.nav ul li a#selected span{ /*script dynamically adds a class of "selected" to the current active menu item*/
	margin-left:5px;
	line-height: 41px;
    display:block;
	text-decoration: none;
	background: url(../_images/pcm_nav_rightBG.png) top right no-repeat;
	padding:0px 18px 0px 11px;	
	}


.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{
	position:absolute;
	top:0;
	z-index:600;
	background:url(../_images/pcm_dropdown_bg.jpg) top left repeat-x #e6f8fc;
	width:285px;
	border:1px solid #94c8d6;
	border-top:0px;		
	visibility: hidden;
	margin-top:0px;
}


.dropmenudiv a{
	margin:auto;
	display:block;
	width:100%;
	line-height:29px;
	color:#39819a;
	text-indent:10px;
	font-weight:bold;
	font-size:12px;
	text-transform:none;
	background-image:none;
	background-color:;	
	width:98%;
	margin-bottom:2px;
	text-decoration:none;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	line-height:29px;
	color:#f2f3f5;
	width:98%;
	background-color:#4594b2;
	text-decoration:none;
	
	
}