/* CSS Document */

a {	color: #000000;	text-decoration: none;}
a:visited {	color: #000000;	text-decoration: none;}
a:hover {
	color: #0000CC;
	text-decoration: none;
	text-align: center;
}

.Bullets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left
}

.Copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.CopyCntr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.CopyRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

.Heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center
}

.HeadingBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #00F;
}

.Heading2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
img.float_left {
	float:left;
	padding-right:20px;
}

img.floatleft {
	float:left;
	padding-right:20px;
}

img.float_right {
	float:right;
	padding-left:20px;
}

#infopg_menu {
font-family: verdana, sans-serif, arial, helvetica;
line-height: 16px;
font-size: 10px;
text-align: center;
margin: auto auto;
width: 85%;
}
#infopg_menu a {
color: #666666;
text-decoration: none;
}
#infopg_menu a:visited {
color: #666666;
text-decoration: none;
}
#infopg_menu a:hover {
color: #999999;
text-decoration: underline;
}

.PopUpScreen {
	height: 380px;
	width: 520px;
	position: absolute;
	top: 139px;
	left: 699px;
	padding:0;
	visibility: visible;
	z-index: 0;
	}

.PopUpScreen2 {
	height: 279px;
	width: 396px;
	position: absolute;
	top: 184px;
	left: 699px;
	padding:0;
	visibility: visible;
	z-index: 0;
	}

.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
}
.leftnavRED {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F00;
	text-decoration: none;
}

.leftnavbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 157px;
	position: absolute;
	left: -28px;
	padding:0;
	visibility: visible;
	}

A.navbar {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	text-align: center;
}
A.navbar:link {	color:#ffffff}
A.navbar:visited {	color:#ffffff}
A.navbar:hover {	color:#ffc425}
A.navbar:active {	color: #ffc425}

.Products {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}

.ProductCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-right: 200px;
}

.Reverse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.Reverse2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center
}
.SideBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.Subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.Text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left
}

.yellow {color: #E0A729}

 /* =========================================================================
For any free or commercial usage please keep this credits text intact.
Author : Femi Hasani www.vision.to ,test idea and CSS code.
The original version of this stylesheet and the associated (x)html
is available at http://www.vision.to/simple-css-one-level-flyout-menu.php
A link to www.vision.to would be apperciated but not mandatory.
=============================================================================== */
.line {background-color:#FC3; 
	width: 190px;
	position: absolute;
	left: -25px;
	padding:0;
	visibility: visible;
	z-index: 1000;
}

#navigation ul#nav {
	z-index: 100;
	width:127px;
}

#navigation ul#nav li {
    list-style:none;
	position: relative;
	/*float: left;*/  /* commented for flyout use else dropdown*/
	line-height: .8em;
    width:155px;
}

#navigation ul#nav li a {
	display: block;
	padding: 8px 0;
	color: #fff;
	text-decoration: none;
   /*	border-right: 1px solid #ccc;  */
	text-align: left;
    background:#000;
}

#navigation ul#nav li a span {
	padding: 0 8px 0 8px;
}

#navigation ul#nav  li ul {
    display: block;
    position: absolute;
/* hidding submenus based on: http://css-class.com/articles/ursidae/  */
    left: -999em;/* this makes it more accessible than display:none; */
    width: 157px;
    padding: 0 5px 0 5px;
    background:#555;
}

#navigation ul#nav  li:hover ul,
#navigation ul#nav  li.over ul {
    display: block;
    left: 147px;  /* the postion near main menu */
    top: 0;       /* align with top of main menu */
    position: absolute;
    z-index: 4000;
    width: 146px;
}

#navigation ul#nav  li ul li {
    width: 146px;
    height: auto;
    background: transparent;
    text-indent: 0;
    padding: 0;
}

#navigation ul#nav  li:hover ul li a,
#navigation ul#nav  li.over ul li a {
    display: block;
    width: 126px;/*this is to adjust if used some background image for dropdown */
    background: transparent;
    padding: 10px 10px;
    text-decoration: none;
    margin: 0;
    color: #eee;
    text-indent: 0;
    text-align: left;
    border: 0;
    white-space: nowrap;
}

#navigation ul#nav li ul li a:hover {
    color: #fff;
    background: #62686e;
}

#navigation ul#nav li.active a,
#navigation ul#nav li a:hover,
#navigation ul#nav li:hover a,
#navigation ul#nav li.over a {
	background: #555;
	/*hover over back color on main list */
}