/* CSS Document */
/* Static graphic menu top of template */

#MenuGUI{
	height:50px;
	background-color:#000000;
}

#MenuGUI ul{
	font-size:65%;
	padding:0px;
	margin:0px;
}

#MenuGUI li{
	padding:0px;
	margin:0px;
	list-style-type:none;
	float:left;


}
#MenuGUI li a{
	display:block;
	width:130px;
	height:50px;


}


#MenuGUI li a span{
	position:absolute;
	left:-1000px;
}
#one a{
	background-image:url(../images/buttons/01.jpg);
	background-repeat:no-repeat;

}

#one a:hover{
	background-image:url(../images/buttons-over/01.jpg);
}

#two a{
	background-image:url(../images/buttons/02.jpg);
	background-repeat:no-repeat;

}

#two a:hover{
	background-image:url(../images/buttons-over/02.jpg);
}

#three a{
	background-image:url(../images/buttons/03.jpg);
	background-repeat:no-repeat;

}

#three a:hover{
	background-image:url(../images/buttons-over/03.jpg);
}

#four a{
	background-image:url(../images/buttons/04.jpg);
	background-repeat:no-repeat;

}

#four a:hover{
	background-image:url(../images/buttons-over/04.jpg);
}

#five a{
	background-image:url(../images/buttons/05.jpg);
	background-repeat:no-repeat;

}

#five a:hover{
	background-image:url(../images/buttons-over/05.jpg);
}

#five-out a{
	background-image:url(../images/buttons/05-out.jpg);
	background-repeat:no-repeat;
}

#five-out a:hover{
	background-image:url(../images/buttons-over/05-out.jpg);
}

#MenuGUI #six a{
	background-image:url(../images/buttons/06.jpg);
	background-repeat:no-repeat;
	width:125px;
	height:50px;
}

#MenuGUI #six a:hover{
	background-image:url(../images/buttons-over/06.jpg);
}

/* end of Graphic menu */

/* static drop menu Used for the categories for ecommerce*/
.StaticMenu li {
	margin:0px;
	padding:0px;
}

.StaticMenu li a {
	display:block;
}

/*end of static menu*/

/*Generic popup menu code */

.PopupMenu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.PopupMenu li {
	margin:0px;
	position:relative;
	list-style-type:none;
}

.PopupMenu li ul{
	position:absolute;
}
.PopupMenu li a {
	display:block;
}
.PopupMenu li>ul {
	visibility:hidden;
}
.PopupMenu li:hover>ul{
	visibility:visible;
}
/* i.e drop down fix  level 1*/
.PopupMenu li ul {
	_visibility:hidden;
}
.PopupMenu li:hover ul{
	_visibility:visible;
}
/* i.e drop down fix  level 2*/
.PopupMenu li:hover li ul {
	_visibility:hidden;
}
.PopupMenu li:hover li:hover ul{
	_visibility:visible;
}
/* i.e drop down fix  level 3*/
.PopupMenu li:hover li:hover li ul {
	_visibility:hidden;
}
.PopupMenu li:hover li:hover li:hover ul{
	_visibility:visible;
}
/* i.e drop down fix  level 3*/
.PopupMenu li:hover li:hover li:hover li ul {
	_visibility:hidden;
}
.PopupMenu li:hover li:hover li:hover li:hover ul{
	_visibility:visible;
}
/*end of generic menu code*/

/*Top Menu - horizontal level 1, vertical subsequent levels*/

.TopMenu li {
	width:150px;
	float:left;
	color:#333333;
	/*font-weight:bold; */
	background-image:url(../images/seperator.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-transform:capitalize;
	
}

.TopMenu li a{
 	color:#333333;
	height:1.3em;
	padding:5px;
	padding-top:7px;
	font-weight:bold;
}
.TopMenu li a:hover{
	color:#66cc00;
}
.TopMenu li li a{
	background-image:url(../images/top_nav.gif);
	background-repeat:repeat-x;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
}

.TopMenu li li ul {
	top:0;
	left:100%;
}
/*End of top menu*/

/*Side Menu - vertical all levels*/
.SideMenu ul{
	padding:0px;
	margin:0px;
	text-transform:capitalize;
}
.SideMenu li {
	width:200px;
	list-style-type:none;
	font-weight:bold;
}
.SideMenu li a {
	width:200px;
	padding-top:5px;
	padding-bottom:5px;	
	color:#000000;
	border-bottom:1px solid #000;


}
.SideMenu li a:hover {
	color:#CC0000;
}
.SideMenu li li {
	/* width:160px;
	*/
}
.SideMenu li li a {
border-bottom:1px dotted #dddddd;
margin-left:20px;
width:160px;

}
.SideMenu li ul {
	top:0;
	left:100%;
	background-color:#FFFFFF;
	margin-top:-1px;
}



#menubottom{
/*	background-image:url(../images/bttm_menu.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	height:32px; */
	height:10px;
}	
	
/* Category menu layouts */
 .CatSelect{
	font-weight:bold;
	color:#000;
	padding-top:5px;
	padding-bottom:5px;
	font-size:150%;
	background-color:#dddddd;
	margin-top:5px;
	}
	
#FrmSearch{
	padding:5px;
	margin:0px;
	font-size:10px;

}
#FrmSearch div{
	margin-bottom:5px;


}		
#FrmSearch form{

}
#FrmSearch .search_button{

	vertical-align:bottom;
}

#BottomMenuBar{
	padding:5px;
	font-size:9px;
	color:#000000;
	background-color:#ffffff;
}

/*****  end of category menu layout ***** /

/*****  End of Side Menu *****/


#Header{
	width:775px;
	/*
	height disabled unless in use
	min-height:25px;
	*/
	text-align:left;
	font-size:0;
}



/* show all categories at once */

	#showallcats{
	position:absolute;
	background-color:#D5EAFF;
	border:1px solid #CCCCCC;
	width:730px;
	}
	
	
		.showcat1 {
		float:left;
		margin-right:10px;
		margin-left:10px;
		margin-top:10px;
		}
		
		.showcat1 ul{
		margin:0px;
		padding:0px;
		}
		
		.showcat1 li{
		list-style-type:none;
		width:150px;
		}
		
		.showcat1 li a{
		width:100%;
		display:block;
		padding:5px;
		background-color:#eeeeee;
		border-bottom:1px dotted #cccccc;
		}
		
		.showcat1 li a:hover{
		color:#666666;
		text-indent:10px;
		}
		
		.showcat1 li li a{
		background-color:#f7f7f7;
		border-bottom:1px dotted #cccccc;
		text-indent:15px;
		background-image:url(../images/bullet_arrow.jpg);
		background-position:left;
		background-repeat:no-repeat;
		}
		
		.showcat1 .headcat a{
		background-color:#6600CC;
		padding:5px;
		border:0px;
		color:#ffffff;
		}
		.showcat1 .headcat a:hover{
		color:#ffffff;
		}
			.showcat2 {
			float:left;
			margin-right:10px;
			margin-left:10px;
			margin-top:10px;
			}
			
			.showcat2 ul{
			margin:0px;
			padding:0px;
			}
			
			.showcat2 li{
			list-style-type:none;
			width:150px;
			}
			
			.showcat2 li a{
			width:100%;
			display:block;
			padding:5px;
			background-color:#eeeeee;
			border-bottom:1px dotted #cccccc;
			}
			
			.showcat2 li a:hover{
			color:#666666;
			text-indent:10px;
			}
			
			.showcat2 li li a{
			background-color:#f7f7f7;
			border-bottom:1px dotted #cccccc;
			text-indent:15px;
			background-image:url(../images/bullet_arrow.jpg);
			background-position:left;
			background-repeat:no-repeat;
			}
			
			.showcat2 .headcat a{
			background-color:#99CC00;
			padding:5px;
			border:0px;
			color:#ffffff;
			}
			.showcat2 .headcat a:hover{
				color:#ffffff;
			}

				.showcat3 {
				float:left;
				margin-right:10px;
				margin-left:10px;
				margin-top:10px;
				}
				
				.showcat3 ul{
				margin:0px;
				padding:0px;
				}
				
				.showcat3 li{
				list-style-type:none;
				width:150px;
				}
				
				.showcat3 li a{
				width:100%;
				display:block;
				padding:5px;
				background-color:#eeeeee;
				border-bottom:1px dotted #cccccc;
				}
				
				.showcat3 li a:hover{
				color:#666666;
				text-indent:10px;
					}
						
				.showcat3 li li a{
				background-color:#f7f7f7;
				border-bottom:1px dotted #cccccc;
				text-indent:15px;
				background-image:url(../images/bullet_arrow.jpg);
				background-position:left;
				background-repeat:no-repeat;
				}
					
				.showcat3 .headcat a{
				background-color:#FF0033;
				padding:5px;
				border:0px;
				color:#ffffff;
				}
				
				.showcat3 .headcat a:hover{
				color:#ffffff;
				}




/* end of show categories at once*/
