/**
 * CSS Stylesheet for printing
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: print_stylesheet.css 4530 2006-09-16 04:00:24Z drbyte $
*/
body {background-color: #ffffff;}
#contentMainWrapper {background-color: #ffffff;}

.menu {

font-size:0.85em;
position:relative;
z-index:100;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:90px;
position:relative;
text-align:center;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:90px; 
height:20px; 
border-width:1px 1px 0 0; 
line-height:19px;




font-weight:bold;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;;
w\idth:90px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#27316E url(IMG/drop.gif) bottom right no-repeat;

}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#a58545 url(IMG/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
background:#a58545 url(IMG/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#27316E;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#a58545;

}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:20px;
left:0; 
width:150px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:20px;
}
/* position the third level flyout menu */
.menu ul ul ul{
left:-179px; 
top:0;
width:150px;
visibility:hidden;

}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-179px;
visibility:hidden;


}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#27316E; 
color:#FFFFFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:162px;
text-align:left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:172px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background:#a58545;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#fff;
background:#a58545;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{

visibility:hidden;

}

/* Other relevant properties for paged media:
- page-break-before
- page-break-after
- page-break-inside
- orphans
- widows
*/



/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}













.menu2 {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;

}
.menu2 ul {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;

}
/* remove all the bullets, borders and padding from the default list styling */
.menu2 li {
	margin-top:5px;
	line-height:25px;
	margin:0;
	list-style-type:none;
	text-align:right;	
	font-size:12px;
	color:#a58545;
	font-weight:bold;
	font-weight: 900;
}

.menu2 li:hover {
	background-color:#27316E;
	color:#FFFFFF;
	}


.menu2 a {
	color:#a58545;
}

.menu2 li a:hover {
	color:#FFFFFF;
	background-color:#27316E;
	text-decoration:none;
}

