/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle div { /*topmost and sub DIVs, respectively*/
	font: normal 12px Arial;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background-color: #888c8e;
	border: 0px;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	margin:10px 0px 0px 0px;
}
.ddsubmenustyle ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 0px none;
}
.ddsubmenustyle li a {
	display: block;
	width: 150px;
	background-color: #888c8e;
	font-size: 14px;
	font-family: Calibri, 'fagocoregular', Arial Narrow;
	line-height:24px;
	margin-top:0.2px;
	padding-left:5px;
	text-indent: 3px;
}
* html .ddsubmenustyle li { /*IE6 CSS hack*/
	display: inline-block;
	width: 170px; /*width of menu (include side paddings of LI A*/
	border: 0;
}
.ddsubmenustyle li a:hover {
	background-color: #444545;
	color: White;
	border: 0;
}
/* ######### 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;
	left: 100px;
	border: 0;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
@media only screen and (min-device-width : 320px) and (max-device-width : 360px) {
.ddsubmenustyle li a {
	display: block;
	width: 115px;
	background-color: #888c8e;
	font-size: 12px;
	font-family: Calibri, 'fagocoregular', Arial Narrow;
	line-height:24px;
	margin-top:0.2px;
	padding-left:0px;
	text-indent: 0px;
}
}
