﻿.topnav
{
	background: url(images/header.jpg) no-repeat;
	height: 130px;
	width: 798px;
	border-bottom: #c60004 1px solid;
	font-size: 1.2em;
	z-index: 5;
}

.topnav .logo
{
	background: transparent;
	margin-left: 5px;
	width: 400px;
	height: 100px;
	display: block;
}

.topnav .logo span
{
	display: none;
	visibility: hidden;
}

/************************
* TopNav Menu			*
************************/
.smoothmenu ul
{
	position: relative;
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em !important;
	font-family:Castellar,Times New Roman,Sans-Serif;
	text-transform: uppercase;
}

/*Top level list items*/
.smoothmenu ul li
{
	position: relative;
	display: inline;
	float: left;
	padding: 0px;
	background: none;
	line-height: normal;
	margin-right: 15px;
}

/*Top level menu link items style*/
.smoothmenu ul li a
{
	display: block;
	color: white;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
}

.smoothmenu ul li a:hover
{
	color: #ccc;
}

* html .smoothmenu ul li a
{
	/*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

/*1st sub level menu*/
.smoothmenu ul li ul
{
	position: absolute;
	left: 0;
	top: 0px;
	margin-top: 30px;
	z-index: 99999;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	border: 1px solid #778;
	background: #fff;
	width: 225px;
	border:1px solid #C60004;
	background: #000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.smoothmenu ul li ul li
{
	margin: 0px;
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.smoothmenu ul li ul li ul
{
	top: 0;
}

/* Sub level menu links style */
.smoothmenu ul li ul li a
{
	font: normal 11px;
	font-family: Times New Roman,Courier,Sans-Serif;
	text-transform: none;
	padding: 5px;
	margin: 0;
	color: #fff;
	display: block;;
}

.smoothmenu ul li ul li a:hover
{
	background: #fff;
	color: #000;
}

/* down and right arrow images */
.downarrowclass
{
	position: absolute;
	top: 8px;
	right: 7px;
}

.rightarrowclass
{
	position: absolute;
	top: 6px;
	right: 5px;
}
