body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	font-size:12px;
}
h1 {
	font-size:16px;
	font-weight:bold;
}
a {
	color:#FF3333;
	font-weight:bold;
}
.base{
	font-size:9px;
	text-align:center;
}
.base a{
	color:#000000;
}

#cont {
	font-size:10px;
	padding:20px;
}

#menu {
	width: 198px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:right;
}
#menu a, #menu h2 {
	color:#FFFFFF;
	display: block;
	margin: 0;
	padding: 2px 5px 2px 5px;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;	
}
#menu h2 {
	color: #FFFFFF;
	text-transform: uppercase;
}

#menu a {
	color: #000;
	text-decoration: none;
}

#menu a:hover {
	background:#FFFFFF;
	color:#FF3333;
}

#menu li {
/* make the list elements a containing block for the nested lists */
	position: relative;
} 

#menu ul ul {
	text-align:left;
	position: absolute;
	background:#FF3333;
	top: 0;
	left: 100%; /* to position them to the right of their containing block */
	width: 156px; /* width is based on the containing block */
}
#menu ul ul li{
	border: thin solid #FFFFFF;
	width:155px;
}
div#menu ul ul,
div#menu ul li:hover ul {
	display: none;
}
div#menu ul li:hover ul,
div#menu ul ul li:hover ul{
	display: block;
	width: 198px;
}

[if IE]>
body {
	font-size: 100%;
} 
#menu ul li {
	float: left; 
	width: 198px;
	list-style-image: none;
}
#menu ul li a {
	height: 1%;
} 
#menu a, #menu h2 {
	color:#FFFFFF;
	font: bold 0.7em/1.4em Verdana, Arial, Helvetica, sans-serif;
} 
<![endif]td {
}
td {
	vertical-align: top;
}

#textboxes {
	width: 206px;
	height: 20px;
}

#multitext {
	height: 100px;
}

.Qantity {
	width: 30px;
}
.dropdown {
	width: 110px;

}
.whitebit{
	background-image:url(images/whitebit.gif);
	background-color:#FF0000;
	background-repeat: repeat-x;
	background-position: bottom;
}