/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#nav_949306 {
	margin: 0;
	padding:0;
}
#nav_949306 li {
	list-style-type: none;
	margin: 0;
	padding: 0;
  list-style-image:none!important;
}
#nav_949306 ul {
	margin: 0;
	padding:0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	display:block;
}
#nav_949306 a {
	display: block;
	text-decoration: none;
	color:#666666;
	line-height:1;
	font-size:11px;
	padding:19px 8px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#nav_949306 a:hover, #nav_949306 a:active, #nav_949306 a:focus {
	color:#00b2cd;
	background:url(../images/bg_menuhover.gif) repeat-x left top;
}

/* ------ the current page marker style ------ */
#nav_949306 .p7PMmark {
	color:#00B2CD;
	background:url(../images/bg_menuhover.gif) repeat-x left top;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
#nav_949306 ul .p7PMtrg, #nav_949306 ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#nav_949306 .p7PMon {
	color:#000;
	background:url(../images/bg_menuhover.gif) repeat-x left top;
}
/*the submenu classes */

#nav_949306 .p7PMhide {
	left: -9000px;
}
#nav_949306 .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#nav_949306 li {
	float: right;
	/*width: 124px;*/
}
#nav_949306 ul li {
	/*float: none;*/
}
#nav_949306 ul, #nav_949306 ul li {
	width: 154px !important;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}

#first a{
	padding-left:0px!important;
}
#last a{
	padding-right:0px!important;
}
ul#nav_949306 li ul li a{
    background-color:#fff;
    padding-top:7px;
    padding-bottom:7px;
}
ul#nav_949306 li ul li a:hover{
    background-color:#fff;

}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
    z-index: 9999 !important;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    /*display: block;
    padding-left: 0px;*/
}
.ddsmoothmenu ul li:last-child a{
    /*padding-right: 0px;*/
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
  
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li.selected a{color:#00B2CD !Important}

.ddsmoothmenu ul li a:hover{

}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    -moz-box-shadow: 0px 0px 10px #666;
    -webkit-box-shadow: 0px 0px 10px #666;
    box-shadow: 0px 0px 10px #666;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
    display: list-item;
    float: none;
}
.ddsmoothmenu ul li ul li a {

}
.ddsmoothmenu ul li ul li a:hover {
  
}
.ddsmoothmenu ul li ul li:last-child {
    border-bottom: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    margin: 0;
    border-top-width: 0;
    text-transform: none;
}
.ddsmoothmenu ul li ul li a:hover {
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass{
    position: absolute;
    top: 6px;
    right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
                 opacity: 0.8;
}
}