
/*
.ddsubmenustyle, .ddsubmenustyle ul{ 
	font-family: arial, sans-serif;
	font-size: 11px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	visibility: hidden;
	z-index: 100;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}

.ddsubmenustyle li a{
	border-top: 1px solid red;
	font-family: arial, sans-serif;
	font-size: 11px; 
	margin: 0px 0px 0px 0px;
	display: block;
	width: 160px;
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}

* html .ddsubmenustyle li{
	font-family: arial, sans-serif;
	font-size: 11px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	width: 160px;
}

.ddsubmenustyle li a:hover{
background-color: red;
color: white;
}
*/

/*.ddsubmenustyle, .ddsubmenustyle ul{
font: normal 13px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}*/
.ddsubmenustyle, .ddsubmenustyle ul{ 
	font-family: arial, sans-serif;
	font-size: 11px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	visibility: hidden;
	z-index: 100;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
}

/*.ddsubmenustyle li a{
display: block;
width: 160px;
color: black;
background-color: lightyellow;
text-decoration: none;
padding: 4px 5px;
border-bottom: 1px solid black;
}*/
.ddsubmenustyle li a{
	border-top: 1px solid red;
	font-family: arial, sans-serif;
	font-size: 11px; 
	margin: 0px 0px 0px 0px;
	display: block;
	width: 160px;
	color: black;
	background-color: white;
	text-decoration: none;
	padding: 2px 10px 2px 10px;
}
/*
* html .ddsubmenustyle li{
display: inline-block;
width: 170px;
}
*/
* html .ddsubmenustyle li{
	font-family: arial, sans-serif;
	font-size: 11px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline-block;
	width: 160px;
}

/*
.ddsubmenustyle li a:hover{
background-color: black;
color: white;
}
*/

.ddsubmenustyle li a:hover{
	background-color: red;
	color: white;
}
