
/*.menu_left{background-image:url(../images/menu_seprator.png); background-repeat:no-repeat; height:42px; width:1px; background-position:top;}
.menu_right{background-image:url(../images/menu_seprator.png); background-repeat:no-repeat; height:42px; width:1px; background-position:top;}*/
@charset "utf-8";
/* CSS Document */
.ddsmoothmenu {
	width: 100%;
	outline:none;
	height:42px;
	background-image:url(../images/menu_bg1.png);
	vertical-align:middle; background-repeat:repeat-x;
	border-radius:5px;border:1px; border-style:solid; border-color:#A09D9F;
	
}
.ddsmoothmenu ul {
	z-index:300;
	margin: 0;
	padding: 0;
	list-style-type: none;
	
}
/*Top level list items*/


.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;

}
/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	font-size:13px;
	color: #333333;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	text-align:center;
	text-decoration: none;
	border:0px none;
	padding-left:20px;
	padding-right:20px;
	padding-top:8px;
	padding-bottom:9px;
	list-style-type:none;
	}

.ddsmoothmenu ul li a:hover {
	
	background-color:#005AAA;
	color:#FFFFFF;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	margin-top:3px;
	background-color:#DEDEDE;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	display: none;
	visibility: hidden;
	list-style-type:none;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
	position: relative;
	float: left;
	display: list-item;
	list-style-type:none;
}

.ddsmoothmenu ul li ul li a {
	font-size:11px;
	color: #333333;
	font-family:Arial, Helvetica, sans-serif;
	width:auto;
	text-align:left;
	text-decoration: none;
	width:190px;
	outline:none;
	border:0px none;
	padding-left:8px;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:4px;
	list-style-type:none;

}

.ddsmoothmenu ul li ul li a:hover {
color:#FFFFFF;
background-image:url(../images/menu_sublevel_bg.png);
background-repeat:repeat;
}


