﻿.u_m_table
{
	height:29px;
	width:auto;
}

.u_m_sol
{
	background-image: url(res/u_m_sol.gif);
	height:29px;
	width:28px;
}

.u_m_orta
{
	padding-left:5px;
	padding-right:5px;
	background-image: url(res/u_m_orta.gif);
	text-align:center;
	height:29px;
}

.u_m_ayrac
{
	background-image: url(res/u_m_ayrac.gif);
	height:29px;
	width:5px;
}

.u_m_sag
{
	background-image: url(res/u_m_sag.gif);
	height:29px;
	width:15px;
}

.u_m_link1,.u_m_link1:Link,.u_m_link1:Visited,.u_m_link1:Active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #ff0000;
}

.u_m_link1:Hover, .u_m_link1:Link:Hover, .u_m_link1:Visited:Hover, .u_m_link1:Active:Hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}

.u_m_link2,.u_m_link2:Link,.u_m_link2:Visited,.u_m_link2:Active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	color: #0050ff;
}

.u_m_link2:Hover, .u_m_link2:Link:Hover, .u_m_link2:Visited:Hover, .u_m_link2:Active:Hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: normal;
	color: #333333;
}


/* AÇILAN MENU */
.anylinkmenu
{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #d3d3d3;
border-bottom-width: 0;	
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */ /*background: lightyellow;*/
background-color: #f5f5f5;
width: 200px; /* default width for menu */
text-align:left;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d3d3d3;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ff0000;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #e4e4e4;
text-decoration: underline;
color: #333333;
}

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: #696969;
visibility: hidden;
}
/* AÇILAN MENU */