.ddsmoothmenu{
	width:1000px;
	height:52px;
	float:left;
	border:none;
}

.ddsmoothmenu ul{
list-style:none;
float:left;
margin:0px;
padding:0px;
}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: block;
	float: left;
	line-height:45px;
	height:45px;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	z-index:1000;
	background:url(../images/gach_menu.jpg) no-repeat right center;
}
.ddsmoothmenu ul li:last-child,.ddsmoothmenu ul li:first-child {
	background:none;
}

.ddsmoothmenu ul .line_menu
{
	background:url(../images/line_menu.png) no-repeat;
	width:2px;
	height:52px;
	padding:0px;
	margin:0px;
}

.ddsmoothmenu ul .active_menu
{
	
} 
.ddsmoothmenu ul .active_menu a
{
	color:#FF0;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	color:#FFF;
	display:block;
	padding:0 30px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#FF0;
}

.ddsmoothmenu ul li:hover{

}

.ddsmoothmenu ul li:hover a{
color:#FF0;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:1000;
margin:0px;
padding:0px;
background:#0080b8;
padding:10px 0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
width:200px;
background:none;
text-align:left;
line-height:20px;
margin:0px;
padding:4px 10px;
height:auto;
}
.ddsmoothmenu ul li ul li:hover
{
	background:none;
}


/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size:12px;
padding:0px 5px;
/*width of sub menus
border-bottom: 1px solid gray;*/
text-decoration:none;
text-transform:none;
font-weight:normal;
line-height:20px;
color:#FFF !important;
}
.ddsmoothmenu ul li ul li a:hover
{
	color:#FF0 !important;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


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

.downarrowclass{
position: absolute;
top: 26px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}
