ul {
	list-style: none;
}
	
#aboutMenu {
	visibility:hidden;
	position:absolute;
	top: 127px;
	right: 214px;
	width:326px;
	z-index:90;	
}

#aboutMenuTop {
	background-image:url(../images/laymenutop.gif);
	background-repeat:no-repeat;
	height:8px;
	width:326px;
}
* html #aboutMenuTop	/* hack for ie6 background png */
{
	background-image:url(../images/laymenutop.gif);
} 

#aboutMenuBody {
	background-image:url(../images/laymenucenter.gif);
	background-repeat:repeat-y;
	width:326px;
}
* html #aboutMenuBody	/* hack for ie6 background png */
{
	background-image:url(../images/laymenucenter.gif);
} 

#aboutMenuBottom {
	clear:both;
	background-image:url(../images/laymenubottom.gif);
	background-repeat:no-repeat;
	height:9px;
	width:326px;
	position:relative;
}
* html #aboutMenuBottom	/* hack for ie6 background png */
{
	background-image:url(../images/laymenubottom.gif);
} 
	
.aboutMenuInner {
	width:326px;
	margin-left:20px;
}
	
.aboutMenuInnerLeft {
	width:326px;
	float:left;
	overflow:hidden;
}

.aboutMenuInnerMiddle {
	margin-left:31px;
	width:100px;
	float:left;
	overflow:hidden;
}

.aboutMenuInnerRight {
	margin-left:31px;
	width:163px;
	float:left;
	overflow:hidden;
}
	
.aboutMenuBottom {
}

.aboutMenuBottomInner {
	float:right;
	margin-top:5px;
    margin-right:10px;
}

/*Product Submenu*/

#productsMenu {
	position:absolute;
	top: 130px;
	right: 414px;
	width:400px;
	z-index:90;
	visibility: hidden;
}

#productsMenuTop {
	/*background-image:url(../images/laymenutop.gif);
	background-repeat:no-repeat;*/
	height:8px;
	width:400px;
}
* html #productsMenuTop	/* hack for ie6 background png */
{
	/*background-image:url(../images/laymenutop.gif);*/
} 

#productsMenuBody {
	/*background-image:url(../images/laymenucenter.gif);
	background-repeat:repeat-y;*/
	width:400px;
}
* html #productsMenuBody	/* hack for ie6 background png */
{
	/*background-image:url(../images/laymenucenter.gif);*/
} 

#productsMenuBottom {
	/*
	background-image:url(../images/laymenubottom.gif);
	background-repeat:no-repeat;
	height:9px;*/
	clear:both;
	width:400px;
	position:relative;
}
* html #productsMenuBottom	/* hack for ie6 background png */
{
	/*background-image:url(../images/laymenubottom.gif);*/
} 
	
.productsMenuInner {
	width:400px;
	margin-left:20px;
}
	
.productsMenuInnerLeft {
	width:400px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerMiddle {
	margin-left:31px;
	width:100px;
	float:left;
	overflow:hidden;
}

.productsMenuInnerRight {
	margin-left:31px;
	width:163px;
	float:left;
	overflow:hidden;
}
	
.productsMenuBottom {
}

.productsMenuBottomInner {
	float:right;
	margin-top:5px;
    margin-right:10px;
}
/**/

.menuDropdownBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#18589b;
}

.menuDropdownBlue a {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:link {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

	
.menuDropdownBlue ul.plainList {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
.menuDropdownBlue ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}
.menuDropdownBlue li.plainList {
	list-style-type:none;
	padding-bottom:5px;
	margin-left:-14px;
}
.menuDropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#084a90;
}
.menuDropdownHorozWhiteDots {
	background-image:url(../images/nav_horoz_white_dots.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
}

.marginTop15 {
	margin-top:15px;
}
.verticalMiddle {
	vertical-align:middle;
}

.floatRight {
	float:right;
	display:inline;
}

.floatLeft {
	float:left;
	display:inline;
}
.menuDropdownClose2 {
	position:relative;
	top:-20px;
	right:20px;
	text-align:right;
}

#mapTable {
	margin:0 0 0 8px;
	padding:0;
	border-collapse:collapse;
	/* position:absolute;
	top:0;
	left:8px; */
	position: relative;
}
.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearBothTight {
		clear:both;
		margin:0px;
		padding:0px;
		font-size:0px;
		line-height:0px;
		height:0px;
		width: 0px;
		overflow:hidden;
}
.tabHidden {
    display: none;
    visibility: hidden;
}

.tabVisible {
    display: block;
    visibility: visible;
}

.divHide {
    display: none;
}

.divShow {
    display: block;
}
.homeTab {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}

