﻿.mainmnu
{
}

.menu A:link
{
	color: #ffffff;
	text-decoration: none;
	/*background: transparent !important;*/
}

.menu A:hover
{
	color: #ffffff;
	text-decoration: underline;
	/*background: transparent !important;*/
}

.menu A:visited
{
	color: #ffffff;
	text-decoration: none;
	background: transparent !important;
}


.mainMenuHover
{
	background-image: url('../images/menu_bg_hot.png');
	background-repeat:repeat-x;
	height:44px;
	margin: 0px;
	padding: 0px;
}


.appMenuHover
{
	background-image: url('../images/app_menu_bg_hot.png');
	background-repeat:repeat-x;
	height:44px;
	margin: 0px;
	padding: 0px;
}


.submnuItem
{
background-Color:#3c3c3d;
color:#bcbec0;
padding:10px;
font-size:15px;
border-top: solid 1px #363636;
border-bottom: solid 1px #4e4e4e;


}

.submnuItem A:link
{
	color: #bcbec0;
	text-decoration: none;
	background: transparent !important;
}

.submnuItem A:hover
{
	color: #ffffff;
	background-color:#4f4f51;
	text-decoration: underline;
	background: transparent !important;
}

.submnuItem A:visited
{
	color: #bcbec0;
	text-decoration: none;
	background: transparent !important;
}

