﻿.MenuPrimary
{
     margin-left:15px;	
     margin-top:4px;
     margin-right:0px;	
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width:800px;
    }


.MenuPrimaryItem
{
    background:url(../images/transparent-corner.gif) no-repeat;
	width:162px;
	height:34px;
	display:block;
	text-align: center;
	float:left;
	margin-right:1px;
	}
	
.MenuPrimaryItem a:link, .MenuPrimaryItem a:visited, .MenuPrimaryPopupItem a:link, .MenuPrimaryPopupItem a:visited {
		
	line-height:32px;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	text-align:center;
	position:relative;	
	padding:0 0 0 0;
}
.MenuPrimaryItem a:hover {display:block;
	text-decoration: underline;
}

/* make drop down menu container style */
.MenuPrimaryPopup {
	width:150px;	
	border: 1px solid #ffffff;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.MenuPrimaryPopupItem
{      
    height:34px; 
    font-size: 13px;
    text-decoration:none;
    background: #272f6e;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px;
}
.MenuPrimaryPopupItem:hover
{    
    background:#dedde9;
	border-bottom: 1px solid #ffffff;
	text-decoration: underline;
	
}
.MenuPrimaryPopupItem a:link, .MenuPrimaryPopupItem a:visited, .MenuPrimaryPopupItem a:link, .MenuPrimaryPopupItem a:visited {
	width:140px;	
	display:block;
	line-height:32px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:15px;
	text-decoration:none;
	text-align:left;
	position:relative;	
	padding:0 0 0 5px;
}
.MenuPrimaryPopupItem a:hover {display:block;
	text-decoration: underline;
	background:#dedde9;
}
.MenuHeader table{ margin: 0 0 0 0; padding: 0 0 0 0;}
.MenuHeader
{
  
    padding:0 0 0 0;
    margin:0 18px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width:755px;
    height:32px;
    }


.MenuHeaderItem
{
    color: #FFFFFF;
    display:block;
	height: 20px;	
	text-align: center;}
	
.MenuHeaderItem a:link, .MenuHeaderItem a:visited, .MenuHeaderPopupItem a:link, .MenuHeaderPopupItem a:visited {
	color:#A39368;
	text-decoration:none;
	font-size:14px;
	font-family:Arial, sans-serif;
	
	display:block;
	
	padding:6px 10px;
}
.MenuHeaderItem a:hover {display:block;
	text-decoration: underline;
}

/* make drop down menu container style */
.MenuHeaderPopup {
	background: #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
}

/* make drop down menu item style */
.MenuHeaderPopupItem
{   
    
    font-size: 13px;
    background: #8C9FB4;
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
}
.MenuHeaderPopupItem:hover
{
    font-size: 13px;
    background: #183557;
	color: #ffffff;
	border-bottom: 1px solid #666666;
	
}