﻿.menuitem 
{
	width: 187px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;
	background-color: Transparent;
}

.menu
{
	width : 193px;
	height: 22px;
	border-width: 0;
	border-spacing: 0;
	padding-left: 0;
	padding-bottom: 0;
	padding-top: 0;
	padding-right: 0;
	background-position: 0 0;
	background-color: Transparent;
}

.menuitem_hover {
	color: #DDDDDD;
	width : 193px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;
	background-color: Transparent;
}

.menuitem_selected
{
	color: #DDDDDD;
	width: 193px;
	height: 22px;
	border-style: solid;
	border-width: 1px;
	border-color: #CDCDCD;
	background-color: Transparent;
}

