@charset "utf-8";
/* CSS Document */

.menu{
	border-style:solid;
	border-color:#295301;
	border-width:1px;
	/* float: left; */
	position:absolute;
	left: 10px;
	/* top: 50px;*/
}
.menu table tr td.sub{
	/*padding-left:0;
	padding-top: 32px;
	list-style-type: none;*/
}
/*
*/
.menu .menu_content{
	/* padding-left:5px; */
	padding-right:10px;
}
.menu .menu_content A:link{
	width:100%;
	/*
	padding-left:8px;
	padding-right:8px;
	color:295301;
	*/
	color:000000;
	text-decoration:none;
}
.menu table tr td.sub a:visited{
}
.menu table tr td.sub a:active{
}
/*div.menu table tr td.sub:hover{*/
.menu .menu_content A:hover{
	width:100%;
	/*
	padding-left:5px;
	padding-right:5px;
	background:#CCFFCC;
	background-image:url(/store/images/glass/glass_header_orange_20px.jpg);
	border: none;
	border-bottom:1px solid #CC6600;
	border-top:1px solid #CC6600;
	color:295301;
	*/
	color:FFFFFF;
	text-decoration:none;
}
.menu .menu_content a:hover .linkinside{
	padding-left:5px;
	padding-right:5px;
	background:#CCFFCC;
	/*background-image:url(/store/images/glass/glass_header_orange_topdown_20px.jpg);*/
	background-repeat:repeat-x;
	border: none;
	border-bottom:1px solid #CC6600;
	border-top:1px solid #CC6600;
	/* color:295301; */
	text-decoration:none;
	height:20px;
	width:100%;
	color:FFFFFF;
}
.menu .menu_content a .linkinside{
	padding-left:5px;
	padding-right:5px;
	border: none;
	color:295301;
	text-decoration:none;
	height:20px;
	width:100%;
}

.menu .menu_header{
	background-image:url(/store/images/glass/glass_header_20px.jpg);
	height:20px;
	color:#FFFFFF;
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #295301;
}
