﻿body {
}
.divmenuselect
{
	background-image: url(  'Images/Common/img_menu_active.gif' );
	background-repeat: repeat;
	border: solid 1px #333d4c;
	 border-bottom : 0px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color:#b9b9b9;
}

.divmenunormal
{
	background-image: url(  'Images/Common/img_menu_inactive.gif' );
	background-repeat: repeat;	
	border: solid 1px #333d4c;
	border-bottom: 0px #333d4c;
	height: 25px;
	text-align: center;
	color: #b9b9b9;
	text-decoration: none;  
}
.divmenuselect.a
{
	background-image: url(  'Images/Common/img_menu_active.gif' );
	background-repeat: repeat;
	border: solid 1px #333d4c;
	border-bottom: 0px #333d4c;
	height: 25px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #b9b9b9;
}
.divmenuselect.a:hover
{
	background-image: url( 'Images/Common/img_menu_hover.gif' );
	background-repeat: repeat;
	border: solid 1px #cccccc;
	border-bottom: 0px #000000;
	height: 25px;
	cursor: pointer;
	text-align: center;
	color: #b9b9b9;
	text-decoration: none;
}
.menuspace
{
	height: 25px; 
	border-left: solid 0px #333d4c;
	border-right: solid 0px #333d4c;
	border-top: solid 0px #333d4c;
	border-bottom: solid 1px #333d4c;
	width:15px
}
