@charset "UTF-8";

/* customizable styles start from here */
.ddsubmenustyle, .ddsubmenustyle ul {
font: normal 13px Verdana; /* Font setting for pop up menu item texts */
background: none;
border: 1px solid black; /* border setting for each pop up menu list */
border-bottom-width: 0px; /* Avoid duplicate border-bottom with last menu item */
text-align: left;
}

.ddsubmenustyle li a{
width: 150px; /*width of menu (not including side paddings), must specify a fixed value */
padding: 4px 15px 4px 5px; /* padding-right are reserved for arrow icon spaces */
border-bottom: 1px solid black; /* menu item separator */
}

/* Normal menu item style */
.ddsubmenustyle li a:link,
.ddsubmenustyle li a:visited {
background-color: lightyellow;
color: black;
}

/* Hover menu item style */
.ddsubmenustyle li a:hover,
.ddsubmenustyle li a:active,
.ddsubmenustyle li a:focus {
background-color: #7db4de;
color: white;
}

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
background: no-repeat right url("../images/menu-arrow-down.gif");
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
background: no-repeat right url("../images/menu-arrow-right.gif") ;
}

/* customizable styles end */

/* Don't change styles start from here! */
.ddlevelsmenu ul ul {
display:none;
}

.ddsubmenustyle li {
	position: relative;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: block;
	width: 170px;
	float: left;
}
* html .ddsubmenustyle,
* html .ddsubmenustyle ul { /*IE6 CSS hack*/
	width: 170px;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
visibility: hidden;
z-index: 1000;
}

.ddsubmenustyle li a {
display: block;
position: relative;
text-decoration: none;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
}

.ddsubmenustyle li .menu-caption {
display: block;
height: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.ddiframeshim{
position: absolute;
z-index: 1010;
background: transparent;
border-width: 0px;
width: 0px;
height: 0px;
display: block;
}
