﻿#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	/*border:	dotted;*/
}

#nav ul li {
	position: relative;
	top: 180px;
	height: 28px;
	/*border:	dotted;*/
}

#nav li ul {
	position: absolute;
	left: 199px;
	top: 0px;
	display: none;
	/*border:	dotted;*/
}

#nav ul li a {
	display: block;
	text-decoration: none;
	border: 1px solid #fff;
	height: 28px;
	border-bottom: 0;
	/*border:	dotted;*/
}

#nav li:hover ul {
	display: block;
	/*border:	dotted;*/
}

#nav li.sfhover ul {
	display: block;
	/*border: dotted;*/
}

/*****************************/
/* Style the pop-up  buttons */
/*****************************/

#selDesignBut{
	width:				200px;
	background:			url(../images/menuButtons/designOn.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
/*	border:				dotted;*/
}

#designBut{
	width:				200px;
	background:			url(../images/menuButtons/designOff.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#designBut:hover{
	background-image:	url(../images/menuButtons/designHvr.gif);
	background-color:	#f0f0f0;
}

#selTestBut{
	width:				200px;
	background:			url(../images/menuButtons/testOn.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#testBut{
	width:				200px;
	background:			url(../images/menuButtons/testOff.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#testBut:hover{
	background-image:	url(../images/menuButtons/testHvr.gif);
	background-color:	#f0f0f0;
}

#selOperationsBut{
	width:				200px;
	background:			url(../images/menuButtons/operationsOn.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#operationsBut{
	width:				200px;
	background:			url(../images/menuButtons/operationsOff.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#operationsBut:hover{
	background-image:	url(../images/menuButtons/operationsHvr.gif);
	background-color:	#f0f0f0;
}

#selSupplyBut{
	width:				200px;
	background:			url(../images/menuButtons/supplyOn.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#supplyBut{
	width:				200px;
	background:			url(../images/menuButtons/supplyOff.gif) no-repeat 0 0;
	border-top: 		#ffffff 1px solid;
	border-bottom: 		#ffffff 1px solid;
	border:				dotted;
}

#supplyBut:hover{
	background-image:	url(../images/menuButtons/supplyHvr.gif);
	background-color:	#f0f0f0;
}