/*********************************************************
Copyright 2007 Richard Lindsay and Assiciates
Website Developed by Web Sight Solutions - 
a Division of Monkey Software Pty Ltd. 

Drop Down Menu Style Sheet
*********************************************************/


#FWTableContainer {
/* Master div -Area Map size- ensures popup menus get aligned correctly. */
	position:relative;
	margin:0px;
	width:852px;
	height:73px;
	text-align:left}

#MenuContainer {
/* Menu position -- EYECARE */
	position:absolute;
	left:85px;
	top:230px;
	visibility:hidden;
	z-index:99}

#MenuContainer2 {
/* Menu position -- CONTACT LENSES */
	position:absolute;
	left:646px;
	top:230px;
	visibility:hidden;
	z-index:300}

#Menu {
/* This class defines things about menu Menu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:none;
	border:0px;
	width:122px;
	height:92px}

.Style {
/* General characteristics of menu items */
	border-top:0px;
	border-left:0px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:0px solid #ffffff;
	width:122px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:117px;
	height:16px}

#Menu_Item_0, #Menu2_Item_0 {
	left:0px;
	top:0px}

#Menu_Item_1, #Menu2_Item_1 {
	left:0px;
	top:24px}

#Menu_Item_2, #Menu2_Item_2 {
	left:0px;
	top:48px}

#Menu_Item_3, #Menu2_Item_3 {
	left:0px;
	top:72px}

#Menu_Item_4, #Menu2_Item_4 {
	left:0px;
	top:96px}

#Menu_Item_5, #Menu2_Item_5 {
	left:0px;
	top:120px}

#Menu_Item_6, #Menu2_Item_6 {
	left:0px;
	top:144px}

#Menu2_Item_7 {
	left:0px;
	top:168px}



#MenuContainer img, #MenuContainer2 img {
	border-bottom:1px solid #ffffff}

#MenuContainer a, #MenuContainer2 a {
/* Menu item link appearance */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	text-align:left;
	vertical-align:middle;
	padding:6px 0px 6px 25px;
	background:#333 url(../images/menu.gif) bottom left no-repeat;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute}

#MenuContainer a:hover, #MenuContainer2 a:hover {
/* Mouse over link appearance */
	color:#ffffff;
	background:#545454 url(../images/menuO.gif) bottom left no-repeat;
	text-decoration:underline}
