@charset "utf-8";
/* CSS Document */


#topMenuBase table {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
	font: Arial, Helvetica, sans-serif;
}

#topMenuBase td {
	border: 0;
	margin: 0;
	padding: 0;
}

#topMenuBase td.tableSpacer {
	width: 10px;
}

#topMenuBase table.menuTable {
	background: #b74731;
	width:170px;
	border: 0;
	padding: 0;
	margin: 0;
}

#topMenuBase a{
	display: block;
}

#topMenuBase a.menuLink {
	color: #FFF;
	background: #b74731;
	width: 150px;
	padding-left: 5px;
	display: block;
	text-decoration: none;
}

#topMenuBase a.menuLink:Hover {
	color: #b74731;
	background: #FFF;	
}

#topMenuBase div.extendedMenu {
	position: absolute;
	visibility: hidden;
	z-index: 100;
}

#topMenuBase table.menuShadow {
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	top: -26px;
}

#topMenuBase table.menuShadow td {
	border: 0;
	padding: 0;
	margin: 0;
}

#topMenuBase td.ddMenuTopLeft {
	background: url(../_images/ddMenuTopLeft.png) no-repeat;
}

#topMenuBase td.ddMenuTop {
	background: url(../_images/ddMenuTop.png) repeat-x;
}

#topMenuBase td.ddMenuTopRight {
	background: url(../_images/ddMenuTopRight.png) no-repeat;
}

#topMenuBase td.ddMenuLeft {
	background: url(../_images/ddMenuLeft.png) repeat-y;
}

#topMenuBase td.ddMenuRight {
	background: url(../_images/ddMenuRight.png) repeat-y;
}

#topMenuBase td.ddMenuBottomLeft {
	background: url(../_images/ddMenuBottomLeft.png) no-repeat;
}

#topMenuBase td.ddMenuBottom {
	background: url(../_images/ddMenuBottom.png) repeat-x;
}

#topMenuBase td.ddMenuBottomRight {
	background: url(../_images/ddMenuBottomRight.png) no-repeat;
}

#topMenuBase img.ddMenuTab {
	position: relative;
	top: -26px;
	float: left;
}

/*****Custom stuff*******/
#topMenuBase a.menuHome {
	width: 95px;
	height: 26px;
	background: url(../_images/menuHomeNormal.gif) no-repeat;
}

#topMenuBase a.menuAbout {
	width: 170px;
	height: 26px;
	background: url(../_images/menuAboutNormal.gif) no-repeat;
}

#topMenuBase a.menuStyles{
	width: 170px;
	height: 26px;
	background: url(../_images/menuStylesNormal.gif) no-repeat;
}

#topMenuBase a.menuSupport {
	width: 170px;
	height: 26px;
	background: url(../_images/menuSupportNormal.gif) no-repeat;
}



