.ddsmoothmenu-v ul{
margin: 0;
padding: 0px 0px 0px 24px ;
width: 172px; /* Main Menu Item widths */
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
	position: relative;
	visibility: visible;
	padding:6px 0px;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a*/{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
}




.ddsmoothmenu-v ul li /*a.selected*/{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: black; 
color: white;
}

.ddsmoothmenu-v ul li /*a:hover*/{
background-color:#000000; /*background of menu items during onmouseover (hover state)*/
color: #ffffff;


}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
width: 140px; /*Sub Menu Items width */
top: 0;
font-weight: normal;
visibility: hidden;
text-indent:20px;
background: #2e2514; /*background of menu items (default state)*/
background-image:url(../images/line_submenu.gif);

}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }
/* End */

.ddsmoothmenu-v ul li ul li  {
	background: #2e2514; /*background of menu items (default state)*/
	color: #FFFFFF;
	background-image:url(../images/dot.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}









































/*my style*/
a.main_navigation {
	font-family: Arial;
	font-size: 16px;
	color: #FFFFFF;
	background-image:url(../images/navigation_style.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:26px;
	display: block;
	overflow: auto;
}
a:link.main_navigation {
	text-decoration: none;
}
a:visited.main_navigation {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.main_navigation {
	text-decoration: none;
	color: #f37e1a;
}
a:active.main_navigation {
	text-decoration: none;
	color: #F37E1A;
}


