body, html {
	margin:0px;	padding:0px;
}

#main-nav{background:url(../images/nav_rep.gif) repeat-x top;}
#main-nav #main-nav-rt{background:url(../images/nav_right.gif) no-repeat top right;}
#main-nav #main-nav-lt{background:url(../images/nav_left.gif) no-repeat top left;}

.ddsmoothmenu{
	font-size:12px;
	font-family:arial, helvetica, verdana, sans-serif;
/*	text-transform:uppercase; */
	color:#595959;
	font-weight:bold;
	width: 100%;
	padding-left:20px;

}

#index{}
#index a {
	color:#fff; text-decoration:none; background:url(../images/nav_left.gif) no-repeat top left;
}
#index a:hover, #index a.select {
	 color:#7e9dc3; background:url(../images/nav_left-h.gif) no-repeat top left;
}
#contact{}
#contact a {
	color:#fff; text-decoration:none; background:url(../images/nav_right.gif) no-repeat top right;
}
#contact a:hover, #contact a.select {
	 color:#7e9dc3; background:url(../images/nav_right-h.gif) no-repeat top right;
}


.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
line-height:40px;
padding-left: 1px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
 /*background of menu items (default state)*/
padding: 0 13px;

text-decoration: none;
width:88px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
    text-decoration: none;
	color: #fff;
	background:url(../images/nav_rep.gif) repeat-x top;

}

.ddsmoothmenu ul li a:hover{
background:url(../images/nav_rep-h.gif) repeat-x top; /*background of menu items during onmouseover (hover state)*/
color: #7e9dc3;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
		font-size:10px;
	font-family:arial, helvetica, verdana, sans-serif;
/*	text-transform:uppercase; */
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background: #ffffff;
line-height:16px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 11px;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
font-family:Verdana, Arial, Helvetica, sans-serif;
/* text-transform:uppercase; */

}


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

.downarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

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

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

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0px;
height: 0;
/*background:#000;
*/}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}