﻿body 
{
	
	color: #000000;	
	font-family:Tahoma ;
	margin-top:2px;
	margin-left:8px;
	margin-right:8px;
	margin-bottom:8px;
	font-size:12px;
	background-image: url('../images/bg.gif');
    background-repeat:repeat;    
    
}
.menuStaticItem2
{
    
    
    border-bottom: solid  1px #CCCCCC;
    
    color: White;
    font-size:12px;
    font-family:Arial ;
    text-indent: 3px;
    text-align:left;
    height:25px;
    font-weight:bold;
    
}
.menuStaticItem2:hover
{
    
    
    border-bottom: solid  1px #CCCCCC;
    
    color: Yellow ;
    font-size:12px;
    font-family:Arial ;
    text-indent: 3px;
    text-align:left;
    height:25px;
    font-weight:bold;
    
}

.menuDinaItemStyle2
{
		
/*	background-image:url('Images/bg_menu_left.jpg'); */
	background-color:#E0E3E3;
	border-bottom:solid 1px gray;
	border-right:solid 1px gray;
	font-weight:bold;
	font-family:Arial;
	text-align:left;
	font-size:12px;
	height:20px;
	text-indent:5px;
	color:#4E3B54;
				
}
.menuDinaItemStyle2:hover
{
    /*	background-image:url('Images/bg_menu_left.jpg'); */
    background-color: #999B9B;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    font-weight: bold;
    font-family: Arial;
    text-align: left;
    font-size: 12px;
    height: 20px;
    text-indent: 5px;
    color: Yellow;
}

.menuDinaItemStyle
{
	border-top:none;
	border-bottom: solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	text-align:left;
	height:23px;
	text-indent:5px;
	color:#121212;
	
	
}
.menuDinaItemStyle:hover 
{


	border-top:none;
	border-bottom: solid 1px #CCCCCC;
	border-left:solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	height:23px;
	text-indent:5px;
	
		text-align:left;
	color:blue;
	
	text-decoration:underline;
	
	
	height:23px;
	cursor:pointer;
	
}
