/* Start of CMSMS style sheet 'menu' */
/*menu*/


#dhtmlgoodies_menu{
/*font:normal 12px Verdana;*/
line-height:20px;
z-index:100;
}
#dhtmlgoodies_menu	li{	/* Main menu <li> */
	list-style-type:none;	/* No bullets */
	margin:0px;	/* No margin - needed for Opera */
}
#dhtmlgoodies_menu ul{
	margin:0px;	/* No <ul> air */
	padding:0px;	/* No <ul> air */
}
#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
	padding-left:10px;
}
#dhtmlgoodies_menu	li a{	/* Main menu links */
	text-decoration:none;	/* No underline */
	color:#FFFFFF;	/* Black text color */

	/*height:20px;*/	/* 20 pixel height */
	line-height:20px;	/* 20 pixel height */
	vertical-align:middle;	/* Align text in the middle */
	/*border:1px solid #000;*/	/* Black border */
              
	background-color:#4197ea;	/* Light blue background color */
	margin:10x;	/* A little bit of air */
	padding:1px;	/* Air between border and text inside */
                text-indent: 2px; 
	display:block;
padding-left:8px;
font-weight: bold;
width: auto;

font-size:12px !important;
border-right: 1px black solid;
  border-top: 1px black solid;
}
#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
	color:#FFFFFF;
	background-color:#464a49;
}


.dhtmlgoodies_subMenu{
	visibility:hidden;
	position:absolute;
	overflow:hidden;
line-height:20px;
width:auto;
}
.dhtmlgoodies_subMenu ul{
	margin:0px;
	padding:0px;
}
.dhtmlgoodies_subMenu ul li{
	list-style-type:none;
	margin:0px;
	padding-left:1px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
}
.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
/*white-space:nowrap;*/	/* No line break */
text-decoration:none;	/* No underline */
color:#FFFFFF;	
/*line-height:20px;
height:20px;*/
height:auto;
padding:1px;	/* 1px of "air" inside */
background-color:#4197ea;
display:block;	/* Display as block - you shouldn't change this */
width:auto;
font-weight: bold;
text-indent: 2px;
border-right: 1px black solid;
border-left: 1px black solid;
  border-top: 1px black solid;
  font-size:12px !important;
}

.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
	color:#FFFFFF;	/* White text */
	background-color:#464a49;	/*  background */
}
/* End of 'menu' */

