#navmenu
{
  position: relative;
}
#navmenu p {
	font-size: .8em;
}
#navmenu ul
{
	margin: 0;                        /*Removes indent IE and Opera*/
	padding: 0;                       /*Removes indent Mozilla and NN7*/
	list-style-type: none;            /*Removes bullets*/
	font-size: .9em;
  width: 120px;
}
#middle {position: absolute; top: 50%;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#navmenu li
{
  /*Menu Font Specs*/
  font-family: Helvetica, Verdana, Georia, sans-serif;
  font-weight: bold;
  font-size: 10pt;
  
  float:left;
  vertical-align: middle;
  
 	height: 48px;
  width: 120px;
  padding: 0;
  /*Display*/
	margin: 0;
}
#navmenu a {
	display: block;                    /*Allows entire block to be clickable*/
	padding: 2px 2px 2px 2px;          /*Pad everything lightly*/
	border: 1px solid;                 /*Make a thin border*/
	border-color: #ddd #000 #000 #ddd; /*Give the border a 3D appearance*/
	background-color: #999999;         /*Set a default background color that the user will see before the image loads (Match to normal image)*/
	background-image:  url(http://www.softronicsltd.com/images/menu/normal.gif);/*Set a default background image*/
	background-repeat: no-repeat;      /*Don't tile bg image*/
	background-position: 0% 50%;       /**/
	height: 48px;
  width: 120px;
  text-align: center;
  
  line-height: 48px;
    display: table-cell;
    vertical-align: middle;

}
#navmenu a:link, #navmenu a:visited {
	color: #eee;                       /*Again, match color to normal image*/
	text-decoration: none;             /*Don't allow links to be underlined if they've been visited*/
}
#navmenu a:hover, #navmenu a:active {
 background-color: #9F6F9F;         /*Match this color to hover image*/
	background-image:  url(http://www.softronicsltd.com/images/menu/hover.gif); /*Set hover image*/
	background-repeat: no-repeat;      /*Don't tile it*/
	background-position: 0% 50%;       /**/
	color: #2D1E2D;                    /*Text color:*/
}
#selflink a:link, #selflink a:visited,
#selflink a:hover, #selflink a:active {
	background-color: #9F6F9F;
	background-image:  url(http://www.softronicsltd.com/images/menu/current.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #2D1E2D;
}

/* CLEARING STYLES */
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display:inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


