﻿.menu
{
	/*
	border-style:solid;
	border-color: Black;
	border-width: 1px;	
	*/
}

.menuBar
{
	 background-color:#6DA7E6;
	 text-align:left;
	 border-collapse:collapse;	 
	 height:29px;
}

.menuCell
{
	background-color: #6DA7E6;
	border-collapse:collapse;
	height:29px;
}

.StaticMenuStyle
{ 
	color: White;	
	width: 1px;
	background: url(../../aspx/ImagesHome/VAPAC/common/bg-topmenu.gif) repeat-x left top;	
 }


.DynamicMenuStyle
{
    azimuth: center;
    background-color: White;
    color: #6DA7E6;
    font-family: Arial;
    font-size: 12px;
    font-weight:normal;
    z-index:1000;
    
    border-style:solid;
	border-color: #E0E0E0;
	border-width: 1px;
	/*
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    border-right: solid 1px black;
	*/
}
  
.DynamicMenuItemStyle
{
    background-color: White;
    color: #2175D9;
    font-family: Arial ;
    font-size: 8pt;
    display:block; 
    width:135px;
}

.DynamicMenuItemStyle TD
{
	padding-left:7px;
	vertical-align:middle;
	height:29px;
	text-transform:lowercase;
}
  
.DynamicHoverStyle
{
    background-color: #6DA7E6;
    color: White;
    font-family: Arial;
    font-size: 8pt;   
}
  
.StaticHoverStyle
{
    /* background-color: #990000;
    Color: White;*/
    background-color: #666666;
    color: White;
}

.StaticSelectedStyle
{
 /*background-color: #FFCC66;
background-color: White;
color: Black;*/
}
  
.StaticMenuItemStyle
{
	height:29px;
	color: White;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;		
}

.StaticMenuItemStyle TD
{
	padding-left:7px;	
	padding-right:7px;
	text-transform:lowercase;
}

