.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width:300px; /* Main Menu Item widths */
list-style-type: none;
font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
font-size: 17px;
font-weight:bold;
text-align:right;
/*border-bottom: 1px solid #ccc;*/
}
 
.ddsmoothmenu-v ul li{
position: relative;
}

/* Top level menu links style */
.ddsmoothmenu-v ul li a{
display: block;
overflow: hidden; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 4px 45px 8px 6px;
font-weight:normal;
background-repeat:no-repeat;

}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
 /*background of menu items (default state)*/
color: white;
background-image:url(../images/menu_buttons.png);
height:18px;
}


.ddsmoothmenu-v ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background-image:url(../images/menu_buttons.png); 
background-position:0 -60px; 
color: white;
}

.ddsmoothmenu-v ul li a:hover{
background-image:url(../images/menu_buttons.png); /*background of menu items during onmouseover (hover state)*/
background-position:0 -30px;
color: white;
}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position: absolute;
 /*Sub Menu Items width */
top: 0;
margin-left: -15px;
font-weight: normal;
visibility: hidden;
}

.ddsmoothmenu-v ul li ul li{background-image:none;
/* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.90;
  border-bottom:1px solid #1164A3;
  font-size:15px;
  width:200px;
}
 
/* Holly Hack for IE \*/
* html .ddsmoothmenu-v ul li { float: left; height: 1%;border-bottom:1px solid #1164A3; font-size:15px; width:250px;}
* html .ddsmoothmenu-v ul li 
{
	height: 1%;
	border-bottom:1px solid #1164A3;width:250px;
}
/* End */


.ddsmoothmenu-v ul li ul li a:link ,.ddsmoothmenu-v ul li ul li a:visited{
		background: #235175;
		background-image:none;	padding: 4px 20px 8px 6px;
		font-weight:bold;
}

.ddsmoothmenu-v ul li ul li a:hover{
		background: #D90313;
		background-image:none;
}


.ddsmoothmenu-v ul li ul li a.selected{
		background: #063354;
		background-image:none;
}

.rightarrowclass
{
	margin:0 20px 0 0;
}

