.phone {
    display: inline;
}

.fax {
    display: none;
}

.email {
    display: inline;
}

A {
    text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.orderrefInput {
	background-color: #FFFFFF;
	text-align: center;
	border: thin solid #FFFFFF;
}

UL.customPageList,
UL.categoryListCompact {
	color: #663333;
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: square;
	margin-top: 1em;
}

UL.categoryListExpanded {
	color: #663333;
	margin-left: 1em;
	padding-left: 1em;
	list-style-type: square;
	margin-top: 1em;
}

UL.categorySubList
{
	margin-left: 1em;
	padding-left: 1em;
}

LI.customPageItem,
LI.categoryTopItem {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0.2em;
}

LI.categorySubItem {
	font-size: 10px;
	font-weight: normal;
	list-style-type: square;
}

LI.categoryTopItem A {
}

LI.categorySubItem A {
}

/* Show bullets for top items only in compact list
*/
UL.customPageList LI.customPageItem,
UL.categoryListCompact LI.categoryTopItem
{
	list-style-type: square;
}

.categoriesDropdown {
    margin: 4px;
    color: #ffffff;
    background-color: #666666;
}

.customPageDropdown {
    margin: 4px;
    color: #ffffff;
    background-color: #666666;
}

/**************** menu coding *****************/
#menu {
	width: 100%;
	background: #666666;
	float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menu a, #menu h2 {
	font: 12px/16px "Trebuchet MS", Tahoma, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
	font-weight: bold;
	color: #fff;
	background: #333333;
	padding: 4px;
}

#menu a {
	color: #FFFFFF;
	background: #999999;
	text-decoration: none;
}

/* 2nd level */
#menu ul ul a {
	background: #695B71;
    z-index: 800;
}

/* 3rd level */
#menu ul ul ul a {
	background: #706A5C;
    z-index: 900;
}

#menu a:hover {
	color: #999999;
	background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
top: 20px;
left: 50%;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 50%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menubar {
	width: 100%;
	clear: both;
}
#menubarContainer {
	background-color: #666666;
}

/*
#menubarFiller {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
*/



.categoryTable {
	margin: 4px;
	padding: 4px;
	border: 2px solid #999999;
	height: 100%;
	vertical-align: top;
}

.categoryTableImage {
	margin: 4px;
	padding: 4px;
}
.postageOptionCell {
	border: 1px solid #999999;
}

