/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.menu ul{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:CENTURY GOTHIC, Helvetica, sans-serif;
	list-style-type: none;
	overflow: hidden;
	margin-top:50px;
	background-color:#FFFFFF;
}


.menu li{
	display: inline;
	margin: 0;
	font-size:11px;
	text-align:center;
}


.menu li a{
	float: left;
	background-position:center;
	background-repeat:no-repeat;
	display: block;
	text-decoration: none;
	margin: 0;
	/*padding: 6px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	padding-left:3px;
	padding-right:3px;
	padding-bottom:7px;
	padding-top:12px;
	height:20px;
	width:95px;
	background-image:url(../images/menubg.png);
}

.menu li a:link{
	color: #4d4d4f;
	text-decoration:none;
}


.menu li a:visited{
	color: #4d4d4f;
	text-decoration:none;
}

.menu li a:hover{
		background-image:url(../images/menubg2.png);
		color:#23a8fd;

	/*background: black; /*background of tabs for hover state */
}

.menu a.selected{
	background-image:url(../images/menubg2.png);
		color:#23a8fd;
}


/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-family:CENTURY GOTHIC, Helvetica, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #ffffff;
	border: 1px solid #cccdce;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	width: 170px;
}


.ddsubmenustyle li a{
	display: block;
	width: 150px;
	color: #23a8fd;
	font-size:11px;	
	text-decoration: none;
	padding: 9px 6px 5px 15px;
	border-bottom: 1px solid #cccdce;
	background-image:url(../images/submenubg.jpg);
	font-weight:bold;
	height:20px;
}


.ddsubmenustyle li a:visited{
	color: #23a8fd;
	text-decoration:none;
	font-weight:bold;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
	font-weight:bold;
}

.ddsubmenustyle li a:hover{
	color: #4d4d4f;
	font-weight:bold;
}

/* ######### 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;
	right: 2px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}