﻿.ddsmoothmenu{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	margin: 12px 0;
	padding: 0;
	
	/*border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background: #000000; 
	background-color: #FFFFFF;
	background-image: url(images/p7exp_mbar.jpg);
	background-repeat: repeat-x;
	width: 100%;
	text-align: center;*/


/*font: bold 12px Verdana;
background: #000000; background of menu bar (used to be #414141) (default state)
width: 100%;*/
}
.ddsmoothmenu ul{
	/*z-index:100;*/
margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: black;
	background-image: url('dropdownbackground.jpg');
	background-repeat: repeat-x;
	border-bottom-width: 0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	display: block;
	text-decoration: none;
	padding: 5px;
/*border-right: 1px solid #333;*/	font-size: .85em;
	color: black;
	text-align: center;
	/*background-image: url('images/p731exp_mgrad.gif');*/
	/*background-color: #909090;*/

	
/*	display: block;
	color: #FFFFFF;
	background: #000000;
background of menu items (default state which is set to black)	color: #FFFFFF;
	padding: 8px 10px;
	border-right: 1px solid #778;
	text-decoration: none;*/
}

* 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{
color: black;
/*used to be white; changing made no difference*/
}

.ddsmoothmenu ul li a.selected{
	/*CSS class that's dynamically added to the currently active menu items' LI A element*/
/*background: #808080; used to be black*/
	color: black;
	background: #666666; /*used to be white, changin to black made no difference*/
	
}

.ddsmoothmenu ul li a:hover{
	background: #666666;
/*background of menu items during onmouseover (hover state)*/	
    margin-left: 5px;
	color: #000000;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
width: ;
	position: absolute;
	display: none;
	/*background-color: #909090;*/
	/*border-right: 1px solid #333333;*/
	/*border-bottom: 1px solid #333333;*/
	
/*used to be
position: absolute;
left: 0;
display: none; 
visibility: hidden;*/
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: 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{
	width: 140px;
	float: left;
	color: #333333;
	border-right: 0;
	padding: 3px 12px 3px 16px;
	text-align: left;
	/*font: normal 13px Verdana;
	width: 150px; width of sub menus;
	padding: 5px 0px 5px 8px;
	margin: 0 0 0 5px;
	border-bottom: 1px solid gray;
	border-width: 0;
	text-align: left;*/
}

/* 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: 5;
	top: 5;
	color: black;
	background: #565C56;
	/*background-image: url('dropdownbackground.jpg');*/
	background-repeat: repeat-x;
	
/*width: 0;
height: 0;*/
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 1.0;/*0.8 was the value*/
}



/*Top level list items*/

/*Top level menu link items style*/
	
/*1st sub level menu*/

/*Sub level menu list items (undo style from Top level List Items)*/

/*All subsequent sub menu levels vertical offset after 1st level sub menu */

/* Sub level menu links style */

/* Holly Hack for IE \*/
/*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

/* ######### CSS for shadow added to sub menus  ######### */






