/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	font-size: 12px;
	background-color: #595959;
	
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/


#menuBar {
	color: #00FFFF;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
	display: block;
	margin-bottom: 5px;
	position: absolute;
	width: 350px;
	overflow: hidden;
	vertical-align: middle;
	left: 504px;
	height: 21px;
	top: 116px;
		
	}

.menuHeader {
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin: 0px;
	padding-right: 10px;
	display: inline;
	position: relative;
	border:dotted;
	border-width:1px;
	text-align: center;
	border-color: #00FFFF;
	height: auto;
	padding: 5px;

	
		
	}

a.menuLink {
	display: block;
	padding: 2px 5px;
	border-top: 1px solid #cccccc;
	z-index: 4;
	}

a.menuLink:link {
	color: #000000;
	text-decoration: none
	}

a.menuLink:visited {
	color: #000000;
	text-decoration: none
	}

a.menuLink:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none
	}

a.menuLink:active {
	color: #ffffff;
	text-decoration: none;
	background-color: #cc0000;
	}

.menuDrop {
	color: #999999;
	font-size: 12px;
	font-family: garamond;
	background-color: #F68E56;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 3;
	top: auto;
	left: 0;
	width: 175px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365
	}

 table.products {
	color: #000080;
	background-color:#FFFFFF;
	border: 5px solid #B0C4DE;
	padding: 5px;
	width: 700px;
	position:relative;
	margin-left:50px;
	font-size:9px;
	
	
}
/***********************************************/

/************* #globalNav styles **************/

#globalNav{
	padding: 0px 0px 0px 10px;
	white-space: nowrap;
	background-color: #FFCC33;
	width: 100%;
}

.liststyle1 {
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #3300CC;

}
