/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */

 /* Set up the default font and ovrall size to include image */
div#mainnav-con {
	position:relative; 
	height:44px;
	width:680px;
	padding:0;
	margin:0;
	border:0px solid red;
	float:right;
}
/* get rid of the default padding - margin and bullets */
div#mainnav-con table#drop-down ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
div#mainnav-con table#drop-down ul li {
float:left;
position:relative;
}
/* set up the default top level links */
div#mainnav-con table#drop-down ul li a, div#mainnav-con table#drop-down ul li a:visited {
display:block; 
text-decoration:none;  
width:169px;  
padding:0; 
margin:0;
}
/* hack for IE5.5 to correct the faulty box model */
* html div#mainnav-con table#drop-down ul li a, div#mainnav-con table#drop-down ul li a:visited {
width:169px;
w\idth:169px;
}
/* hide the drop down menu */
div#mainnav-con table#drop-down ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
div#mainnav-con table#drop-down{
margin:0;
border-collapse:collapse;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
div#mainnav-con table#drop-down ul li:hover a,
div#mainnav-con table#drop-down ul li a:hover {
color:#000; 
background-color:#fff;

}
/* make the drop down menu show and correctly position it */
div#mainnav-con table#drop-down ul li:hover ul,
div#mainnav-con table#drop-down ul li a:hover ul {
display:block; 
position:absolute; 
margin:0;
left:1px;
width:169px;
}
div#mainnav-con table#drop-down ul li:hover ul li{
	
	}
/* style the drop down links with no hover */

div#mainnav-con table#drop-down ul li a:hover ul li a {
display:block;  
color:#000; 
border:0;
margin:0;
width:190px;
}
/* style the drop down menu links when hovered */
div#mainnav-con table#drop-down ul li:hover ul li a:hover,
div#mainnav-con table#drop-down ul li a:hover ul li a:hover {
background-color:#fff;
color:#fff;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
div#mainnav-con table#drop-down ul li a:hover ul {
margin-top:0; /* for IE5.5 faulty box model */
marg\in-top:0; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
div#mainnav-con table#drop-down ul li a:hover ul li a {
background:#fff;
width:169px; /* for IE5.5 faulty box model */
w\idth:169px; /* for IE6 */
}
