﻿
/* ------------------------------- Main Image Menu ------------------------------- */

#mainimgmenu
{
	position: relative;
	width: 931px;
}
#menuimglogo
{
	float: left;
	height: 30px;
	overflow: hidden;
}
#mnuimg 
{
	position:absolute;
	right:0px;
}
.mainimgmenuitem
{
	position: relative;
	float: left;
	height: 30px;
	overflow:hidden;
	border:0px;
	padding:0px;
	margin:0px;
	width:107px;
}
.mainimgmenuitem span
{
	overflow:hidden;
	height:30px;
	display:block;
}
.mnusub
{
	overflow:visible;
}
.mainimgmenuitem a
{
	height: 30px;
	overflow:hidden;
}
.mainimgsubitem
{
	position: absolute;
	display: none;
	top: 30px;
	left: 1px;
}
.mainimgsubitem ul
{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display:table;
}
.mainimgsubitem li
{
}
.mainimgsubitem ul a
{
	display:block;
	text-decoration: none;
	width: 106px;
	color: white;
	text-align: center;
	background-color:#1B3146;
	height:30px;
}

/* ------------------------------- Main Menu ------------------------------- */

#mainmenu
{
	width: 931px;
	height: 30px;
	z-index: 2;
}
.menulogo
{
	float: left;
	height: 30px;
	overflow: hidden;
}
.menuitems
{
	float: right;
	text-align: right;
	width: 747px;
	position: relative;
	font-family:Lucida Console;
	font-size:14px;
}
.menuitem
{
	position: relative;
}
#mainmenu ul
{
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	width: 100%;
}
#mainmenu ul a
{
	position:relative;
	top:-1px;
	float: left;
	text-decoration: none;
	color: white;
	width: 101px;
	height: 24px;
	text-align: center;
	background-color:#1B3146;
	background: url(../images/mainmenubg.gif);
	border:solid white;
	border-width:2px 1px 0px 1px;
	padding-top:4px;
}
#mainmenu ul a:hover
{
	background: none;
	background-color: #FFFFFF;
	color: #4F769E;
}
#mainmenu li
{
	display: inline;
	float: right;
}

.mainsubitem
{
	position: absolute;
	display: none;
	top: 30px;
	left: 0px;
	width:105px;
}
.mainsubitem ul li, .mainsubitem ul
{
	float: right;
	clear: both;
}
#mainmenu ul .mainsubitem ul a
{
	background:none;
	background-color:#1B3146;
	height:auto;
}
#mainmenu ul .mainsubitem ul a:hover
{
	background:none;
	background-color:#FFFFFF;
}

#mainmenu ul b
{
	display: block; /* or you don't get the correct width and height */
	position:relative; /* because the child elements are positioned */
	top: 1px; /* drag it up a little, creates the top notches */
	left: 0px;
	border:solid white;
	border-width:0px 1px 0px 1px;
	height:29px;
	margin-left: 1px;
	float: left;
	font-weight:normal;
}

/* IE only supports hover with the anchor tag, and you can't nest a tags */
/*#mainmenu ul li:hover .mainsubitem
{
	display:block;
}*/

/* ------------------------------- Sub Menu ------------------------------- */
#divSubMenu
{
	border: solid 1px;
	width: 150px;
	padding: 5px;
	background-color: #F3F3F3;
}
#divSubMenu a
{
	text-decoration: none;
}

