#menu
{
    position: relative;
    width: 768px;
    height: 34px;
    margin: 0px auto;
    background-color: #FFFFFF;
    
}

.menuItem
{
    position: absolute;
    width: 152px;
    height: 34px;
    border-right: 1px dotted #DAEFF5;
    text-align: center;
	font-size: 11px;
	font-weight: bold;
	
}

.menuItemShadow
{
    position: absolute;
    width: 152px;
    height: 34px;
    text-align: center;
	font-size: 11px;
	font-weight: bold;
}

a.menuItemText
{
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    color: #334D96;
}

a.menuItemTextSelected
{
    text-decoration: none;
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
}

#menuItem1
{
    left: 0px;
    top: 0px;
}

#menuItem2
{
    left: 152px;
    top: 0px;
}

#menuItem3
{
    left: 304px;
    top: 0px;
}

#menuItem4
{
    left: 456px;
    top: 0px;
}

#menuItem5
{
    left: 608px;
    top: 0px;
}

.subMenu {
	position: absolute;
    width: 150px;
	left: 0px;
	top: 0px;
	visibility: hidden;
	background-color: #FFFFFF;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
	z-index: 50;
}

.subMenuItem
{
    padding: 2px 0px 2px 0px;
    border-bottom: 1px solid #000000;
}

a.subMenuItemText
{
	width:150px;
    text-decoration: none;
    display: block;
    font-size: 11px;
	font-weight: bold;
    color: #334D96;
    padding-left: 1px;
}