

.ddpstu {
	width: 130px;
	height: 67px;
	line-height: 16px;
	font-size: 12px;
	background-color: #781414;
	font-weight:bold;
	list-style: none;
	text-align:left;
	display:inline;
}


.ddpstu ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
float:right;
}

.ddpstu ul li{
list-style: none;
display: inline;
}

.ddpstu ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: yellow;
background-color: #e1e1e1; /* You Can Change this color */
border: 2px solid #e1e1e1; /*You can change this color*/
}

.ddpstu ul li a:hover{
background-color: #e5e5e5; /*You Can Change This Color*/
border-style: outset;
}

html>body .ddpstu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}


.ddpros {
	width: 111px;
	height: 70px;
	line-height: 16px;
	color:#FFFFFF;
	font-size: 12px;
	background-color: #781414;
	background-image: url(../aecImages/bgMainMenu.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	font-weight:bold;
	list-style: none;
	text-align:left;

}
.ddpros a {
	padding: 10px 5px 9px 5px;
	width: 101px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../aecImages/bgMainMenu.jpg);
	background-repeat: no-repeat;
}
.ddpros a:hover {
	background-image: url(../aecImages/bgMainMenuOver.jpg);
	background-repeat: no-repeat;
}