/* ######### Drop Down ULs CSS ######### */

/* ######### TOP MENU ######### */

.ddsubmenustyle, .ddsubmenustyle ul{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top: 1px #333333;
	border-right: 1px #333333;
	border-bottom: #333333;
	border-left: 1px #333333;
	background-image: url(../images/DD_BG_submenu.png);
	background-repeat: repeat-y;
	background-position: right bottom;
	background-color: #333333;






}

.ddsubmenustyle li a{
	display: block;
	width: 180px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;









}

* html .ddsubmenustyle li{
	display: inline-block;
	width: 180px;





}

.ddsubmenustyle li a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;




}

/* ######### SIDE MENU ######### */

.ddsubmenustyleSIDE, .ddsubmenustyleSIDE ul{
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 100;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/DD_BG_submenu.png);
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #333333;









}

.ddsubmenustyleSIDE li a{
	display: block;
	width: 180px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	border: none;











}

* html .ddsubmenustyleSIDE li{
	display: inline-block;
	width: 180px;

}

.ddsubmenustyleSIDE li a:hover{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;




}

/* ######### Neutral CSS  ######### */

.downarrowpointer{
	border: 0;


}

.rightarrowpointer{
	position: absolute;
	left: 100px;
	border: 0;
	padding: 1px;
	margin: 0px;







}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
