div#smoothmenu1 {
		background-color:#b2c8da; /*background of menu bar (default state)*/
		width:788px;	
		padding-left:124px;
		padding-top:5px;
		padding-right:100%;
		padding-bottom:0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px
		}

div#smoothmenu1 ul{
		z-index:100;
		margin: 0;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		}

/*Top level list items*/
div#smoothmenu1 ul li{
		position:relative;
		display:inline;
		float: left;
		padding:0px 0px 0px 0px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}
/*Top level last 2 list items*/
div#smoothmenu1 ul li#client, div#smoothmenu1 ul li#contact{
		position: relative;
		display: inline;
		float: right;
		}

/*Top level menu link items style*/
div#smoothmenu1 ul li.toplevelmenu a{
		display: block;
		background-color:#b2c8da; /*background colorof menu items (default state)*/
		padding: 5px 10px 5px 10px!important;
		border-left: 1px solid #b2c8da;
		color:#07538c;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}

div#smoothmenu1 ul li a{
		display: block;
		background-color:#b2c8da; /*background colorof menu items (default state)*/
		padding: 3px 10px 3px 10px!important;
		border-left: 1px solid #b2c8da;
		color:#07538c;
		text-decoration:none;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}
div#smoothmenu1 ul li ul.submenu li a{
		background-color:#FFFFFF!important; /*override background of menu items in submenu (default state)*/
		}		
		
div#smoothmenu1 ul li.firstmenuli{
		padding-top:5px;
}
div#smoothmenu1 ul li.lastmenuli{
		padding-bottom:5px;
}
		
div#smoothmenu1 ul li ul li a{
		border-left:0!important;
		background-color:#FFFFFF;
		padding:1px 10px 1px 10px!important;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#5C5C5C;
		}

* html div#smoothmenu1 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
		display: inline-block;
		}

div#smoothmenu1 ul li a:link, div#smoothmenu1 ul li a:visited{
		color:#07538c;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}
div#smoothmenu1 ul li ul li a:link, div#smoothmenu1 ul li ul li a:visited{
		color:#5C5C5C;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}


div#smoothmenu1 ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
		background: #fff; 
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#07538c;
		}

div#smoothmenu1 ul li a:hover{
		background: #fff; /*background of menu items during onmouseover (hover state)*/
		color:#07538c;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		}

div#smoothmenu1 ul li ul li a:hover{
		border-left:0!important;
		background-color:#FFFFFF;
		padding-left:10px!important;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#07538c;
		}	
/*1st sub level menu*/
div#smoothmenu1 ul li ul{
			position: absolute;
			background-color:#ffffff;
			left: 0;
			display: none; /*collapse all sub menus to begin with*/
			visibility: hidden;
			border-bottom:1px solid #b2c8da;
			border-left:1px solid #b2c8da;
			border-right:1px solid #b2c8da;
		}
ul.submenu{
			padding:10px;
			background-color:#fff;
		}		
div#smoothmenu1 hr{
			border-top:none;
			border-right:none;
			border-left:none;
			border-bottom:1px dashed #222822;
			margin:6px 10px 6px 10px;
			background-color:#fff;
		}
/*Sub level menu list items (undo style from Top level List Items)*/
div#smoothmenu1 ul li ul li{
			display: list-item;
			float: none;
			font-size:.85em;
			line-height:1.6em;
		}

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

/* Sub level menu links style */
div#smoothmenu1 ul li ul li a{
			width: 210px; /*width of sub menus*/
			/*padding: 5px;*/
			margin: 0;
			border-top-width: 0;
		}
/*sub menu width specifically for the projects dropdown menu - can*/		
div#smoothmenu1 ul li ul.projects li a{
		width: 350px!important; /*width of sub menus*/
		}

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

.downarrowclass{
		position: absolute;
		/*top: 12px;
		right: 7px;*/
		}

.rightarrowclass{
		position: absolute;
		/*top: 6px;
		right: 5px;*/
		}

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

.ddshadow{
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		background: #fff;
		}

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

.spacerprimenav{
		height:30px;
		width:100%;
		}