#top_nav
{
	padding-bottom: 10px;
}

#top_nav #first_nav_cell
{
	border-right: 1px solid #646464;
	padding-left: 5px;
}

.logo
{
	border: none; 
	margin: 0px 0px 0px 0px;	
	padding: 0px 0px 0px 0px;
	border: none;
}

.store_icon
{
	border: none; 
	margin: 5px 0px 0px 15px;	
	padding: 0px 0px 0px 0px;
}


.menu
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #646464;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

.menuHighlight
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #efb811;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

table.navbar
{
	margin: 0px;
	padding: 0px; 
	border: 0px; 
}

table.menu
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

td.menuNormal
{
	padding: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

td.menuHover
{
	padding: 0px;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border-left: 10px solid white;
	border-right: 10px solid white;
}

td.menuList
{
//	width: 150px;
	vertical-align: middle;
	padding: 5px 10px 5px 10px;
//	background-image: url(../images/bg1.jpg);
//	background-repeat: repeat-y;
	background-color: #fffffd;
	border-left: 6px solid #f8e514;
//	border-right: 1px solid #e3e3e3;
//	border-bottom: 1px solid #e3e3e3;
//	border-top: 1px solid #e3e3e3;
}

div.menuNormal
{
	display: none;
	position: static;
}

div.menuHover
{
	border: none;
//	width: 150px;
	display: inline;
	position: absolute;
	z-index: 1000;
}

a.menuitem
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #646464;
}

a.menuitem:hover
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	color: #4559a2;
//	background-color: #e3e3e3;
}

/*********************************/

#bottom_nav
{
	margin: 30px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #646464;
	width: 735px;
}

#bottom_nav p
{
	font-family: Arial;
	font-size: 10pt;
	color: #4b4b4b;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
}

#bottom_nav a
{
	font-family: Arial;
	font-size: 10pt;
	color: #4b4b4b;
	padding: 0px 0px 0px 0px;	
	margin: 0px 0px 0px 0px;	
	text-decoration: none;
}

#bottom_nav a:hover {
	color: #efb811;
	text-decoration: underline;
	}

