﻿.menuhome
{
	display:block;
	background-image: url(images/mnu_bg.gif);
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	line-height:34px;
	width:89px;
}

.menuhomehover{
	background-image: url(images/mnu_bgmo.gif);
	color:#000000;
}

.menubar
{
font: bold 11px Verdana;
background: #414141; /*background of menu bar (default state)*/
height:30px;
vertical-align:middle;
}

.menu
{
display:block;
font: bold 11px Verdana;
background: #414141; /*background of menu bar (default state)*/
border-right: 1px solid #778;
color: #ffffff;
text-align:center;
vertical-align:middle;
line-height:30px;
width:87px;
}

.menudrop
{
display:block;
font: normal 11px Verdana;
background: #414141; /*background of menu bar (default state)*/
color: #ffffff;
text-align:left;
vertical-align:middle;
border-bottom: 1px solid #778;
line-height:25px;
}

.menudropshadow
{
 border-right :solid 5px silver;
 border-bottom :solid 1px silver;
 background-color: Silver;
}

.menuhover
{
 background: #000000; /*background of menu items during onmouseover (hover state)*/
 color: #ffffff;
}

.menu-bg 
{
	margin:0px;padding:0px 25px 0px 25px;
	background-image: url(images/menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top; 
	height:45px;
}
