/*-------------------------Menu Doc -------------------------------*/
.ddsmoothmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:12px;
}
.ddsmoothmenu ul li {
	position: relative;
}
/* Top level menu links style */
.ddsmoothmenu ul li a {
	background:url(../images/others/gason_11.png) no-repeat;
	background-position:left;
	line-height:35px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding-left:30px;
	display:block;
}
.ddsmoothmenu ul li a:hover {
	color:#094FA3;
	text-decoration:none;
}
/*Sub level menu items */
.ddsmoothmenu ul li ul {
	background:#FFF;
	height:35px;
	line-height:24px;
	color:#000;
	position: absolute;
	width: auto;
	min-width:190px;
	white-space:nowrap;
	top: 0;
	left:0;
	visibility: hidden;
}
.ddsmoothmenu ul li ul li a {
	background:#FFF;
	color: #000;
	border-bottom:1px solid #C4C4C4;
}
.ddsmoothmenu ul li ul li a:hover {
	color: #094FA3;
	text-decoration:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu ul li {
	float: left;
	height: 1%;
}
* html .ddsmoothmenu ul li a {
	height: 1%;
}
/* End */


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	display:none;
}
.rightarrowclass {
	display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: none;
}
.toplevelshadow {
}