/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial;
margin:0px 0px 0px 0px;
padding: 0px 0px 10px 0px;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px;
visibility: hidden;
background: url(../images/drop-down-bg.gif) repeat-y #08095f;
z-index: 100;
}

.ddsubmenustyle li a{
display: block;
font: normal 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
color: #FFF;
width: 195px; /*width of menu (not including side paddings)*/
text-decoration: none;
padding: 5px 15px 5px 25px;
/*border-bottom: 1px solid #02295f;
background: url(../images/nav_bg.gif) repeat-x left top;*/

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 205px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover
{
	color: #FFF;
	background: url(../images/white-arrow2.gif) no-repeat 10px 12px;
	font-weight: bold;
}
.ddsubmenustyle li a:visited{

}

.ddsubmenustyle a.selected{
	 /*background of tab with "selected" class assigned to its LI */
	color: #FFF;

}

li a.home
{
	background: url(../images/home-bg.gif) no-repeat left 0px !important;
}

li a:hover.home, li a.homeselected, li a:hover.homeselected
{
	background: url(../images/home-bg.gif) no-repeat left -52px !important;
}

li a.contact
{
	background: url(../images/home-bg.gif) no-repeat right 0px !important;
}

li a:hover.contact, li a.contactseleceted
{
	background: url(../images/home-bg.gif) no-repeat right -52px !important;
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}