﻿.topNavContainer
{
	background:url('images/topnavitem.jpg') top center no-repeat;
	/* background-image:url('images/topnavbar.jpg');*/

height:40px;
width:1000px;
}
.topNav
{
    *position:relative;
    *top:-1px;
}
.topNavItem
{
	/* to override the image from core css */
	background-image:url('Images/dividerline.jpg');
        height:34px;
	background-position:top right;
        background-repeat: no-repeat;
	font-family: tahoma;  
	font-size: 11px; 
	color: #ffffff;	
	font-weight:bold;
	padding-top: 2px;
	padding-right: 15px; 
	padding-left:15px;
}
.topNavItem a
{
	background-image:url('');
	background-position:top right;
	height:24px;
	

}
.topNavSelected a
{
	background-image:url('');
	background-position:top right;
	
	


}
.topNavHover a
{
	background-image:url('');
	background-position:top right;
	
}



.topNavFlyOuts
{
	border-top:1px #fff solid; margin-top:0px;}

.topNavFlyOutsItem
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	background-color: #F7F7F7;
	border:1px #D7D7D7 solid;
	border-top-style: none;
	color:#3A4663; 
	*width:150px;
	min-width:150px;
}
.topNavFlyOutsItem a
{
    display:block;
    padding:4px 5px 4px 5px;
}
.topNavFlyOutsHover
{
	background-color: #67B14E;
	color:#fff;
}

.topNavRoundRight
{
    width:0px;
}
.topNavRoundLeft
{
    width:0px;
}
