
.menu {
   line-height:0px;
   float:left;
   width:743px;
   height:35px;
   border-left:1px solid #FFFFFF;
   border-right:1px solid #FFFFFF;
   padding-left:20px;
   background-color:#FFFFFF;
   background-image:url(../images/menu_bg.gif);
   background-repeat:repeat-x;
}

.menu ul {
   padding:0;
   margin:0;
   list-style-type:none;
}

.menu li {
	float:left;
	padding:0;
	margin:0;
}

.sep {
	float:left;
	width:1px;
	background-image:url(../images/v_bar.gif);
	background-repeat:no-repeat;
}


.iMask{ position:absolute;left:-300px;top:-300px;z-index:10;}/* hides the device used in drop down menus */

.dhtmlmenuitem{ 
	line-height:normal;
	padding:5px 8px 5px 8px;
	font-size:70%;
	font-family:verdana, sans-serif;
}

a.dhtmlmenulink{ 
	line-height:normal;
	color:#201d35;
	text-decoration:none;
}

a.dhtmlmenulink:hover{ 
	line-height:normal;
	color:#201d35;
	text-decoration:none;
}

a.dhtmlmenulink:visited{ 
	line-height:normal;
	color:#201d35;
	text-decoration:none;
}

.dhtmlmenuitem-hr { 
	line-height:normal;
	font-size:1px;
	height:1px;width:170px;
	margin-left:4px;
	background-image:url(../images/hdr-drop-linerule.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
/* /drop down menus */