/* CSS Document */

.dmx2 {
    font: 13px Arial;
}
.dmx2 .item1
{
	padding-left:16px;
	padding-top:7px;
	padding-bottom:10px;
	border-bottom: 1px solid #ffffff;
    background:#5186bc;
	background-image:url(../images/lmenu.jpg);
	background-repeat:no-repeat;
    font: 13px Arial;
    color: #e5eff6;
	font-weight:normal;
    text-decoration:none;    
    white-space: nowrap;
    position: relative;
	display:block;
}
.dmx2 .item1:hover,
.dmx2 .item1-active,
.dmx2 .item1-active:hover {
   	padding-left:16px;
	padding-top:7px;
	padding-bottom:10px;
	border-bottom: 1px solid #ffffff;
	background:#5186bc;
	background-color:#333333;
	background-repeat:no-repeat;
    font: 13px Arial;
    color: #e5eff6;
	font-weight:normal;
    text-decoration:none;    
    white-space: nowrap;
    position: relative;
	display:block;
}